Envato Sales Notifications

Envato Sales Notifications

This extension will send a notification to your screen when a sale has been made on the Envato Marketplaces

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Envato Sales Notifications",
  "version": "3.0.3",
  "manifest_version": 2,
  "description": "This extension will send a notification to your screen when a sale has been made on the Envato Marketplaces",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "src/bg/background.js"
    ],
    "persistent": true
  },
  "options_page": "src/options_custom/index.html",
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "Envato Sales Notifications"
  },
  "permissions": [
    "alarms",
    "notifications",
    "tabs",
    "http://marketplace.envato.com/*"
  ],
  "web_accessible_resources": [
    "icons/icon48.png"
  ]
}