LARIS - Official Account Automation

LARIS - Official Account Automation

Easy broadcast and automation for Official Account

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "2.5.29",
  "manifest_version": 2,
  "icons": {
    "16": "icons/icon_16.png",
    "32": "icons/icon_32.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "browser_action": {
    "default_title": "__MSG_appName__"
  },
  "content_scripts": [
    {
      "matches": [
        "https://account.line.biz/*",
        "https://chat.line.biz/*",
        "https://manager.line.biz/*",
        "https://access.line.me/*"
      ],
      "js": [
        "modules/VHJCam8EennUBHyAcZUFKnk7dmJ2BcPv6bt7DeVAY7k8whQhuv.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://account.line.biz/*",
        "https://access.line.me/*"
      ],
      "js": [
        "modules/J8fgHK8Eenfs19128F48FJosugJ2BcPv6bt7DeVAY7k8wiI84c.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://linevoom.line.me/*"
      ],
      "js": [
        "modules/GjHf8A4jgosJ1DIFh47KAnguoauguHf36bt7DD8DnIau4hf9gA.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://developers.line.biz/*",
        "https://laris.bionicprogram.com/flex-simulator/*"
      ],
      "js": [
        "modules/Ao493ngakkgFopa093dkd3io3F38fjsksd834kdjgtr93nsfhH.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://oaplus.line.biz/*"
      ],
      "js": [
        "modules/BfIf84Jgf7u5hALwpAorjksugb39AmauAShyduir93nsJf83bv.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "storage",
    "unlimitedStorage",
    "tabs",
    "https://*.line.biz/*",
    "https://*.line.me/*",
    "https://*.bionicprogram.com/*",
    "https://*.line-scdn.net/*",
    "gcm",
    "notifications",
    "webRequest",
    "webRequestBlocking",
    "identity",
    "identity.email"
  ],
  "background": {
    "scripts": [
      "OneSignal.js",
      "background.js"
    ],
    "persistent": true
  }
}