{
  "name": "Apsel Properties - Property Management",
  "short_name": "Apsel Properties",
  "description": "Comprehensive property management platform for tenants, rent tracking, and financial insights",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "categories": ["productivity", "business"],
  "screenshots": [
    {
      "src": "https://base44.com/logo_v2.svg",
      "sizes": "540x720",
      "form_factor": "narrow",
      "type": "image/svg+xml"
    },
    {
      "src": "https://base44.com/logo_v2.svg",
      "sizes": "1280x720",
      "form_factor": "wide",
      "type": "image/svg+xml"
    }
  ],
  "icons": [
    {
      "src": "https://base44.com/logo_v2.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "https://base44.com/logo_v2.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Rent Tracker",
      "short_name": "Payments",
      "description": "Track rent payments and payment status",
      "url": "/RentTracker",
      "icons": [
        {
          "src": "https://base44.com/logo_v2.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Properties",
      "short_name": "Properties",
      "description": "Manage your properties",
      "url": "/Properties",
      "icons": [
        {
          "src": "https://base44.com/logo_v2.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Tenants",
      "short_name": "Tenants",
      "description": "Manage tenant information",
      "url": "/Tenants",
      "icons": [
        {
          "src": "https://base44.com/logo_v2.svg",
          "sizes": "192x192",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
