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 Browser Extension MV3",
"version": "1.9.0.6",
"default_locale": "en",
"description": "Education Pro Browser Extension MV3 for use on Windows and Mac with EdPro client installed",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"64": "icon64.png",
"96": "icon96.png",
"128": "icon128.png"
},
"background": {
"service_worker": "js\/serviceWorker.js"
},
"host_permissions": [
"<all_urls>"
],
"permissions": [
"storage",
"activeTab",
"tabs",
"webNavigation"
],
"content_scripts": [
{
"matches": [
"<all_urls>",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/content_script.js"
],
"all_frames": true,
"run_at": "document_start"
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self' 'wasm-unsafe-eval'; "
}
}