Dbased - based Dlive

Dbased - based Dlive

Dbased, the Dlive companion. Add some cool features to Dlive, including adding unlimited stickers. More coming soon!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Dbased - based Dlive",
  "version": "1.1.1",
  "description": "add some cool features to Dlive",
  "permissions": [
    "storage",
    "*://graphigo.prd.dlive.tv/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "web_accessible_resources": [
    "assets/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://dlive.tv/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "64": "assets/logo_small-e277afc9db01f0ccd31bef76efb48dee.png",
    "128": "assets/[email protected]",
    "256": "assets/[email protected]"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "browser_action": {
    "default_popup": "popup.html"
  }
}