ADVANTSHOP CRM + VK

ADVANTSHOP CRM + VK

CRM система платформы ADVANTSHOP для социальной сети Вконтакте

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ADVANTSHOP CRM + VK",
  "version": "1.1.2",
  "description": "CRM система платформы ADVANTSHOP для социальной сети Вконтакте",
  "content_scripts": [
    {
      "matches": [
        "https://vk.com/*"
      ],
      "js": [
        "ajax.js",
        "template.js",
        "content/user-info/user-info.js",
        "content.js"
      ],
      "css": [
        "content/user-info/user-info.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "url.js",
      "ajax.js",
      "widget.js",
      "app.js"
    ]
  },
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "https://vk.com/*"
  ],
  "browser_action": {
    "default_title": "Advantshop CRM",
    "default_icon": "xsmall.png",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "url.js",
    "ajax.js",
    "content.js",
    "app.js",
    "widget.js",
    "popup.js",
    "popup.css",
    "template.js",
    "content/user-info/user-info.js",
    "content/user-info/user-info.tpl.html",
    "content/user-info/user-info.css"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}