Simple EEW

Simple EEW

緊急地震速報を受信して通知します。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Simple EEW",
  "version": "1.0.0.0",
  "description": "緊急地震速報を受信して通知します。",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "background",
    "notifications"
  ]
}