NotiConn

NotiConn

興味にマッチするconnpassイベントをプッシュ通知するChrome拡張

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "NotiConn",
  "manifest_version": 2,
  "version": "1.2.1",
  "description": "興味にマッチするconnpassイベントをプッシュ通知するChrome拡張",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_popup": "index.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_security_policy": "script-src 'self' 'sha256-NSavoSk+nr5ejB5ceg33r51sAOFnAMCh4ryAshv3z3c='; object-src 'self'",
  "permissions": [
    "storage",
    "alarms",
    "notifications"
  ]
}