One Channel

One Channel

Automatically login your subscribed channels by scanning the QR code with your One Channel App

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "1.1.7",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "One Channel",
  "description": "Automatically login your subscribed channels by scanning the QR code with your One Channel App",
  "content_security_policy": {
    "sandbox": "sandbox script-src 'self' 'unsafe-eval'; object-src 'self'"
  },
  "permissions": [
    "tabs",
    "cookies",
    "scripting",
    "unlimitedStorage"
  ],
  "optional_permissions": [],
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "128": "static/logo128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "static/logo128.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_icon": "static/logo.png",
    "default_title": "One Channel"
  },
  "background": {
    "service_worker": "background.js"
  }
}