{
  "name": "SIMPI Mobile Editor",
  "short_name": "SIMPI",
  "description": "Capture and edit SIMPI steps from a phone.",
  "start_url": "/",
  "display": "standalone",
  "scope": "/",
  "background_color": "#ffffff",
  "theme_color": "#001689",
  "orientation": "any",
  "categories": ["productivity", "photo", "video"],
  "icons": [
    {
      "src": "/icons/simpi-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/simpi-maskable-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ]
}