mpWeather Firefox

Examine source code of mpWeather

Inspect and view changes in mpWeather source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "mpWeather",
  "description": "An extension for retrieving weather from NOAA when MP does not load the forecast.",
  "version": "0.0.1",
  "icons": {
    "64": "icons/mp_weather-64.png"
  },
  "background": {
    "scripts": [
      "background_script.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.mountainproject.com/area/*"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "64": "icons/mp_weather-64.png"
    },
    "default_popup": "browserAction/index.html",
    "default_title": "mpWeather"
  },
  "page_action": {
    "default_icon": {
      "16": "icons/mp_weather-16.png",
      "32": "icons/mp_weather-32.png",
      "48": "icons/mp_weather-48.png",
      "64": "icons/mp_weather-64.png",
      "128": "icons/mp_weather-128.png"
    },
    "default_popup": "pageAction/index.html",
    "default_title": "mpWeather"
  },
  "options_ui": {
    "page": "options/index.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{21e4ab28-910d-4f21-bddb-40e8b93625ce}"
    }
  }
}

Best mpWeather Alternatives

Here are some Firefox add-ons that are similar to mpWeather: