パズドラ 時間割

パズドラ 時間割

自動通知緊急地下城

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "パズドラ 時間割",
  "version": "1.5.1",
  "description": "自動通知緊急地下城",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "permissions": [
    "notifications",
    "http://widget.pad.dnt7.com/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "manifest_version": 2,
  "web_accessible_resources": [
    "48.png"
  ],
  "browser_action": {
    "default_icon": "16.png",
    "default_popup": "popup.html",
    "default_title": "パズドラ 時間割"
  }
}