NetCasino

NetCasino

Stay on top of the news about NetCasino blog, all information about the latest bonuses and promotions.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "NetCasino",
  "version": "1.0",
  "description": "Stay on top of the news about NetCasino blog, all information about the latest bonuses and promotions.",
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "notifications",
    "tabs",
    "alarms"
  ],
  "host_permissions": [
    "https://www.netcasino.eu/*"
  ],
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}