Envato desktop sales notifications

Envato desktop sales notifications

Shows off a notification when you get a new sale on an envato marketplace.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Envato desktop sales notifications",
  "version": "1.0.2",
  "description": "Shows off a notification when you get a new sale on an envato marketplace.",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "permissions": [
    "notifications",
    "background"
  ],
  "options_page": "options.html",
  "background": {
    "page": "background.html"
  },
  "manifest_version": 2
}