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: Real-Time NBA Prediction for Polymarket",
"version": "1.0.1",
"description": "Stop betting blind. Get live, AI-driven predictions and fair value analysis for all NBA games on Polymarket in real-time.",
"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: Real-Time NBA Prediction for Polymarket"
},
"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\/*"
],
"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
}
]
}