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": "Google Sheets Link Auto Opener", "version": "1.0.1", "action": { "default_popup": "src\/popup\/index.html" }, "permissions": [ "storage", "activeTab" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content.ts-loader-55_LaoQr.js" ], "matches": [ "https:\/\/docs.google.com\/spreadsheets\/d\/*" ] } ], "icons": { "16": "icon_16x16.png", "32": "icon_32x32.png", "48": "icon_48x48.png", "128": "icon_128x128.png" }, "web_accessible_resources": [ { "matches": [ "https:\/\/docs.google.com\/*" ], "resources": [ "assets\/storage-hxP3bRwt.js", "assets\/content.ts-wE-U5s_Z.js" ], "use_dynamic_url": false } ] }