{
  "name": "RemHub - Smart Reminders",
  "short_name": "RemHub",
  "description": "Never miss what matters. Send reminders via WhatsApp, Telegram, Email, and in-app notifications. Voice-powered creation, smart contact management, and flexible scheduling.",
  "version": "2.1.1",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["fullscreen", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "theme_color": "#8B5CF6",
  "background_color": "#F8FAFC",
  "lang": "en",
  "dir": "ltr",
  "categories": ["productivity", "utilities", "communication"],
  "prefer_related_applications": false,
  "related_applications": [],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "icons": [
    {
      "src": "/icon-16.png",
      "type": "image/png",
      "sizes": "16x16"
    },
    {
      "src": "/icon-32.png",
      "type": "image/png",
      "sizes": "32x32"
    },
    {
      "src": "/icon-48.png",
      "type": "image/png",
      "sizes": "48x48"
    },
    {
      "src": "/icon-72.png",
      "type": "image/png",
      "sizes": "72x72"
    },
    {
      "src": "/icon-96.png",
      "type": "image/png",
      "sizes": "96x96"
    },
    {
      "src": "/icon-144.png",
      "type": "image/png",
      "sizes": "144x144"
    },
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/icon-192-maskable.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Reminder",
      "short_name": "New",
      "description": "Create a new reminder quickly",
      "url": "/?action=new&source=shortcut",
      "icons": [
        {
          "src": "/icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "View Reminders",
      "short_name": "Reminders",
      "description": "View all your reminders",
      "url": "/?tab=reminders&source=shortcut",
      "icons": [
        {
          "src": "/icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Contacts",
      "short_name": "Contacts",
      "description": "Manage your contacts",
      "url": "/?tab=contacts&source=shortcut",
      "icons": [
        {
          "src": "/icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+remhub",
      "url": "/?action=%s"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile-1.png",
      "sizes": "497x820",
      "type": "image/png",
      "platform": "narrow",
      "label": "Main dashboard with reminders and notifications"
    },
    {
      "src": "/screenshot-mobile-2.png",
      "sizes": "497x843",
      "type": "image/png",
      "platform": "narrow",
      "label": "Contact management and WhatsApp integration"
    },
    {
      "src": "/screenshot-mobile-3.png",
      "sizes": "501x843",
      "type": "image/png",
      "platform": "narrow",
      "label": "Reminder creation with voice input"
    },
    {
      "src": "/screenshot-mobile-4.png",
      "sizes": "501x843",
      "type": "image/png",
      "platform": "narrow",
      "label": "Heartbeat monitoring and safety features"
    },
    {
      "src": "/screenshot-mobile-5.png",
      "sizes": "503x843",
      "type": "image/png",
      "platform": "narrow",
      "label": "Admin panel and settings"
    },
    {
      "src": "/screenshot-mobile-6.png",
      "sizes": "503x843",
      "type": "image/png",
      "platform": "narrow",
      "label": "Support and help features"
    },
    {
      "src": "/screenshot-desktop-1.png",
      "sizes": "497x820",
      "type": "image/png",
      "platform": "wide",
      "label": "Desktop dashboard view"
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "text/calendar": [".ics"],
        "text/plain": [".txt"]
      }
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",
  "capture_links": "existing-client-navigate",
  "gcm_sender_id": "103953800507"
}