Weather Forecast Firefox

Examine source code of Weather Forecast

Inspect and view changes in Weather Forecast source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "0.1.2",
  "manifest_version": 2,
  "name": "Weather Forecast",
  "short_name": "weather-forecast",
  "permissions": [
    "idle",
    "alarms",
    "storage",
    "contextMenus"
  ],
  "homepage_url": "https://mybrowseraddon.com/weather-forecast.html",
  "description": "Get current weather, including the daily and hourly forecasts for any desired location, plus badge text notification.",
  "background": {
    "persistent": false,
    "scripts": [
      "lib/config.js",
      "lib/chrome.js",
      "lib/runtime.js",
      "lib/common.js"
    ]
  },
  "browser_action": {
    "default_title": "Weather Forecast",
    "default_icon": {
      "16": "data/icons/16.png",
      "32": "data/icons/32.png",
      "48": "data/icons/48.png",
      "64": "data/icons/64.png"
    }
  },
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  }
}

Best Weather Forecast Alternatives

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