Weather extension

Weather extension

The best way to see the Weather Forecast right in your browser of all over the world. Easier than looking outside!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Weather extension",
  "version": "4.2",
  "description": "The best way to see the Weather Forecast right in your browser of all over the world. Easier than looking outside!",
  "icons": {
    "16": "/assets/icon16.png",
    "48": "/assets/icon48.png",
    "128": "/assets/icon128.png"
  },
  "action": {
    "default_icon": {
      "16": "/assets/icon16.png",
      "48": "/assets/icon48.png"
    },
    "default_popup": "index.html"
  },
  "content_security_policy": {}
}