2026-03-18 12:51:24 +08:00
{
"manifest_version" : 3 ,
"name" : "PolyWeather Side Panel" ,
2026-03-30 00:09:35 +08:00
"description" : "Weather side panel for Polymarket: auto-detect city, city profile, compact intraday DEB vs official observations, multi-day highs, refresh, cache, and quick jump to full analysis." ,
"version" : "0.1.7" ,
2026-03-20 18:43:01 +08:00
"icons" : {
"16" : "icon-16.png" ,
"32" : "icon-32.png" ,
"48" : "icon-48.png" ,
"128" : "icon-128.png"
},
2026-03-18 12:51:24 +08:00
"permissions" : [ "sidePanel" , "storage" , "tabs" ],
"host_permissions" : [ "https://*/*" , "http://*/*" ],
"background" : {
"service_worker" : "background.js"
},
"action" : {
2026-03-20 18:43:01 +08:00
"default_icon" : {
"16" : "icon-16.png" ,
"32" : "icon-32.png" ,
"48" : "icon-48.png"
},
2026-03-18 12:51:24 +08:00
"default_title" : "Open PolyWeather"
},
"side_panel" : {
"default_path" : "sidepanel.html"
},
"options_page" : "options.html"
}