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": "3.1.4", "manifest_version": 3, "default_locale": "en", "icons": { "16": "icons\/favicon.png", "32": "icons\/logo192.png", "48": "icons\/logo192.png", "128": "icons\/logo512.png" }, "action": { "default_title": "__MSG_title__", "default_popup": "popup.html", "default_icon": { "16": "icons\/favicon.png", "32": "icons\/logo192.png", "48": "icons\/logo192.png", "128": "icons\/logo512.png" } }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/contentScript.js" ], "css": [ "css\/contentScript.css" ] } ], "permissions": [ "storage" ], "background": { "service_worker": "js\/background.js" }, "web_accessible_resources": [ { "resources": [ "js\/story.js" ], "matches": [ "<all_urls>" ] } ] }