Health & Lifestyle Assistant - Sedentia

Health & Lifestyle Assistant - Sedentia

Your personal health and lifestyle assistant. You focus on getting stuff done - we'll focus on keeping you healthy.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Health & Lifestyle Assistant - Sedentia",
  "description": "Your personal health and lifestyle assistant. You focus on getting stuff done - we'll focus on keeping you healthy.",
  "version": "1.0",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "permissions": [
    "storage",
    "alarms"
  ],
  "action": {
    "default_title": "Open Sedentia",
    "default_icon": "Images/icon.png"
  }
}