{
  "name": "DIPPS - Smart Care for Real Lives",
  "short_name": "DIPPS",
  "description": "DIPPS - Smart Care for Real Lives. A free companion app for seniors with reminders, brain games, wisdom quotes, and health resources. Based on the DIPPS framework: Dignity, Independence, Preferences, Privacy, Safety.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#FDF8F3",
  "theme_color": "#8B7355",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "categories": ["health", "lifestyle", "medical"],
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect fill='%23FDF8F3' width='100' height='100' rx='20'/><text y='.85em' x='.1em' font-size='80'>🌻</text></svg>",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Home screen with weather and quick actions"
    },
    {
      "src": "/screenshots/desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop view of DIPPS"
    }
  ],
  "shortcuts": [
    {
      "name": "Daily Reminders",
      "short_name": "Reminders",
      "url": "/reminders",
      "description": "Set and check your daily reminders",
      "icons": [{ "src": "/icons/reminder-icon.png", "sizes": "96x96" }]
    },
    {
      "name": "Brain Games",
      "short_name": "Games",
      "url": "/games",
      "description": "Play fun brain training games",
      "icons": [{ "src": "/icons/games-icon.png", "sizes": "96x96" }]
    },
    {
      "name": "Daily Wisdom",
      "short_name": "Wisdom",
      "url": "/wisdom",
      "description": "Read inspiring wisdom quotes",
      "icons": [{ "src": "/icons/wisdom-icon.png", "sizes": "96x96" }]
    },
    {
      "name": "My Hobbies",
      "short_name": "Hobbies",
      "url": "/hobbies",
      "description": "Explore and track your hobbies"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
