RoA Stream Browser

RoA Stream Browser

Browse and watch Rival of Aether livestreams

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "RoA Stream Browser",
  "description": "Browse and watch Rival of Aether livestreams",
  "version": "3",
  "browser_action": {
    "default_icon": "/images/icon.png",
    "default_popup": "RoA_Stream_Browser.html"
  },
  "permissions": [
    "https://ajax.googleapis.com/"
  ],
  "content_scripts": [
    {
      "js": [
        "jquery.min.js"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ]
}