{
  "id": "/",
  "lang": "en",
  "dir": "ltr",
  "name": "Macro — Easiest macro tracker",
  "categories": ["health", "fitness", "lifestyle", "food", "productivity"],
  "short_name": "Macro",
  "description": "Track your daily macros effortlessly with smart estimates from text, photos and restaurant items.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "share_target": {
    "action": "/api/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        { "name": "photo", "accept": ["image/*"] }
      ]
    }
  },
  "edge_side_panel": { "preferred_width": 480 },
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Log a meal",
      "short_name": "Log meal",
      "description": "Quickly add a new meal to your diary",
      "url": "/app/new",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Today's diary",
      "short_name": "Diary",
      "description": "See today's macros and meals",
      "url": "/app",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Friends",
      "short_name": "Friends",
      "description": "Share meals with friends",
      "url": "/app/friends",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-1.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Track your macros without the friction"
    },
    {
      "src": "/screenshots/mobile-2.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Seven fast ways to log a meal"
    },
    {
      "src": "/screenshots/mobile-3.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Daily diary with calories, protein, carbs and fat"
    },
    {
      "src": "/screenshots/mobile-4.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Share meals with friends"
    },
    {
      "src": "/screenshots/desktop-1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "QuickMacros landing page"
    },
    {
      "src": "/screenshots/desktop-2.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Daily macro diary on desktop"
    }
  ]
}
