Nitro Price Checker

Nitro Price Checker

Check Discord Listings on Plati.Market website And show the lowest Price in a notification

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Nitro Price Checker",
  "version": "18.0",
  "description": "Check Discord Listings on Plati.Market website And show the lowest Price in a notification",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "browser_action": {
    "default_title": "crystals",
    "default_icon": "icon.png"
  },
  "icons": {
    "128": "icon.png"
  },
  "background": {
    "scripts": [
      "bg.js"
    ],
    "persistent": true
  },
  "web_accessible_resources": [
    "*"
  ],
  "permissions": [
    "https://plati.market/*",
    "notifications"
  ]
}