HLS Downloader

HLS Downloader

HTTP Live Stream downloader

Additional files are visible only to premium users

manifest.json


{
  "short_name": "HLS Download",
  "name": "HLS Downloader",
  "description": "HTTP Live Stream downloader",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "HLS Downloader"
  },
  "version": "3.2.1",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "web_accessible_resources": [
    "assets/**/*"
  ],
  "permissions": [
    "webRequest",
    "unlimitedStorage",
    "storage",
    "downloads",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "16": "assets/icons/16.png",
    "48": "assets/icons/48.png",
    "128": "assets/icons/128.png",
    "256": "assets/icons/256.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}