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": "InsiderHeat: Sports Insider Alerts for ON3, 247Sports, Reddit & X",
"version": "0.3.1",
"description": "Stop refreshing message boards. Get notified when your favorite sports insiders post on ON3, 247Sports, Reddit & X.",
"permissions": [
"alarms",
"storage",
"notifications",
"scripting",
"identity"
],
"host_permissions": [
"https:\/\/www.on3.com\/*",
"https:\/\/247sports.com\/*",
"https:\/\/*.247sports.com\/*",
"https:\/\/*.reddit.com\/*",
"https:\/\/reddit.com\/*",
"https:\/\/x.com\/*",
"https:\/\/twitter.com\/*",
"https:\/\/*.a.run.app\/*",
"https:\/\/hooks.slack.com\/*",
"https:\/\/discord.com\/api\/*",
"https:\/\/discordapp.com\/api\/*",
"https:\/\/*.sentry.io\/*"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
}