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", "version": "0.2.0", "manifest_version": 3, "offline_enabled": true, "host_permissions": [ "https:\/\/tally.xlsdeal.com\/*", "https:\/\/*.xlsdeal.com\/*", "http:\/\/localhost:9000\/" ], "name": "tally.xlsdeal.com | CORS", "homepage_url": "https:\/\/xlsdeal.com\/", "description": "(Access-Control-Allow-Origin: *)", "background": { "service_worker": "background.js" }, "permissions": [ "storage", "webRequest", "declarativeNetRequest", "tabs" ], "commands": { "toggle-state": { "description": "xlsdeal.com | CORS", "suggested_key": { "mac": "Command+Shift+X", "default": "Ctrl+Shift+X" } } }, "action": { "default_title": "xlsdeal.com | CORS", "default_icon": { "16": "12.png", "32": "12.png", "48": "12.png", "64": "12.png" } }, "icons": { "16": "15.png", "32": "15.png", "48": "15.png", "64": "15.png", "128": "15.png" } }