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", "name": "__MSG_nameofapp__", "description": "__MSG_description__", "version": "1.18", "default_locale": "en", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "storage" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "all_frames": false, "js": [ "functions.js" ], "css": [ "css\/bubble.css" ], "run_at": "document_start" } ], "icons": { "16": "images\/fav16.png", "32": "images\/fav32.png", "48": "images\/fav48.png", "128": "images\/fav128.png" }, "web_accessible_resources": [ { "resources": [ "images\/fav48.png" ], "matches": [ "<all_urls>" ] } ], "action": { "default_popup": "action_bar.html", "default_icon": { "16": "images\/fav16.png", "32": "images\/fav32.png", "48": "images\/fav48.png", "128": "images\/fav128.png" } } }