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": "MarketPulse - Research for Kalshi & Polymarket",
"version": "1.1.2",
"description": "Instant research links for prediction markets. See latest news & social posts for any Kalshi or Polymarket market.",
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"https:\/\/kalshi.com\/*",
"https:\/\/polymarket.com\/*",
"https:\/\/news.google.com\/*",
"https:\/\/www.reddit.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/kalshi.com\/*",
"https:\/\/polymarket.com\/*"
],
"js": [
"content.js"
],
"css": [
"sidebar.css"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"icon16.png",
"icon48.png",
"icon128.png"
],
"matches": [
"https:\/\/kalshi.com\/*",
"https:\/\/polymarket.com\/*"
]
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
}