{
  "name": "xtime.pro — Smart Reminders & Event Control",
  "short_name": "xtime.pro",
  "description": "Smart reminders, countdown timers and deadline tracking. Free, no registration.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0d0d14",
  "theme_color": "#0d0d14",
  "orientation": "portrait-primary",
  "lang": "en",
  "categories": [
    "productivity",
    "utilities"
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "xtime.pro desktop view"
    }
  ],
  "shortcuts": [
    {
      "name": "New Reminder",
      "short_name": "Reminder",
      "description": "Create a new reminder",
      "url": "/?action=new",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect width='96' height='96' rx='20' fill='%230d0d14'/><text x='10' y='75' font-family='Arial Black' font-size='80' font-weight='900' font-style='italic' fill='%23a78bfa'>X</text></svg>",
          "sizes": "96x96"
        }
      ]
    }
  ]
}