Inspect and view changes in Chatgpt and Bard For Edge : Kursor 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
{
"manifest_version": 3,
"name": "Chatgpt and Bard For Edge : Kursor",
"version": "2.0.5",
"description": "Ask Kursor",
"icons": {
"16": "icon.png",
"32": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"host_permissions": [
"https://*.bing.com/",
"https://*.openai.com/",
"https://bard.google.com/"
],
"action": {},
"permissions": [
"storage"
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets/main.tsx-loader-3991c1e3.js"
],
"matches": [
"https://*/*"
]
},
{
"js": [
"assets/linkedIn.tsx-loader-cf88425e.js"
],
"matches": [
"https://www.linkedin.com/jobs/*/*"
]
}
],
"web_accessible_resources": [
{
"matches": [
"*://*/*"
],
"resources": [
"icon.png"
],
"use_dynamic_url": false
},
{
"matches": [
"https://*/*"
],
"resources": [
"assets/client-c5d4bd9f.js",
"assets/radio-group-d4cb90c8.js",
"assets/store-a8266efc.js",
"assets/userConfig-59349e71.js",
"assets/errors-97663044.js",
"assets/pageScraper-6d205760.js",
"assets/main.tsx-d3dd2fff.js"
],
"use_dynamic_url": true
},
{
"matches": [
"https://www.linkedin.com/*"
],
"resources": [
"assets/client-c5d4bd9f.js",
"assets/store-a8266efc.js",
"assets/userConfig-59349e71.js",
"assets/errors-97663044.js",
"assets/linkedIn.tsx-63a06d87.js"
],
"use_dynamic_url": true
}
],
"options_page": "src/options/options.html",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}