{
  "background_color": "#ffffff",
  "description": "Showcase your project, connect GitHub, and earn Kudos.",
  "dir": "ltr",
  "display": "standalone",
  "name": "KudosCrate",
  "orientation": "portrait",
  "scope": "/",
  "short_name": "KudosCrate",
  "start_url": "/",
  "theme_color": "#080d1b",
  "categories": [
    "developer",
    "productivity",
    "social"
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Post",
      "short_name": "Create",
      "description": "Share a new project on KudosCrate",
      "url": "/create",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "View Profile",
      "short_name": "Profile",
      "description": "Go to your user profile",
      "url": "/profile",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
