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",
"manifest_version": 3,
"name": "Traffic Lite",
"version": "1.2.0",
"description": "Real-time classroom engagement for students",
"permissions": [
"storage",
"identity",
"alarms",
"activeTab",
"scripting",
"tabs",
"notifications",
"windows"
],
"host_permissions": [
"https:\/\/traffic-lite-production.up.railway.app\/*"
],
"externally_connectable": {
"matches": [
"https:\/\/traffic-lite-production.netlify.app\/*",
"https:\/\/*.netlify.app\/*"
]
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"action": {
"default_popup": "popup.html",
"default_title": "Traffic Lite",
"default_icon": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
}
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"https:\/\/classroom.google.com\/*"
],
"js": [
"content.js"
]
}
],
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"oauth2": {
"client_id": "843056785250-sg728vdapvg1t09oka4oldlh09i5v8ui.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile",
"https:\/\/www.googleapis.com\/auth\/classroom.courses.readonly",
"https:\/\/www.googleapis.com\/auth\/classroom.rosters.readonly",
"https:\/\/www.googleapis.com\/auth\/classroom.profile.emails"
]
}
}