magic VOIP

magic VOIP

VOIP电话桌面扩展.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "magic VOIP",
  "description": "VOIP电话桌面扩展.",
  "version": "1.1.1",
  "options_page": "option.html",
  "browser_action": {
    "default_icon": "images/48.png"
  },
  "icons": {
    "16": "images/16.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "background": {
    "persistent": true,
    "page": "background.html"
  },
  "permissions": [
    "http://phone.bi2you.cn/",
    "http://phone.bi2you.cn:88/",
    "activeTab",
    "contextMenus",
    "storage",
    "tabs",
    "contextMenus",
    "cookies",
    "notifications"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}