PM2.5(by BestApp Labs)

PM2.5(by BestApp Labs)

This extension Chinese PM2.5

Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "PM2.5(by BestApp Labs)",
  "description": "This extension Chinese PM2.5",
  "version": "1.1",
  "options_page": "options.html",
  "permissions": [
    "http://pm25.in/"
  ],
  "browser_action": {
    "default_icon": "pm25_logo_16.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "pm25_logo_16.png",
    "48": "pm25_logo_48.png",
    "128": "pm25_logo_128.png"
  }
}