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",
"name": "LearnPlatform for Students",
"description": "LearnPlatform for Students provides school administrators an easy way to measure student engagement with EdTech products.",
"short_name": "LearnPlatform for Students",
"minimum_chrome_version": "88",
"icons": {
"16": "icons\/icon.png",
"48": "icons\/icon.png",
"128": "icons\/icon.png"
},
"version": "1.25",
"action": {
"default_icon": {
"19": "icons\/icon.png",
"38": "icons\/icon.png"
},
"default_title": "LearnPlatform for Students",
"default_popup": "popup.html"
},
"permissions": [
"alarms",
"tabs",
"storage",
"identity",
"identity.email",
"idle"
],
"host_permissions": [
"https:\/\/app.learnplatform.com\/*",
"https:\/\/ep.learnplatform.com\/*"
],
"background": {
"service_worker": "\/background.js"
},
"content_security_policy": {
"script-src": "'self'",
"object-src": "'self'"
},
"offline_enabled": false,
"manifest_version": 3
}