{
  "name": "Klown Network",
  "short_name": "KlownNet",
  "description": "Réseau social nouvelle génération combinant microblogging et stories",
  "start_url": "/feed",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#1D9BF0",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "fr",
  "categories": ["social", "news", "entertainment"],
  "icons": [
    {
      "src": "/icons/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/icons/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Nouveau post",
      "short_name": "Post",
      "description": "Créer une nouvelle publication",
      "url": "/feed?compose=true"
    },
    {
      "name": "Messages",
      "short_name": "Messages",
      "description": "Voir vos messages",
      "url": "/messages"
    },
    {
      "name": "Notifications",
      "short_name": "Notifs",
      "description": "Voir vos notifications",
      "url": "/notifications"
    }
  ],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "video/*"]
        }
      ]
    }
  }
}
