세미세미

세미세미

미세먼지/초미세먼지 알리미 (대한민국 환경부 등급 기준)

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.1.0",
  "name": "세미세미",
  "description": "미세먼지/초미세먼지 알리미 (대한민국 환경부 등급 기준)",
  "icons": {
    "128": "images/notification_icon_default.png"
  },
  "browser_action": {
    "default_icon": "images/notification_icon_default.png",
    "default_popup": "index.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "geolocation",
    "storage",
    "notifications",
    "http://27.96.134.40/*"
  ]
}