{
  "name": "Luna — Founder cockpit",
  "short_name": "Luna",
  "description": "Run Luna from your phone. Clients, NFC tags, conversations, revenue — all in one place.",
  "start_url": "/admin",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f4ede1",
  "theme_color": "#f4ede1",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "NFC tags",
      "short_name": "NFC",
      "description": "Manage and assign NFC tags",
      "url": "/admin/nfc-tags",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Clients",
      "short_name": "Clients",
      "description": "Open the clients list",
      "url": "/admin#clients",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    }
  ]
}
