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": "GambleGuard \u2013 Stay Gamble Free",
"version": "1.0.4",
"description": "AI-powered Chrome Extension that blocks gambling sites, tracks your progress, and provides instant AI support when you feel an urge.",
"homepage_url": "https:\/\/gambleguard.net",
"author": "GambleGuard Team",
"permissions": [
"storage",
"tabs",
"activeTab",
"scripting",
"alarms",
"identity"
],
"oauth2": {
"client_id": "338578892858-kunlqp57ph17qp5jrkkne1kholh27uas.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile"
]
},
"host_permissions": [
"<all_urls>",
"https:\/\/generativelanguage.googleapis.com\/*",
"https:\/\/firestore.googleapis.com\/*",
"https:\/\/streak-safe.vercel.app\/*",
"https:\/\/gambleguard.net\/*",
"https:\/\/www.gambleguard.net\/*",
"https:\/\/securetoken.googleapis.com\/*",
"https:\/\/identitytoolkit.googleapis.com\/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_title": "GambleGuard - Stay Gamble Free",
"default_icon": {
"16": "icons\/gambleguard16.png",
"32": "icons\/gambleguard32.png",
"48": "icons\/gambleguard48.png",
"128": "icons\/gambleguard128.png"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_start",
"all_frames": false,
"match_about_blank": false
}
],
"web_accessible_resources": [
{
"resources": [
"data\/gambling_domains.json",
"coach.html",
"coach.css",
"coach.js",
"journal.html",
"journal.css",
"journal.js"
],
"matches": [
"<all_urls>"
]
}
],
"icons": {
"16": "icons\/gambleguard16.png",
"32": "icons\/gambleguard32.png",
"48": "icons\/gambleguard48.png",
"128": "icons\/gambleguard128.png"
}
}