Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.3", "name": "__MSG_appName__", "description": "__MSG_description__", "default_locale": "en", "permissions": [ "contextMenus", "activeTab", "cookies", "scripting" ], "host_permissions": [ "*:\/\/*.lambus.com\/*", "*:\/\/*.api.lambus.io\/*" ], "manifest_version": 3, "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "action": { "default_popup": "src\/popup\/popup.html", "default_icon": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" } }, "background": { "service_worker": "src\/background-scripts\/background.js" }, "web_accessible_resources": [ { "resources": [ "themes\/*.png", "fonts\/*.*" ], "matches": [ "<all_urls>" ] } ] }