Airtame Legacy

Airtame Legacy

THIS APP SHOULD ONLY BE USED FOR STREAMING TO AIRTAME 1 DEVICES.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Airtame Legacy",
  "version": "4.1.3",
  "version_name": "4.1.3",
  "manifest_version": 2,
  "description": "THIS APP SHOULD ONLY BE USED FOR STREAMING TO AIRTAME 1 DEVICES.",
  "offline_enabled": true,
  "icons": {
    "128": "icon128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    "desktopCapture",
    "storage",
    {
      "fileSystem": [
        "write"
      ]
    },
    "unlimitedStorage",
    "notifications",
    "browser",
    "system.network",
    "mdns",
    {
      "socket": [
        "network-state",
        "tcp-listen:*:*",
        "tcp-connect",
        "resolve-host",
        "udp-bind:*:*",
        "udp-multicast-membership",
        "udp-send-to:*:*"
      ]
    },
    "https://data.airtame.com/"
  ],
  "sockets": {
    "udp": {
      "bind": "*",
      "send": "*",
      "multicastMembership": ""
    }
  }
}