Broadpang - Line OA smart messaging

Broadpang - Line OA smart messaging

Broadpang send message to Line OA unlimited

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Broadpang",
  "background": {
    "persistent": true,
    "scripts": [
      "scripts/bp_tl_background.js"
    ]
  },
  "browser_action": {
    "default_title": "Broadpang - Line OA smart messaging v1.1.9"
  },
  "content_scripts": [
    {
      "css": [
        "scripts/iziToast.css"
      ],
      "js": [],
      "matches": [
        "*://chat.line.biz/*",
        "*://*.line.biz/*"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://cdn.jsdelivr.net https://cdn.rawgit.com https://cdn.datatables.net https://cdnjs.cloudflare.com https://use.fontawesome.com https://nightly.datatables.net https://rawgit.com https://maxcdn.bootstrapcdn.com https://manager.line.biz https://broadpang.co https://broadpang.net https://datatables.net https://ajax.googleapis.com https://code.jquery.com https://get.geojs.io;  object-src https://www.google-analytics.com https://www.google.com 'self'",
  "description": "Broadpang send message to Line OA unlimited",
  "icons": {
    "16": "icons/tllogo16.png",
    "32": "icons/tllogo32.png",
    "48": "icons/tllogo48.png",
    "64": "icons/tllogo64.png",
    "128": "icons/tllogo128.png"
  },
  "manifest_version": 2,
  "name": "Broadpang - Line OA smart messaging",
  "permissions": [
    "storage",
    "*://*.broadpang.co/*",
    "*://*.broadpang.net/*",
    "*://*.line.biz/*",
    "*://get.geojs.io/*",
    "webRequest",
    "webRequestBlocking"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.9",
  "web_accessible_resources": [
    "*",
    "ui/*",
    "/images/*.*",
    "/icons/*.*"
  ]
}