EasyHLS

EasyHLS

HTTP Live Stream downloader

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "EasyHLS",
  "name": "EasyHLS",
  "description": "HTTP Live Stream downloader",
  "manifest_version": 2,
  "version": "1.0.2",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "EasyHLS"
  },
  "background": {
    "scripts": [
      "static/js/background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "tabs",
    "http://*/*",
    "https://*/*",
    "debugger",
    "downloads"
  ],
  "web_accessible_resources": [
    "/assets/**/*"
  ],
  "icons": {
    "16": "/assets/favicon-16x16.png",
    "32": "/assets/favicon-32x32.png"
  }
}