Recurring Stand Alert

Regularly prompts you to stand up for better health and less sitting risk.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "name": "Recurring Stand Alert",
  "version": "1.2",
  "description": "Regularly prompts you to stand up for better health and less sitting risk.",
  "permissions": [
    "alarms",
    "notifications",
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "icon48.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}