Wilderness Flash Events Notifier

Wilderness Flash Events Notifier

Stay on top of RuneScape's Wilderness Flash Events with details, countdown timers, and notifications for upcoming events!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Wilderness Flash Events Notifier",
  "short_name": "Wilderness Events",
  "version": "1.5.1",
  "description": "Stay on top of RuneScape's Wilderness Flash Events with details, countdown timers, and notifications for upcoming events!",
  "icons": {
    "128": "icons/icon.png"
  },
  "author": "[email protected]",
  "homepage_url": "https://wilderness.spegal.dev,",
  "action": {
    "default_title": "Wilderness Flash Events Notifier",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "notifications",
    "storage"
  ]
}