China Weather Forecast(APP)

China Weather Forecast(APP)

Chinese weather forecasts,first skinnable dynamic extension,weather forecast live on national(temperature/humidity/wind/PM2.5)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_chrome_extension_name__",
  "description": "__MSG_chrome_extension_description__",
  "version": "5.3.2",
  "app": {
    "background": {
      "page": "background.html"
    }
  },
  "permissions": [
    "http://*/*",
    "https://*/*",
    "storage",
    "notifications"
  ],
  "icons": {
    "16": "/images/icon_16.png",
    "128": "/images/icon_128.png"
  },
  "default_locale": "zh_CN",
  "manifest_version": 2
}