{
  "id": "/",
  "name": "Excel Manager",
  "short_name": "Excel Manager",
  "description": "Free mobile web app to import, edit, and share Excel (.xlsx) and CSV spreadsheets on your phone. Files stay on your device.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#217346",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/app-thumbnail.jpg",
      "sizes": "1024x571",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Excel Manager on mobile"
    }
  ]
}
