Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "version": "0.1.7", "description": "__MSG_shortDesc__", "default_locale": "en", "permissions": [ "tabs", "commands", "tabGroups", "activeTab", "scripting", "storage", "webNavigation" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ], "css": [ "content.css" ], "run_at": "document_start", "all_frames": false } ], "action": { "default_popup": "pages\/popup\/popup.html", "default_icon": { "48": "icons\/lg_48x48.png", "128": "icons\/lg_128x128.png" } }, "icons": { "48": "icons\/lg_48x48.png", "64": "icons\/lg_64x64.png", "96": "icons\/lg_96x96.png", "128": "icons\/lg_128x128.png" }, "commands": { "show-tabs": { "suggested_key": { "default": "Alt+T", "mac": "Alt+T" }, "description": "__MSG_showTabsCommandDescription__" } }, "web_accessible_resources": [ { "resources": [ "content.css", "icons\/*", "pages\/popupNav\/popup-navigation.html", "pages\/popupNav\/popup-navigation.js" ], "matches": [ "<all_urls>" ] } ] }