World Wide Weather

World Wide Weather

A Beautiful Weather Page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "WWW"
  },
  "description": "A Beautiful Weather Page",
  "homepage_url": "https://sermak.ca",
  "icons": {
    "128": "weather.png"
  },
  "manifest_version": 3,
  "name": "World Wide Weather",
  "options_page": "options.html",
  "permissions": [
    "storage",
    "geolocation"
  ],
  "host_permissions": [
    "https://*.gismeteo.com/*",
    "https://*.gismeteo.ru/*"
  ],
  "short_name": "WWW",
  "version": "26.5",
  "web_accessible_resources": [
    {
      "resources": [
        "*.html",
        "*.svg"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}