CGM TIR

CGM TIR

Monitor your Nightscout SGV via a toolbar icon and desktop alerts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": {
      "16": "/icons/16.png",
      "24": "/icons/24.png",
      "32": "/icons/32.png"
    },
    "default_popup": "popup.html",
    "default_title": "CGM TIR"
  },
  "author": "[email protected]",
  "background": {
    "service_worker": "background.js"
  },
  "description": "Monitor your Nightscout SGV via a toolbar icon and desktop alerts.",
  "homepage_url": "https://www.buymeacoffee.com/cgmtir",
  "host_permissions": [
    "*://*/*"
  ],
  "icons": {
    "16": "/icons/16.png",
    "32": "/icons/32.png",
    "48": "/icons/48.png",
    "128": "/icons/128.png"
  },
  "incognito": "spanning",
  "manifest_version": 3,
  "name": "CGM TIR",
  "offline_enabled": false,
  "options_page": "options.html",
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "permissions": [
    "alarms",
    "background",
    "notifications",
    "storage"
  ],
  "short_name": "CGM TIR",
  "version": "0.1.7",
  "version_name": "0.1.7"
}