Simple Weather Firefox

Examine source code of Simple Weather

By: 23WIN
Inspect and view changes in Simple Weather source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Simple Weather",
  "version": "1.0",
  "description": "Xem thời tiết hiện tại ngay trên trình duyệt.",
  "permissions": [
    "storage",
    "alarms"
  ],
  "host_permissions": [
    "https://api.open-meteo.com/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "simpleweather@example.com",
      "strict_min_version": "109.0"
    }
  }
}

Best Simple Weather Alternatives

Here are some Firefox add-ons that are similar to Simple Weather: