AirQ

AirQ

AirQ: 轻便地获得全球主要城市的一周天气,和空气污染指数(PM2.5)。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.2.2",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "images/icon19.png",
      "38": "images/icon38.png"
    },
    "default_title": "AirQ: Weather and API",
    "default_popup": "popup.html"
  },
  "default_locale": "zh_CN",
  "description": "__MSG_appDesc__",
  "name": "__MSG_appName__",
  "options_page": "options.html",
  "content_security_policy": "script-src 'self' https://maps.googleapis.com https://maps.gstatic.com; object-src 'self'",
  "permissions": [
    "http://aqicn.org/*",
    "tabs",
    "http://api.openweathermap.org/data/2.5/forecast?q=*",
    "http://*/",
    "http://*.google.com/",
    "http://localhost/*",
    "https://maps.google.com/*",
    "https://maps.googleapis.com/*"
  ]
}