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", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_shortDesc__", "version": "1.0.1", "action": { "default_popup": "index.html" }, "icons": { "16": "src\/assets\/16x16.png", "48": "src\/assets\/48x48.png", "64": "src\/assets\/64x64.png", "128": "src\/assets\/96x96.png" }, "default_locale": "en", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content.tsx-loader-DsJKKSuB.js" ], "matches": [ "*:\/\/*\/*" ], "include_globs": [ "*:\/\/*\/*pdf" ], "run_at": "document_end" }, { "js": [ "assets\/content.tsx-loader-CoG84THR.js" ], "matches": [ "*:\/\/*:*\/*", "*:\/\/*\/*" ], "run_at": "document_end" }, { "js": [ "assets\/content.tsx-loader-CtU7JJ9b.js" ], "matches": [ "*:\/\/*.google.com\/*" ], "run_at": "document_end" } ], "permissions": [ "contextMenus", "storage" ], "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "assets\/*" ], "use_dynamic_url": false }, { "matches": [ "*:\/\/*\/*" ], "resources": [ "assets\/128-CxvsIxf6.svg", "assets\/Logo-bdAbC5gy.js", "assets\/index-qJTyx_C2.js", "assets\/utils-Bf71kj7G.js", "assets\/content.tsx-DiXNM3cF.js" ], "use_dynamic_url": true }, { "matches": [ "*:\/\/*\/*", "*:\/\/*:*\/*" ], "resources": [ "assets\/128-CxvsIxf6.svg", "assets\/Logo-bdAbC5gy.js", "assets\/utils-Bf71kj7G.js", "assets\/content.tsx-DsL6KFhg.js" ], "use_dynamic_url": true }, { "matches": [ "*:\/\/*.google.com\/*" ], "resources": [ "assets\/128-CxvsIxf6.svg", "assets\/Logo-bdAbC5gy.js", "assets\/index-qJTyx_C2.js", "assets\/utils-Bf71kj7G.js", "assets\/content.tsx-CFa-KGhs.js" ], "use_dynamic_url": true } ] }