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, "version": "1.0.0", "name": "Global Speed Accelerator", "description": "Global Speed Accelerator", "action": { "default_icon": { "16": "assets\/icon\/16.png", "32": "assets\/icon\/32.png", "48": "assets\/icon\/48.png", "128": "assets\/icon\/128.png" }, "default_popup": "popup.html", "default_title": "Global Speed Accelerator" }, "icons": { "16": "assets\/icon\/16.png", "19": "assets\/icon\/19.png", "32": "assets\/icon\/32.png", "38": "assets\/icon\/38.png", "48": "assets\/icon\/48.png", "128": "assets\/icon\/128.png" }, "content_scripts": [ { "all_frames": true, "js": [ "content.js" ], "matches": [ "<all_urls>" ], "run_at": "document_start", "world": "MAIN" }, { "all_frames": true, "js": [ "listener.js" ], "matches": [ "<all_urls>" ], "run_at": "document_start" } ], "offline_enabled": true, "permissions": [ "storage" ] }