{
  "id": "/",
  "name": "Checklist",
  "short_name": "Checklist",
  "description": "An interactive checklist application for development best practices",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f3f4f6",
  "theme_color": "#4f46e5",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["productivity", "developer", "utilities"],
  "icons": [
    {
      "src": "/ChatGPT_logo_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/ChatGPT_logo_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/ChatGPT_logo_96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/not-narrow.png",
      "sizes": "1280x724",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Checklist - Desktop View"
    },
    {
      "src": "/narrow.png", 
      "sizes": "390x567",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Checklist - Mobile View"
    }
  ],
  "shortcuts": [
    {
      "name": "Code Standards",
      "short_name": "Code",
      "description": "View code standards checklist",
      "url": "/",
      "icons": [
        {
          "src": "/ChatGPT_logo_96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "prefer_related_applications": false
} 