Alarms API

Alarms API

Your personal pocket alarm for Chrome with notifications. Simple and lightweight app that will make your day to day life easier! It…

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Alarms API",
  "version": "2.3",
  "manifest_version": 3,
  "background": {
    "service_worker": "bg-wrapper.js"
  },
  "permissions": [
    "alarms"
  ],
  "action": {}
}