{
  "id": "com.majormike.roadtoyourlicence",
  "name": "TRTYL: The Road To Your License",
  "short_name": "TRTYL",
  "description": "Track every practice hour on the road to your driver's license. Log drives, monitor state requirements, set goals, and share progress with your supervisor.",
  "start_url": "/",
  "scope": "/",
  "dir": "ltr",
  "lang": "en",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#2563EB",
  "theme_color": "#2563EB",
  "orientation": "portrait",
  "handle_links": "preferred",
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "shortcuts": [
    {
      "name": "Log a Drive",
      "short_name": "Log Drive",
      "description": "Quickly log a new practice drive",
      "url": "/log",
      "icons": [{ "src": "/icons/icon-car-192.png", "sizes": "192x192" }]
    },
    {
      "name": "View Progress",
      "short_name": "Progress",
      "description": "Check your hours and progress toward your license",
      "url": "/dashboard",
      "icons": [{ "src": "/icons/icon-timer-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Goals",
      "short_name": "Goals",
      "description": "View and manage your driving goals",
      "url": "/goals",
      "icons": [{ "src": "/icons/icon-license-192.png", "sizes": "192x192" }]
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-car-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-timer-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-license-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-map-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/homepage.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Homepage — Start tracking for free"
    },
    {
      "src": "/screenshots/privacy.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Privacy Policy"
    },
    {
      "src": "/screenshots/mobile-home.jpg",
      "sizes": "390x844",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Track your practice hours on mobile"
    }
  ],
  "categories": ["education", "lifestyle"]
}
