{
  "name": "TimeStack",
  "short_name": "TimeStack",
  "theme_color": "#4579ff",
  "display": "standalone",
  "background_color": "#4579ff",
  "start_url": "/",
  "scope": "/",
  "description": "A simple and effective app to track and stack the time spent on your daily tasks.",
  "icons": [
    {
      "src": "images/icons/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "images/screen1.png",
      "type": "image/png",
      "description": "The TimeStack task entry form Manual",
      "form_factor": "narrow"
    },
    {
      "src": "images/screen2.png",
      "type": "image/png",
      "description": "List of tracked time entries",
      "form_factor": "narrow"
    },
        {
      "src": "images/screen3.png",
      "type": "image/png",
      "description": "The TimeStack task entry form Timer",
      "form_factor": "narrow"
    },
    {
      "src": "images/screen4.png",
      "type": "image/png",
      "description": "TimeStack desktop view",
      "form_factor": "wide",
      "sizes": "1919x934"
    }
  ]
}
