新亚PS4游戏监控

新亚PS4游戏监控

新亚PS4游戏监控

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "socket.io.js",
      "background.js"
    ]
  },
  "description": "新亚PS4游戏监控",
  "browser_action": {
    "default_icon": "logo128.png",
    "default_popup": "index.html",
    "default_title": "I Want That Game"
  },
  "icons": {
    "16": "logo128.png",
    "48": "logo128.png",
    "128": "logo128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "17",
  "name": "新亚PS4游戏监控",
  "permissions": [
    "<all_urls>",
    "notifications"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.4.2",
  "web_accessible_resources": []
}