Remotifi

Remotifi

Stream video to Airplay devices from Google Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Remotifi",
  "description": "Stream video to Airplay devices from Google Chrome",
  "version": "0.7.1",
  "icons": {
    "128": "assets/icon.png"
  },
  "app": {
    "background": {
      "scripts": [
        "build/bundle.js"
      ]
    }
  },
  "externally_connectable": {
    "matches": [
      "*://*.remotifi.com/*"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApllFrq6LjeFund1VFbZnn4GI8iK7rhwYjuDG1gDq6Oc0kUHMXjof0Hhc11mgX4RV5FKauqrMAItAJKgG2YoTK5j4vEo34Dqhk4rlsYKs9K6SNOVzT89CePmUN6mUKngPr19/5fkmhjg8k/80XHZaxmRmI3gd9OITz6TdX008dMfskZpOeESxTRR+R9l9PQS2/4B2GF+1rpTVFo2U78N8z4vIJdVhxl7wpxJPenuvjzb5Evcqj+U5yURW2InenutpG2ZmwSGMDrXODiKBq5fiQgzP5fTFsySVeAYzGUOkC5BmalcQ11IwRNcYw9I6S77Rh8oM71R3O5ubeH95aKcQ1QIDAQAB",
  "sockets": {
    "tcp": {
      "connect": "*:*"
    },
    "tcpServer": {
      "listen": "*:*"
    }
  },
  "permissions": [
    "mdns",
    "fileSystem",
    "system.network"
  ]
}