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_description__", "default_locale": "en", "version": "1.0.0", "manifest_version": 3, "icons": { "16": "logo.png", "32": "logo192.png", "48": "logo192.png", "128": "logo512.png" }, "action": { "default_title": "__MSG_title__", "default_popup": "index.html", "default_icon": { "16": "logo.png", "32": "logo192.png", "48": "logo192.png", "128": "logo512.png" } }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "constants.js", "helpers.js", "contentScript.js" ], "run_at": "document_end" } ], "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "story.js" ], "matches": [ "<all_urls>" ] } ] }