Truffle

Truffle

Enhance your livestream viewing experience

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Truffle",
  "version": "4.6.0",
  "description": "Enhance your livestream viewing experience",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm8aUoSOHJ3CLI88dtHf+dlZJzHVn45gLLDrpP7iy2aoYPLEjQnsFSFu1jbNhbhaA4ilmDtcR5WX7j/8JCAXtrc2JEACg3k9Qgp6l9Z2EN6DWBg2IrwJR69w2/CxXb5HVfJp5Bu342N7Fpvl8uxPRX5S55SUomXVwIuujWQpNDxofhqH+kFtBKfdjDLZ5QPcFAnxRXX5I5BK5MWNdXb64o7hbbHpvXPVXFi/MPCyHHsOsd9P0rjFdj2vOxRDcKeXdQ/VgTV27359GNquoHD4ZtF0VufXvUN4+w9swU7CcKlTaY3D4v+paN0q3LpPRNi30UpWG2uIElxkIz1mbt79JlwIDAQAB",
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "devtools_page": "devtools/entry.html",
  "icons": {
    "16": "assets/icon16.png",
    "48": "assets/icon48.png",
    "128": "assets/icon128.png"
  },
  "externally_connectable": {
    "ids": [
      "pmnmpgjfacmjcnfigcmgfipemjpggmeg"
    ],
    "matches": [
      "*://*.truffle.vip/*"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "content-script/import-index.js"
      ],
      "run_at": "document_start",
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "all_frames": true
    }
  ],
  "permissions": [
    "cookies",
    "storage",
    "unlimitedStorage",
    "gcm",
    "notifications",
    "declarativeNetRequestWithHostAccess"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "injected-script/index.js",
        "devtools/index.html"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    },
    {
      "resources": [
        "chunks/*-*.js",
        "content-script/index.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ]
}