Popup For Drink Water

Popup For Drink Water

Reminding user with the help of popup to drink water

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Popup For Drink Water",
  "description": "Reminding user with the help of popup to drink water",
  "version": "3.0",
  "manifest_version": 3,
  "permissions": [
    "alarms",
    "notifications",
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "Drink Water Event",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "drink_water16.png",
    "32": "drink_water32.png",
    "48": "drink_water48.png",
    "128": "drink_water128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}