Files
PolyWeather/extension/manifest.json
T
2026-04-19 03:19:23 +08:00

30 lines
688 B
JSON

{
"manifest_version": 3,
"name": "PolyWeather Side Panel",
"description": "Weather side panel for Polymarket.",
"version": "0.1.10",
"icons": {
"16": "icon-16.png",
"32": "icon-32.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"permissions": ["sidePanel", "storage", "tabs"],
"host_permissions": ["https://*/*", "http://*/*"],
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "icon-16.png",
"32": "icon-32.png",
"48": "icon-48.png"
},
"default_title": "Open PolyWeather"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"options_page": "options.html"
}