{
  "name": "Sebastian Cătălin",
  "short_name": "SebastianCătălin",
  "id": "sebi-fit",
  "description": "Personalized training, adaptive nutrition, and progress analytics to help you become your strongest self.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "window-controls-overlay"
  ],
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#ff8c42",
  "lang": "ro",
  "dir": "ltr",
  "categories": [
    "health",
    "fitness",
    "education"
  ],
  "scope_extensions": [
    {
      "origin": "https://sebi-fit.netlify.app"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "edge_side_panel": {
    "preferred_width": 480
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "file_handlers": [
    {
      "action": "/import",
      "accept": {
        "application/json": [
          ".json"
        ],
        "text/csv": [
          ".csv"
        ]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+sebifit",
      "url": "/protocol-handler?url=%s"
    }
  ],
  "note_taking": {
    "new_note_url": "/notes/new"
  },
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Jump straight into your training dashboard.",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/icon/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "New Log",
      "short_name": "New Log",
      "description": "Start a new workout log instantly.",
      "url": "/workouts/new",
      "icons": [
        {
          "src": "/icon/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/icon/screen.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "iarc_rating_id": "IARC-UNSET",
  "icons": [
    {
      "src": "/icons/logo.png",
      "sizes": "any"
    },
    {
      "src": "/icon/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon/icon-256x256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
