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": "PolyPredict AI",
"version": "1.0.5",
"description": "Your All-in-One AI Copilot for smarter insights and trading.",
"author": "synthmind",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"side_panel": {
"default_path": "index.html",
"matches": [
"<all_urls>"
]
},
"action": {
"default_icon": {
"16": "icon16.png",
"48": "icon48.png"
},
"default_title": "PolyPredict AI"
},
"permissions": [
"sidePanel",
"storage",
"tabs",
"identity",
"cookies"
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"content-script.js",
"assets\/floating.jsx-loader.js"
],
"matches": [
"<all_urls>"
],
"css": [
"assets\/floating.css"
]
}
],
"externally_connectable": {
"matches": [
"https:\/\/polypredict.synthmind.app\/*",
"http:\/\/localhost:5174\/*"
]
},
"host_permissions": [
"https:\/\/pm-service.synthmind.app\/*",
"https:\/\/polypredict.synthmind.app\/*",
"http:\/\/localhost:5174\/*",
"https:\/\/us.i.posthog.com\/*",
"https:\/\/eu-assets.i.posthog.com\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"content-script.js",
"assets\/logo.png",
"assets\/logo.js",
"assets\/moment-timezone.js",
"assets\/floating.jsx.js"
],
"use_dynamic_url": false
}
]
}