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",
"description": "Skooly provides software tools to help Skool community owners scale faster.",
"version": "6.4.5",
"icons": {
"16": "icons\/skooly-logo.png",
"48": "icons\/skooly-logo.png",
"128": "icons\/skooly-logo.png"
},
"permissions": [
"storage",
"scripting",
"activeTab",
"tabs",
"cookies",
"alarms",
"contextMenus",
"sidePanel"
],
"host_permissions": [
"https:\/\/*.skool.com\/*",
"https:\/\/skool.com\/*",
"https:\/\/*.skoo.ly\/*",
"https:\/\/skoo.ly\/*",
"https:\/\/api.skoo.ly\/*",
"https:\/\/*.skool.click\/*",
"https:\/\/skool.click\/*",
"https:\/\/*.skool.to\/*",
"https:\/\/skool.to\/*",
"https:\/\/*.skoolurl.com\/*",
"https:\/\/skoolurl.com\/*"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_popup": "popup.html"
},
"side_panel": {
"default_path": "side-panel.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.skool.com\/*",
"https:\/\/skool.com\/*"
],
"js": [
"content-script.js"
],
"css": [
"content-styles.css"
],
"run_at": "document_start",
"all_frames": true
},
{
"matches": [
"https:\/\/*.skool.com\/*",
"https:\/\/skool.com\/*"
],
"js": [
"watch-content.js"
],
"run_at": "document_idle"
},
{
"matches": [
"https:\/\/*.skool.com\/*",
"https:\/\/skool.com\/*"
],
"js": [
"tagger-content.js"
],
"run_at": "document_idle"
},
{
"matches": [
"https:\/\/*.skool.com\/*",
"https:\/\/skool.com\/*"
],
"js": [
"talontag-autocomplete.js"
],
"run_at": "document_idle"
},
{
"matches": [
"https:\/\/*.skool.com\/*",
"https:\/\/skool.com\/*"
],
"js": [
"notes-capture.js"
],
"run_at": "document_idle"
},
{
"matches": [
"https:\/\/*.skool.com\/*",
"https:\/\/skool.com\/*"
],
"js": [
"hawktalk.js"
],
"css": [
"hawktalk-styles.css"
],
"run_at": "document_idle"
},
{
"matches": [
"https:\/\/skoo.ly\/*",
"https:\/\/skool.click\/*",
"https:\/\/skool.to\/*",
"https:\/\/skoolurl.com\/*"
],
"js": [
"sync-favorites.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"content-styles.css",
"icons\/skooly.svg",
"icons\/hawkeye-crest.png",
"icons\/hawktalk-voice-bg.png",
"page-hook.js"
],
"matches": [
"https:\/\/*.skool.com\/*",
"https:\/\/skool.com\/*"
]
}
]
}