{
  "id": "/",
  "name": "ShotGram",
  "short_name": "ShotGram",
  "description": "Capture \u00b7 Share \u00b7 Inspire. Photos, reels and stories with posts, likes, comments and direct messages.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#06070f",
  "theme_color": "#06070f",
  "categories": [
    "social",
    "photo",
    "communication"
  ],
  "icons": [
    {
      "src": "/assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "New post",
      "short_name": "Post",
      "url": "/?screen=create"
    },
    {
      "name": "Messages",
      "short_name": "DMs",
      "url": "/?screen=messages"
    }
  ]
}