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", "name": "__MSG_appName__", "description": "__MSG_shortDesc__", "default_locale": "en", "version": "1.0.1", "manifest_version": 3, "icons": { "16": "1.png", "48": "2.png", "64": "3.png", "96": "4.png", "128": "5.png" }, "host_permissions": [ "https:\/\/server.aitools.band\/*", "https:\/\/getcountry.cloudsearch.workers.dev\/*", "http:\/\/api.bing.com\/*", "https:\/\/api.bing.com\/*" ], "permissions": [ "storage", "topSites", "history" ], "background": { "service_worker": "background.js" }, "action": [], "options_ui": { "page": "options.html", "open_in_tab": true, "default_icon": { "16": "1.png", "48": "2.png", "64": "3.png", "96": "4.png", "128": "5.png" } }, "content_scripts": [ { "matches": [ "https:\/\/copilot.microsoft.com\/*" ], "js": [ "copilotScripts.js" ] } ], "chrome_url_overrides": { "newtab": "newtab.html" } }