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": "iboss Classroom Management",
"short_name": "iboss Class",
"description": "iboss Classroom Management",
"host_permissions": [
"<all_urls>",
"*:\/\/*\/*"
],
"permissions": [
"background",
"tabs",
"storage",
"identity",
"identity.email",
"enterprise.deviceAttributes",
"unlimitedStorage"
],
"version": "6.0.15",
"background": {
"service_worker": "event.js"
},
"action": {
"default_title": "iboss Classroom Management",
"default_popup": "popup.html"
},
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"<all_urls>"
],
"css": [],
"js": [
"content.js"
]
}
],
"oauth2": {
"client_id": "157337886903-c457iane9e36sjgatki05d2o363fheab.apps.googleusercontent.com",
"scopes": [
"profile",
"email"
]
},
"icons": {
"16": "resources\/icon16.png",
"32": "resources\/icon32.png",
"48": "resources\/icon48.png",
"128": "resources\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"resources\/*.png",
"resources\/ibossLogo.svg",
"resources\/ibossLogoSmall.svg",
"popup-content.html"
],
"matches": [],
"extension_ids": []
}
],
"storage": {
"managed_schema": "schema.json"
},
"content_security_policy": {
"extension_page": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
}
}