Weather

Weather

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

Additional files are visible only to premium users

manifest.json


{
  "name": "Weather",
  "short_name": "Weather",
  "homepage_url": "https://weatherextension.com/",
  "version": "6.0.14",
  "description": "The best way to see the Weather Forecast right in your browser. Easier than looking outside!",
  "icons": {
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_icon": {
      "38": "img/icon38.png"
    },
    "default_title": "Weather",
    "default_popup": "popup.html"
  },
  "manifest_version": 3,
  "permissions": [
    "alarms",
    "storage",
    "geolocation",
    "notifications",
    "idle"
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+L",
        "mac": "Command+Shift+L"
      }
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}