One-Click Meteo

One-Click Meteo

Quick preview of current weather forecast from Meteo.pl

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.6",
  "manifest_version": 3,
  "name": "One-Click Meteo",
  "description": "Quick preview of current weather forecast from Meteo.pl",
  "action": {
    "default_title": "Preview current weather forecast",
    "default_popup": "popup/popup.html",
    "default_icon": {
      "128": "images/weather-128.png"
    }
  },
  "icon": {
    "128": "images/weather-128.png"
  },
  "permissions": [
    "storage"
  ]
}