Game4V.com

Game4V.com

Ứng dụng hiển thị tin mới trên Game4V.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Game4V.com",
  "description": "Ứng dụng hiển thị tin mới trên Game4V.com",
  "version": "1.0",
  "icons": {
    "16": "images/16.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "permissions": [
    "notifications",
    "tabs",
    "storage",
    "http://game4v.com/*",
    "http://*.epic.vn/*"
  ],
  "web_accessible_resources": [
    "images/48.png"
  ],
  "homepage_url": "http://game4v.com/",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Cập nhật tin tức mới trên Game4V.com",
    "default_icon": "images/16.png"
  },
  "offline_enabled": true,
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}