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": "Hilltoppers",
"description": "View the current school schedule and day type from SchoolApp in Chrome.",
"version": "0.2.8",
"manifest_version": 3,
"action": {
"default_popup": "popup.html",
"default_title": "Hilltoppers"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"options_page": "options.html",
"permissions": [
"storage",
"alarms"
],
"host_permissions": [
"https:\/\/firestore.googleapis.com\/*",
"https:\/\/identitytoolkit.googleapis.com\/*",
"https:\/\/securetoken.googleapis.com\/*",
"https:\/\/accounts.google.com\/*",
"https:\/\/appleid.apple.com\/*",
"https:\/\/stjacademy.org\/*",
"https:\/\/www.google-analytics.com\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
},
"icons": {
"128": "icons\/icon128.png"
}
}