{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "TimeStash",
  "short_name": "TimeStash",
  "description": "Organize projects and tasks for you and your team. Invoice clients and accept online payments. Capture useful metrics and much, much more!",
  "categories": ["business", "finance", "productivity", "time tracker", "invoice"],
  "background_color": "#c1c1c1",
  "theme_color": "#1886b9",
  "display": "standalone",
  "start_url": "/",
  "orientation": "any",
  "shortcuts" : [
    {
      "name": "Clients",
      "url": "/clients",
      "description": "View active clients"
    },
    {
      "name": "Projects",
      "url": "/projects",
      "description": "View active projects"
    },
    {
      "name": "Time Logs",
      "url": "/time",
      "description": "View recent time logs"
    }
  ],  
  "icons": [
    {
      "src": "/img/logo/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "/img/favicons/android-chrome-192x192.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/img/favicons/android-chrome-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/img/logo/logo-theme-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots" : [
    {
      "src": "/img/screenshots/screenshot-1.webp",
      "sizes": "1080x1920",
      "type": "image/webp",
      "platform": "narrow",
      "label": "TimeStash Dashboard"
    },
    {
      "src": "/img/screenshots/screenshot-2.webp",
      "sizes": "1080x1920",
      "type": "image/webp",
      "platform": "narrow",
      "label": "Client details and statistics"
    },
    {
      "src": "/img/screenshots/screenshot-3.webp",
      "sizes": "1080x1920",
      "type": "image/webp",
      "platform": "narrow",
      "label": "Project details and expenses"
    },
    {
      "src": "/img/screenshots/screenshot-4.webp",
      "sizes": "1080x1920",
      "type": "image/webp",
      "platform": "narrow",
      "label": "Invoice themes and settings"
    },
    {
      "src": "/img/screenshots/screenshot-5.webp",
      "sizes": "1080x1920",
      "type": "image/webp",
      "platform": "narrow",
      "label": "Invoice preview and details"
    },
    {
      "src": "/img/screenshots/screenshot-6.webp",
      "sizes": "1080x1920",
      "type": "image/webp",
      "platform": "narrow",
      "label": "Logged time statistics"
    },
    {
      "src": "/img/screenshots/screenshot-7.webp",
      "sizes": "1080x1920",
      "type": "image/webp",
      "platform": "narrow",
      "label": "Team members"
    },
    {
      "src": "/img/screenshots/screenshot-8.webp",
      "sizes": "1080x1920",
      "type": "image/webp",
      "platform": "narrow",
      "label": "TimeStash menu"
    }
  ]  
}
  