Forecast: Google™ Weather

Forecast: Google™ Weather

A lightweight and accurate weather extension for the entire globe based on Google Technology

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "0.1.10resigned1",
  "manifest_version": 2,
  "short_name": "google-weather",
  "name": "Forecast: Google™ Weather",
  "background": {
    "page": "lib/chrome/background.html"
  },
  "web_accessible_resources": [
    "data/popup/inject/inject.css"
  ],
  "homepage_url": "http://mybrowseraddon.com/google-weather.html",
  "permissions": [
    "storage",
    "webRequest",
    "<all_urls>",
    "webRequestBlocking"
  ],
  "description": "A lite and accurate weather extension for the entire globe based on Google Technology",
  "browser_action": {
    "default_popup": "data/popup/popup.html",
    "default_title": "Forecast: Google™ Weather",
    "default_icon": {
      "16": "data/icons/16.png",
      "32": "data/icons/32.png",
      "48": "data/icons/48.png",
      "64": "data/icons/64.png"
    }
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_start",
      "js": [
        "data/popup/inject/inject.js"
      ],
      "include_globs": [
        "*://*.google.*/*"
      ]
    }
  ],
  "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"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "jid0-lQyK6JstbAGdiq1fp28Cl@jetpack"
    }
  }
}