{
  "name": "CarnivOS (カーニボス) - Carnivore OS",
  "short_name": "CarnivOS",
  "description": "Nutrition and lifestyle assistant for Carnivore Diet practitioners",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "categories": ["health", "fitness"],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.CarnivOS.app",
      "id": "com.CarnivOS.app"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/carnivos/id0000000000"
    }
  ],
  "background_color": "#050505",
  "theme_color": "#1c1917",
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon-v2-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-v2-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-v2-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-v2-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icon-v2-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "CarnivOS - Carnivore Diet Tracker"
    },
    {
      "src": "/icon-v2-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "CarnivOS - Track Your Nutrients"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Food",
      "short_name": "Add",
      "description": "Log a meal",
      "url": "/?screen=input",
      "icons": [{ "src": "/icon-v2-192.png", "sizes": "192x192" }]
    },
    {
      "name": "History",
      "short_name": "History",
      "description": "View nutrition history",
      "url": "/?screen=history",
      "icons": [{ "src": "/icon-v2-192.png", "sizes": "192x192" }]
    }
  ]
}