G0V text news

G0V text news

G0V 文字直播 Chrome Extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_icon": "img/icon128.png",
    "default_title": "G0V text news",
    "default_popup": "popup.html"
  },
  "description": "G0V 文字直播 Chrome Extension",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "background": {
    "scripts": [
      "js/analytics.js",
      "js/socket.js",
      "js/jquery-1.7.min.js",
      "js/script.js"
    ],
    "persistent": true
  },
  "name": "G0V text news",
  "web_accessible_resources": [
    "img/icon48.png"
  ],
  "permissions": [
    "notifications"
  ],
  "version": "0.0.7",
  "manifest_version": 2
}