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": "Skooly Free",
"description": "Free tools for skool.com users",
"version": "1.0",
"icons": {
"16": "icons\/skooly-logo.png",
"48": "icons\/skooly-logo.png",
"128": "icons\/skooly-logo.png"
},
"host_permissions": [
"https:\/\/*.skool.com\/*",
"https:\/\/skool.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.skool.com\/*",
"https:\/\/skool.com\/*"
],
"js": [
"classroom-reminder.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"icons\/skooly.svg"
],
"matches": [
"https:\/\/*.skool.com\/*",
"https:\/\/skool.com\/*"
]
}
]
}