PTT notifications

PTT notifications

八卦版爆點雷達

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "PTT notifications",
  "description": "八卦版爆點雷達",
  "version": "1.1",
  "minimum_chrome_version": "29",
  "browser_action": {
    "default_icon": "icon64.png",
    "default_title": "Tooltip title",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "page": "background.html"
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "permissions": [
    "https://ptt.cc/",
    "https://www.google-analytics.com/",
    "background",
    "storage"
  ]
}