Synology Download Station Helper

Synology Download Station Helper

Add links to Synology Download Station and get notifications.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Synology Download Station Helper",
  "description": "Add links to Synology Download Station and get notifications.",
  "version": "0.67",
  "background": {
    "persistent": false,
    "scripts": [
      "src/event_page.js"
    ]
  },
  "options_ui": {
    "page": "src/options.html",
    "chrome_style": true
  },
  "permissions": [
    "contextMenus",
    "alarms",
    "notifications",
    "storage",
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png",
    "256": "img/icon256.png"
  }
}