{
  "name": "Mi-Assignment",
  "short_name": "Mi-Assignment",
  "description": "AI homework and assignment solver. Better than ChatGPT for students. Instagram: @mi.assignment",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0A0B0E",
  "theme_color": "#22D3EE",
  "orientation": "portrait-primary",
  "lang": "ar",
  "dir": "auto",
  "categories": [
    "education",
    "productivity"
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Mi-Assignment Dashboard"
    },
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mi-Assignment on Mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "New Mission",
      "short_name": "Mission",
      "description": "Start a new assignment",
      "url": "/app",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "My Vault",
      "short_name": "Vault",
      "description": "View past assignments",
      "url": "/vault",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}