Stick Nodes for PC, Windows 7/8/10 & Mac

Stick Nodes for PC, Windows 7/8/10 & Mac

The extension for Google Chrome lets you know about Stick Nodes before anyone else

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Stick Nodes for PC, Windows 7/8/10 & Mac",
  "description": "The extension for Google Chrome lets you know about Stick Nodes before anyone else",
  "background": {
    "service_worker": "service-worker.js"
  },
  "default_locale": "en",
  "action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "manifest_version": 3,
  "options_page": "options.html",
  "permissions": [
    "alarms",
    "notifications"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "version": "1.0"
}