{
  "id": "/",
  "name": "Dydoss Social",
  "short_name": "Dydoss",
  "description": "Dydoss social platform with chat, posts, friends, and direct messages.",
  "start_url": "/profile",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#eaf2ff",
  "theme_color": "#1f4f8f",
  "categories": ["social", "communication"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/img/pwa/social/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/img/pwa/social/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/img/pwa/social/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Chat",
      "short_name": "Chat",
      "url": "/chat",
      "icons": [
        {
          "src": "/img/pwa/social/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Profile",
      "short_name": "Profile",
      "url": "/profile",
      "icons": [
        {
          "src": "/img/pwa/social/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Friends",
      "short_name": "Friends",
      "url": "/friends",
      "icons": [
        {
          "src": "/img/pwa/social/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
