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": "1.0.4", "default_locale": "en", "manifest_version": 3, "icons": { "32": "assets\/static\/32-logo-on.png", "64": "assets\/static\/64-logo-on.png", "128": "assets\/static\/128-logo-on.png" }, "permissions": [ "storage", "tabs" ], "host_permissions": [ "<all_urls>" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "dark-mode-content.js" ], "run_at": "document_start" } ], "action": { "default_title": "__MSG_title__", "default_popup": "popup.html" }, "background": { "service_worker": "service-worker.js" }, "options_page": ".\/options-page.html", "web_accessible_resources": [ { "resources": [ "static\/*", "assets\/*.svg", "assets\/*.png", "assets\/*.css", "assets\/*.otf", "*.css" ], "matches": [ "<all_urls>" ] } ] }