Apple TV Aerial

Apple TV Aerial

Watch All The Apple TV Aerial Video in new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Apple TV Aerial",
  "description": "Watch All The Apple TV Aerial Video in new tab.",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "version": "0.0.3",
  "host_permissions": [
    "http://a1.phobos.apple.com/*"
  ],
  "chrome_url_overrides": {
    "newtab": "new_tab.html"
  }
}