Forecast.io Weather

Forecast.io Weather

Simple, accurate weather forecast.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Forecast.io Weather",
  "version": "2.2.1",
  "description": "Simple, accurate weather forecast.",
  "icons": {
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "background": {
    "scripts": [
      "sun/Time.js",
      "sun/JulianDay.js",
      "sun/SolarPosition.js",
      "background.js"
    ],
    "persistent": false
  },
  "options_page": "options.html",
  "browser_action": {
    "default_icon": {
      "19": "img/icon19.png",
      "38": "img/icon38.png"
    },
    "default_title": "Forecast.io",
    "default_popup": "popup.html"
  },
  "manifest_version": 2,
  "permissions": [
    "alarms",
    "storage",
    "geolocation",
    "*://*.forecast.io/*",
    "*://*.github.com/hbmartin/zip-code-json/*"
  ]
}