Order Magic by B2B Soft

Order Magic by B2B Soft

Purchase Order capturing plugin on vender websites for Wireless Standard

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortName__",
  "description": "__MSG_appDesc__",
  "homepage_url": "http://b2bsoft.com",
  "default_locale": "en",
  "version": "1.2.2",
  "icons": {
    "128": "images/default.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "http://*/",
    "https://*/",
    "storage",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/content.js"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://*.b2bsoft.com/*"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://*.googleapis.com; object-src 'self'",
  "page_action": {
    "default_icon": "images/default.png",
    "default_title": "__MSG_appName__",
    "default_popup": "content/popup.html"
  }
}