Download Notifications

Download Notifications

This extension adds notifications for downloads, when complete or interrupted

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Download Notifications",
  "description": "This extension adds notifications for downloads, when complete or interrupted",
  "version": "0.0.0.1",
  "permissions": [
    "notifications",
    "downloads"
  ],
  "web_accessible_resources": [
    "icon.png"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "main.js",
      "bg.js"
    ]
  }
}