YAAW for Chrome

YAAW for Chrome

Yet Another Aria2 Web Frontend in pure HTML/CSS/Javascirpt

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "32": "images/logo32.png",
    "64": "images/logo64.png",
    "128": "images/logo128.png"
  },
  "manifest_version": 2,
  "browser_action": {
    "default_icon": "images/logo32.png"
  },
  "options_page": "options.html",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "cookies",
    "notifications",
    "tabs",
    "contextMenus",
    "downloads",
    "<all_urls>",
    "storage"
  ],
  "name": "__MSG_appName__",
  "version": "0.2.3"
}