{
  "name": "GASTRO-LX · RECIPE CODEX™",
  "short_name": "RECIPE CODEX™",
  "description": "RECIPE CODEX™ — professional recipe specification, engineering, costing and approval, by GASTRO-LX. The authoring core of the GASTRO-LX culinary operating ecosystem.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "any",
  "background_color": "#000000",
  "theme_color": "#000000",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "food", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Recipe",
      "short_name": "New Recipe",
      "description": "Author a new recipe in RECIPE",
      "url": "/?app=RECIPE&module=Recipes&action=new",
      "icons": [{ "src": "/static/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "ATELIER Library",
      "short_name": "ATELIER",
      "description": "Browse the culinary intelligence library",
      "url": "/?app=ATELIER&module=Library",
      "icons": [{ "src": "/static/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "PRO Command Centre",
      "short_name": "PRO",
      "description": "Enterprise operating overview",
      "url": "/?app=PRO&module=Overview",
      "icons": [{ "src": "/static/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
