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",
"action": {
"default_icon": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"default_popup": "index.html",
"default_title": "Campus AI - Canvas AI Homework Help"
},
"author": "",
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"js": [
"client.js"
],
"matches": [
"<all_urls>"
]
}
],
"description": "Get support on questions quickly and confidently with AI.",
"host_permissions": [
"<all_urls>"
],
"externally_connectable": {
"matches": [
"https:\/\/api.thecanvasai.com\/payment\/success\/"
]
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"manifest_version": 3,
"name": "Campus AI - Canvas AI Homework Help",
"permissions": [
"activeTab",
"scripting",
"storage",
"identity",
"sidePanel"
],
"side_panel": {
"default_path": "index.html",
"openPanelOnActionClick": true
},
"oauth2": {
"client_id": "242049283398-n4prlsin2ua6jk7ancirlq93efns9nee.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
},
"version": "0.1.5"
}