Notify

Notify

A google chrome extension to allow the user to receive notifications when the browser is minimized

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Notify",
  "version": "5.0",
  "description": "A google chrome extension to allow the user to receive notifications when the browser is minimized",
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "manifest_version": 2
}