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": "Education Pro Chromebook Extension MV3",
"version": "8.6.34.52",
"default_locale": "en",
"description": "",
"icons": {
"128": "icon128.png"
},
"action": {
"default_icon": {
"128": "icon128-offline.png"
},
"default_title": "Education Pro Chromebook Extension MV3",
"default_popup": "extension-menu.html"
},
"background": {
"service_worker": "js\/serviceWorker.js"
},
"host_permissions": [
"<all_urls>"
],
"permissions": [
"identity",
"identity.email",
"contextMenus",
"storage",
"offscreen",
"enterprise.deviceAttributes",
"bookmarks",
"tabs",
"activeTab",
"webRequest",
"unlimitedStorage",
"downloads",
"system.display",
"runtime",
"windows",
"desktopCapture"
],
"content_scripts": [
{
"matches": [
"<all_urls>",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/content_script.js"
],
"all_frames": true,
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"aupWindow.js",
"aupWindow.html",
"chatWindow.html",
"chatWindow.js"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self' 'wasm-unsafe-eval'; "
}
}