iStream Buddy Android Box Download

iStream Buddy Android Box Download

For use on Android TV Box that runs on version 5.1 or higher:

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "iStream Buddy Android Box Download",
  "manifest_version": 2,
  "short_name": "istreamAndroid",
  "description": "For use on Android TV Box that runs on version 5.1 or higher:",
  "version": "2.0",
  "background": {
    "persistent": false,
    "scripts": [
      "OneSignal2.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "16px_529-1503166231.jpg"
  },
  "icons": {
    "128": "128px_529-1503166302.png"
  },
  "permissions": [
    "gcm",
    "storage",
    "notifications",
    "identity"
  ]
}