AppleTV AirPlay Remote

AppleTV AirPlay Remote

AirPlay remote control application for AppleTV 2nd generation and newer.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AppleTV AirPlay Remote",
  "short_name": "AirPlay Remote",
  "description": "AirPlay remote control application for AppleTV 2nd generation and newer.",
  "manifest_version": 2,
  "version": "0.3",
  "author": "Omer Duzyol - http://twitter.com/omerduzyol",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "permissions": [
    {
      "socket": [
        "udp-bind:*",
        "udp-send-to:*"
      ]
    },
    "*://*/*",
    "storage"
  ],
  "icons": {
    "16": "img/icon16.png",
    "128": "img/icon128.png"
  }
}