{
  "short_name": "Work Routines",
  "name": "Work Routine Manager",
  "description": "Manage your work routines with push notifications",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "logo192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "logo512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#3b82f6",
  "background_color": "#ffffff",
  "categories": ["productivity", "health", "lifestyle"],
  "lang": "en",
  "dir": "ltr",
  "permissions": [
    "notifications",
    "background-sync"
  ],
  "gcm_sender_id": "103953800507",
  "shortcuts": [
    {
      "name": "Add Routine",
      "short_name": "Add",
      "description": "Quickly add a new work routine",
      "url": "/workout?action=add",
      "icons": [
        {
          "src": "logo192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "View Routines",
      "short_name": "Routines",
      "description": "View all your work routines",
      "url": "/workout",
      "icons": [
        {
          "src": "logo192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
