{
  "name": "Todos PWA - Offline Task Manager",
  "short_name": "Todos",
  "description": "A fast, offline-first todo app with real-time sync, reminders, and multi-user support",
  "start_url": "https://pwa.softwarelaps.gr/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#3880ff",
  "background_color": "#ffffff",
  "categories": [
    "productivity"
  ],
  "screenshots": [
    {
      "src": "/ionic/icons/screenshot-1.webp",
      "sizes": "540x720",
      "form_factor": "narrow",
      "type": "image/png"
    },
    {
      "src": "/ionic/icons/screenshot-2.webp",
      "sizes": "1280x720",
      "form_factor": "wide",
      "type": "image/png"
    }
  ],
  "icons": [
    {
      "src": "icons/icon-48x48.webp",
      "sizes": "48x48",
      "type": "image/webp"
    },
    {
      "src": "icons/icon-72x72.webp",
      "sizes": "72x72",
      "type": "image/webp"
    },
    {
      "src": "icons/icon-96x96.webp",
      "sizes": "96x96",
      "type": "image/webp"
    },
    {
      "src": "icons/icon-128x128.webp",
      "sizes": "128x128",
      "type": "image/webp"
    },
    {
      "src": "icons/icon-144x144.webp",
      "sizes": "144x144",
      "type": "image/webp"
    },
    {
      "src": "icons/icon-152x152.webp",
      "sizes": "152x152",
      "type": "image/webp"
    },
    {
      "src": "icons/icon-192x192.webp",
      "sizes": "192x192",
      "type": "image/webp"
    },
    {
      "src": "icons/icon-256x256.webp",
      "sizes": "256x256",
      "type": "image/webp"
    },
    {
      "src": "icons/icon-384x384.webp",
      "sizes": "384x384",
      "type": "image/webp"
    },
    {
      "src": "icons/icon-512x512.webp",
      "sizes": "512x512",
      "type": "image/webp"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Todo",
      "short_name": "Add",
      "description": "Quickly add a new todo item",
      "url": "/ionic/?action=add",
      "icons": [
        {
          "src": "/ionic/icons/shortcut-add-96.webp",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "View Reminders",
      "short_name": "Reminders",
      "description": "See all upcoming reminders",
      "url": "/ionic/?action=reminders",
      "icons": [
        {
          "src": "/ionic/icons/shortcut-reminders-96.webp",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/ionic/",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+todo",
      "url": "/ionic/?url=%s"
    }
  ],
  "prefer_related_applications": false
}