{
  "name": "Meal Prep",
  "short_name": "Meal Prep",
  "description": "Planeador de refeições com foco em proteína",
  "start_url": "/app/library",
  "display": "standalone",
  "orientation": "portrait",
  "share_target": {
    "action": "/app/library/create",
    "method": "GET",
    "params": { "title": "title", "text": "text", "url": "url" }
  },
  "theme_color": "#16A34A",
  "background_color": "#FAFAF8",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "48x48 32x32 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "icon.svg",
      "type": "image/svg+xml",
      "sizes": "any"
    },
    {
      "src": "logo192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "logo512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "logo512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ]
}
