{
  "manifest_version": 3,
  "name": "Polymarkets finder",
  "version": "1.2.3",
  "description": "Discover prediction markets related to any article or webpage you're reading. Works in any language.",
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "https://gamma-api.polymarket.com/*",
    "https://thereisapolymarketforthis.replit.app/*"
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "service_worker": "background/background.js"
  }
}
