{
  "name": "Nielhouse",
  "short_name": "Nielhouse",
  "description": "Save and organize properties from any real estate website",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/lovable-uploads/7028ab49-6879-4d9d-aaab-ffb4132b44da.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/lovable-uploads/7028ab49-6879-4d9d-aaab-ffb4132b44da.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "https://nielhouse.com/properties?shared=true",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text", 
      "url": "url"
    }
  },
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Save Property",
      "short_name": "Save",
      "description": "Save a new property to your collection",
      "url": "/properties?tab=save",
      "icons": [
        {
          "src": "/lovable-uploads/7028ab49-6879-4d9d-aaab-ffb4132b44da.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}