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": "Chromebook Management Assistant", "description": "K12Panel Extension for ChromeOS.", "icons": { "16": "icon\/icon.png", "128": "icon\/icon128.png" }, "version": "1.0.16", "manifest_version": 3, "permissions": [ "enterprise.deviceAttributes", "geolocation", "offscreen", "alarms", "identity", "identity.email" ], "background": { "service_worker": "js\/background.js", "type": "module" }, "action": { "default_popup": "popup.html", "default_icon": "icon\/icon.png" }, "content_scripts": [], "host_permissions": [ "https:\/\/my.k12panel.com\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } }