Inspect and view changes in S&C: Gemini™ for Google™ on Edge source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "0.0.45",
"manifest_version": 3,
"icons": {
"16": "logo.png",
"32": "logo.png",
"48": "logo.png",
"128": "logo.png"
},
"host_permissions": [
"https://*.openai.com/",
"https://*.chatgpt.com/",
"https://*.claude.ai/",
"https://gemini.google.com/",
"https://*.duckduckgo.com/",
"https://*.bing.com/",
"https://*.brave.com/",
"https://*.pi.ai/",
"https://*.youtube.com/"
],
"permissions": [
"storage",
"declarativeNetRequest",
"declarativeNetRequestFeedback",
"declarativeNetRequestWithHostAccess"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"content_scripts": [
{
"matches": [
"https://google.com/*",
"https://www.google.com/*",
"https://duckduckgo.com/*",
"https://www.duckduckgo.com/*",
"https://bing.com/*",
"https://www.bing.com/*",
"https://yahoo.com/*",
"https://www.yahoo.com/*",
"https://search.yahoo.com/*",
"https://www.search.yahoo.com/*",
"https://brave.com/*",
"https://www.brave.com/*",
"https://search.brave.com/*",
"https://www.search.brave.com/*"
],
"js": [
"content-script.js",
"js/setuparkose.js",
"js/callgeneratearkose.js",
"js/v2/35536E1E-65B4-4D96-9D97-6ADB7EFF8147/api.js"
],
"css": [
"content-script.css"
]
}
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_pi",
"enabled": true,
"path": "rules/pi.json"
}
]
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}