{
  "name": "Menuneto",
  "short_name": "Menuneto",
  "description": "All-in-one restaurant management system with QR code digital menus, contactless ordering, kitchen display, inventory tracking, and analytics for restaurants, hotels, cafés, bars, and food trucks.",
  "start_url": "/",
  "display": "minimal-ui",
  "theme_color": "#6366f1",
  "background_color": "#ffffff",
  "orientation": "portrait-primary",
  "categories": ["food", "lifestyle", "business", "productivity"],
  "icons": [
    {
      "src": "/icon-192.png?v=11",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png?v=11",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png?v=11",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/create-post",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "video/*"]
        }
      ]
    }
  }
}
