{
  "id": "/",
  "name": "ZimVita",
  "short_name": "ZimVita",
  "description": "Create professional CVs, cover letters and prepare for your next career opportunity.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/home?source=android-app",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#FFFFFF",
  "theme_color": "#1E5BB8",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "id": "com.zimvita.app",
      "url": "https://play.google.com/store/apps/details?id=com.zimvita.app"
    }
  ],
  "categories": ["business", "productivity", "education"],

  "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-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "screenshots": [
    {
      "src": "/screenshots/home-mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "ZimVita mobile home dashboard"
    },
    {
      "src": "/screenshots/documents-mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Manage CVs and cover letters"
    },
    {
      "src": "/screenshots/create-cv-mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Create a professional CV"
    },
    {
      "src": "/screenshots/zimvita-wide.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "ZimVita career tools and document management"
    }
  ],

  "shortcuts": [

    {
      "name": "Create a CV",
      "url": "/create?source=android-app"
    },
    {
      "name": "My documents",
      "url": "/documents?source=android-app"
    }
  ]
}
