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": "Better Skool", "version": "1.3.0", "description": "Enhance your Skool experience with automated notifications for pending users and improved community management features.", "permissions": [ "notifications", "alarms", "storage" ], "host_permissions": [ "https:\/\/www.skool.com\/*", "https:\/\/api.skool.com\/*" ], "background": { "service_worker": "background.js" }, "options_page": "options.html", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.skool.com\/*" ], "css": [ "styles\/floating-icon.css" ], "js": [ "contentScript.js" ] } ], "web_accessible_resources": [ { "resources": [ "icons\/*" ], "matches": [ "https:\/\/www.skool.com\/*" ] } ] }