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", "author": "ZeusApps", "description": "__MSG_appDesc__", "name": "__MSG_appName__", "version": "1.0.7", "manifest_version": 3, "action": { "default_icon": { "16": "icons\/512.png", "19": "icons\/512.png", "32": "icons\/512.png", "38": "icons\/512.png" }, "default_popup": "src\/entries\/popup\/index.html" }, "background": { "service_worker": "serviceWorker.js", "type": "module" }, "content_scripts": [ { "js": [ "src\/entries\/contentScript\/primary\/main.js" ], "matches": [ "https:\/\/docs.google.com\/*" ], "run_at": "document_end" } ], "host_permissions": [ "*:\/\/docs.google.com\/*", "*:\/\/*.googleusercontent.com\/*" ], "permissions": [ "storage", "downloads" ], "icons": { "16": "icons\/512.png", "19": "icons\/512.png", "32": "icons\/512.png", "38": "icons\/512.png", "48": "icons\/512.png", "64": "icons\/512.png", "96": "icons\/512.png", "128": "icons\/512.png", "256": "icons\/512.png", "512": "icons\/512.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAra\/EC3n4Ttx4g8URRmzf9lDXsj6MoRT3DZSiu00a2HZw4reOiJbtnh\/3B5U8I819ik56u5GbKlw4V2nSEI5Km2oWIve32J3MLxMMOKJ4T\/8+owR0CN3sx9nK24wBXhMeIa48p4b5oLiea7uVV09alHfq9b9yIBOYXUVYQ1U+wMUpZi\/8cN1lyzIF7wfqVag3TxXjKegt4Y2\/4yNoOx9uN5kSmWJk+rv9kmKds9hHK8+EpPrvJir\/YkJag3u93lF5gzNmDzdEQd2LEPTXnFYoAHTBHR8ZeupFcx\/vmpXza7ea4Sh+yWj4xrgeRZv194JHAx3GAm18uSWAo8JBbF7adwIDAQAB", "options_ui": { "page": "src\/entries\/options\/index.html", "open_in_tab": true }, "default_locale": "en", "web_accessible_resources": [ { "resources": [ "assets\/src\/entries\/contentScript\/primary\/main-fJSf5nGL.js", "assets\/runtime-dom.esm-bundler-maIGp0cu.js", "assets\/browser-polyfill-CiHE1WTY.js", "assets\/_commonjsHelpers-Cpj98o6Y.js" ], "matches": [ "https:\/\/docs.google.com\/*" ] } ] }