{
  "name": "Andrew - One Day at a Time",
  "short_name": "One Day",
  "description": "Private daily progress tracker with Andrew SOS court organizer, Pasco County support hub, housing and employment tools.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f2efe5",
  "theme_color": "#10251f",
  "orientation": "portrait",
  "categories": [
    "lifestyle",
    "productivity"
  ],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "id": "./",
  "shortcuts": [
    {
      "name": "Today",
      "short_name": "Today",
      "description": "Open the daily sober and smoke-free tracker",
      "url": "./?screen=today",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Case",
      "short_name": "Case",
      "description": "Open the court organizer",
      "url": "./?screen=case",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Find Help",
      "short_name": "Help",
      "description": "Open Pasco County assistance resources",
      "url": "./?screen=help",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Toolkit",
      "short_name": "Toolkit",
      "description": "Open housing, work, appointments and private tools",
      "url": "./?screen=tools",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-home.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Daily sober and smoke-free tracker with visual progress and life organizer"
    }
  ],
  "prefer_related_applications": false
}