{
  "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.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    { "name": "Create post", "url": "/create" },
    { "name": "Explore", "url": "/explore" },
    { "name": "Universe", "url": "/universe" }
  ]
}
