Singpaore Haze PSI

Singpaore Haze PSI

Get the latest update of Singapore Haze Pollutant Standards Index (PSI)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Singpaore Haze PSI",
  "description": "Get the latest update of Singapore Haze Pollutant Standards Index (PSI)",
  "version": "2.1",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "permissions": [
    "http://*/"
  ],
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_popup": "src/popup.html"
  },
  "background": {
    "scripts": [
      "src/jquery.min.js",
      "src/background.js"
    ]
  }
}