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", "name": "__MSG_name__", "description": "__MSG_desc__", "version": "2.7.7", "default_locale": "en", "manifest_version": 3, "icons": { "32": "img\/logo.png", "64": "img\/logo.png", "128": "img\/logo.png" }, "permissions": [ "bookmarks", "storage", "unlimitedStorage", "tabs", "notifications", "alarms", "search" ], "action": { "default_title": "__MSG_title__" }, "background": { "service_worker": "js\/background.js" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "web_accessible_resources": [ { "resources": [ "img\/info.svg", "img\/loader.svg", "img\/logo.png", "img\/move.svg" ], "matches": [ "<all_urls>" ] } ] }