Personlig Sentralbord

Personlig Sentralbord

Personlig Sentralbord

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_appDescription__",
  "externally_connectable": {
    "matches": [
      "*://bn.phonero.no/*"
    ],
    "accepts_tls_channel_id": true
  },
  "version": "1",
  "manifest_version": 2,
  "default_locale": "en",
  "permissions": [
    "audioCapture",
    "usb",
    "webview",
    "background",
    "notifications",
    "videoCapture",
    "alwaysOnTopWindows",
    "storage",
    "unlimitedStorage",
    "background"
  ],
  "icons": {
    "16": "images/icon-16.png",
    "128": "images/icon-128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "scripts/background.js"
      ]
    }
  }
}