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": "SafeSpaceAI Family \u2013 SCAB\/PRIS",
"version": "1.0.0",
"description": "Family safety for AI sites: local SCAB (0\u201318) & PRIS (0\u2013100) scores, kid\/parent modes, on\u2011device policy checks.",
"action": {
"default_popup": "popup.html",
"default_title": "SafeSpaceAI Family"
},
"background": {
"service_worker": "bg.js"
},
"permissions": [
"storage",
"activeTab",
"scripting"
],
"optional_host_permissions": [
"https:\/\/chat.openai.com\/*",
"https:\/\/gemini.google.com\/*",
"https:\/\/claude.ai\/*",
"https:\/\/poe.com\/*",
"https:\/\/www.perplexity.ai\/*",
"https:\/\/perplexity.ai\/*",
"https:\/\/huggingface.co\/*",
"https:\/\/copilot.microsoft.com\/*"
],
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"assets\/*",
"styles.css"
],
"matches": [
"<all_urls>"
]
}
]
}