Files
PolyWeather/extension/manifest.json
T
2569718930@qq.com a3bef5185e 更新浏览器插件文档和版本:移除 Wunderground 引用,补充机场实时数据源
README 更新为当前数据源列表(AMOS/JMA/MGM/FMI/KNMI),
删除已废弃的 Wunderground/Manila/Karachi 引用。
版本升至 0.1.11。

Tested: ruff check 通过
2026-05-12 22:44:02 +08:00

30 lines
688 B
JSON

{
"manifest_version": 3,
"name": "PolyWeather Side Panel",
"description": "Weather side panel for Polymarket.",
"version": "0.1.11",
"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"
}