{
  "name": "Hokay — Developer Network",
  "short_name": "Hokay",
  "description": "La plateforme sociale pour développeurs avec Proof of Work, défis techniques et progression XP.",
  "start_url": "/api/post/home",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0e0b09",
  "theme_color": "#e07b35",
  "lang": "fr",
  "dir": "ltr",
  "categories": ["social", "developer", "productivity"],

  "icons": [
    { "src": "/static/icons/icon-72.png",       "sizes": "72x72",   "type": "image/png", "purpose": "any" },
    { "src": "/static/icons/icon-96.png",       "sizes": "96x96",   "type": "image/png", "purpose": "any" },
    { "src": "/static/icons/icon-128.png",      "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/static/icons/icon-144.png",      "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "/static/icons/icon-152.png",      "sizes": "152x152", "type": "image/png", "purpose": "any" },
    { "src": "/static/icons/icon-192.png",      "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/static/icons/icon-384.png",      "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/static/icons/icon-512.png",      "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/static/icons/maskable-192.png",  "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/static/icons/maskable-512.png",  "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],

  "shortcuts": [
    {
      "name": "Feed",
      "short_name": "Feed",
      "description": "Fil d'actualité",
      "url": "/",
      "icons": [{ "src": "/static/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Défis PoW",
      "short_name": "Défis",
      "description": "Défis techniques Proof of Work",
      "url": "/api/post/challenges/",
      "icons": [{ "src": "/static/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Chat",
      "short_name": "Chat",
      "description": "Messagerie",
      "url": "/api/chat/",
      "icons": [{ "src": "/static/icons/icon-96.png", "sizes": "96x96" }]
    }
  ],

  "prefer_related_applications": false
}
