Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "__MSG_extDescription__",
"version": "2.1.0",
"manifest_version": 3,
"name": "__MSG_extName__",
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": "main4.png"
},
"icons": {
"128": "main.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/script.google.com\/home",
"https:\/\/script.google.com\/home\/*",
"https:\/\/script.google.com\/*"
],
"js": [
"contentScript.bundle.js"
],
"css": [
"reactsuite.min.css",
"content.styles.css"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"inject.js",
"add_3.png",
"more_3.png",
"history_3.png",
"banner.png",
"send.png",
"stop1.png",
"ahsan.jpg",
"loader.svg",
"loader2.svg",
"loader3.svg",
"loader4.svg",
"main.png",
"main4.png",
"user.png",
"chat.png",
"star.png",
"magic.png",
"copyIcon.png",
"add.png",
"star_2.png",
"watch.png",
"rightArrow.png",
"mark.png",
"cursor-plus.png",
"del.png",
"back.png",
"append.png",
"replace.png",
"preppend.png",
"current.png",
"inline.svg",
"inline-disabled.svg",
"code_completion.png",
"code_completion_disable.png",
"code_completion_disable_2.png",
"thumbs-up.png",
"negative-vote.png"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"storage",
"notifications",
"cookies",
"identity",
"sidePanel",
"cookies",
"unlimitedStorage"
],
"host_permissions": [
"https:\/\/script.google.com\/*",
"https:\/\/accounts.google.com\/",
"https:\/\/home.gscopilot.com\/*"
],
"externally_connectable": {
"matches": [
"<all_urls>"
]
},
"commands": {
"addToChat": {
"suggested_key": {
"default": "Ctrl+Q"
},
"description": "Add to Chat"
}
},
"oauth2": {
"client_id": "563974935161-k8111nhq5el64k8d8trggmmnp37h44s0.apps.googleusercontent.com",
"scopes": [
"email",
"profile",
"openid"
]
},
"default_locale": "en"
}