Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "icons": { "16": "icons\/as_icon16.png", "48": "icons\/as_icon48.png", "128": "icons\/as_icon128.png" }, "name": "__MSG_extensionName__", "version": "2.32", "description": "__MSG_extensionDescription__", "default_locale": "en", "permissions": [ "activeTab", "contextMenus", "storage", "scripting" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "marked.min.js", "content.js" ], "css": [ "spinner.css" ] } ], "action": { "default_icon": { "16": "icons\/as_icon16.png", "48": "icons\/as_icon48.png", "128": "icons\/as_icon128.png" } } }