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, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "version": "1.1.9", "action": { "default_popup": "src\/layouts\/popup.html", "default_icon": "icons\/icon256x256.png" }, "permissions": [ "storage", "system.display" ], "content_scripts": [ { "run_at": "document_idle", "matches": [ "*:\/\/docs.google.com\/*" ], "js": [ "src\/js\/contentScript.js" ], "all_frames": true }, { "js": [ "DocsOpener.js" ], "run_at": "document_idle", "all_frames": true, "matches": [ "<all_urls>" ] } ], "background": { "service_worker": "src\/js\/serviceWorker.js", "type": "module" }, "icons": { "48": "icons\/icon256x256.png", "128": "icons\/icon256x256.png", "256": "icons\/icon256x256.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } }