geckoDM

geckoDM

A Download Manager for the Echo360 Lecture System

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "geckoDM",
  "description": "A Download Manager for the Echo360 Lecture System",
  "version": "0.3.16",
  "homepage_url": "http://geckodm.github.io/",
  "icons": {
    "16": "drawables/launcher/icon-16.png",
    "64": "drawables/launcher/icon-64.png",
    "128": "drawables/launcher/icon-128.png"
  },
  "browser_action": {
    "default_popup": "src/popup.html"
  },
  "background": {
    "scripts": [
      "src/background.js"
    ]
  },
  "incognito": "spanning",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self' ; 'unsafe-inline'; fonts.googleapis.com/; ",
  "permissions": [
    "webRequest",
    "*://echo360.org.uk/section/",
    "*://echo360.org.au/section/",
    "*://echo360.org.ca/section/",
    "*://echo360.org/section/",
    "downloads",
    "tabs",
    "storage"
  ],
  "options_ui": {
    "page": "src/options/options.html",
    "open_in_tab": true
  }
}