{
  "name": "MyHobbyVerse",
  "short_name": "MyHobbyVerse",
  "description": "Where passions find their people. Share your hobbies with the world.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#060810",
  "theme_color": "#4f7cff",
  "categories": [
    "social",
    "lifestyle",
    "photo"
  ],
  "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-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Create post",
      "url": "/create"
    },
    {
      "name": "Explore",
      "url": "/explore"
    },
    {
      "name": "Universe",
      "url": "/universe"
    }
  ]
}