Mind me please By 2fit

Mind me please By 2fit

Health reminders while working on the desk

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Mind me please By 2fit",
  "version": "2.0.2",
  "description": "Health reminders while working on the desk",
  "icons": {
    "16": "assets/png/icon16.png",
    "32": "assets/png/icon32.png",
    "48": "assets/png/icon48.png",
    "128": "assets/png/icon128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "Mind me please",
    "default_popup": "popup/index.html"
  },
  "permissions": [
    "storage",
    "alarms",
    "notifications"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}