{
  "name": "HomePilot — Your Home's Command Center",
  "short_name": "HomePilot",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "monochrome"
    }
  ],
  "description": "HomePilot is the digital command center for homeowners. Track maintenance, appliances, warranties, contractors, and expenses in one premium dashboard.",
  "background_color": "#15191d",
  "theme_color": "#008aff",
  "orientation": "any",
  "lang": "en-US",
  "dir": "ltr",
  "categories": [
    "productivity",
    "lifestyle",
    "utilities",
    "finance"
  ],
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "screenshots": [
    {
      "src": "/screenshots/mobile-home.jpg",
      "sizes": "512x1024",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "HomePilot dashboard on mobile"
    },
    {
      "src": "/screenshots/desktop-home.jpg",
      "sizes": "1280x800",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "HomePilot dashboard on desktop"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Dashboard",
      "short_name": "Dashboard",
      "description": "Jump straight to your home dashboard",
      "url": "/app",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Reminders",
      "short_name": "Reminders",
      "description": "View upcoming maintenance reminders",
      "url": "/reminders",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Appliances",
      "short_name": "Appliances",
      "description": "Browse your appliances and warranties",
      "url": "/appliances",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Contractors",
      "short_name": "Contractors",
      "description": "Open your contractor directory",
      "url": "/contractors",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/api/public/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": [
            "image/*",
            "application/pdf",
            ".pdf",
            ".png",
            ".jpg",
            ".jpeg"
          ]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+homepilot",
      "url": "/app/%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/app",
      "accept": {
        "application/pdf": [
          ".pdf"
        ],
        "image/png": [
          ".png"
        ],
        "image/jpeg": [
          ".jpg",
          ".jpeg"
        ]
      },
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ],
      "launch_type": "single-client"
    }
  ],
  "launch_handler": {
    "client_mode": [
      "navigate-existing",
      "auto"
    ]
  },
  "handle_links": "preferred",
  "capture_links": "existing-client-navigate",
  "scope_extensions": [
    "https://homepilot-app.com",
    "https://home-pilot-app.lovable.app"
  ],
  "edge_side_panel": {
    "preferred_width": 480
  },
  "note_taking": {
    "new_note_url": "/app"
  },
  "widgets": [
    {
      "name": "Home Summary",
      "short_name": "Summary",
      "description": "A quick command-center snapshot for your home.",
      "tag": "home-summary",
      "template": "homepilot-home-summary",
      "ms_ac_template": "/widgets/home-summary.template.json",
      "data": "/widgets/home-summary.data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/screenshots/mobile-home.jpg",
          "sizes": "512x1024",
          "label": "Home summary widget preview"
        }
      ],
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ],
      "auth": false,
      "update": 900
    },
    {
      "name": "Upcoming Reminders",
      "short_name": "Reminders",
      "description": "Your next home maintenance reminders.",
      "tag": "reminders",
      "template": "homepilot-reminders",
      "ms_ac_template": "/widgets/reminders.template.json",
      "data": "/widgets/reminders.data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/screenshots/mobile-home.jpg",
          "sizes": "512x1024",
          "label": "Reminders widget preview"
        }
      ],
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ],
      "auth": false,
      "update": 900
    },
    {
      "name": "Maintenance Queue",
      "short_name": "Maintenance",
      "description": "Open maintenance tasks and seasonal priorities.",
      "tag": "maintenance",
      "template": "homepilot-maintenance",
      "ms_ac_template": "/widgets/maintenance.template.json",
      "data": "/widgets/maintenance.data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/screenshots/mobile-home.jpg",
          "sizes": "512x1024",
          "label": "Maintenance widget preview"
        }
      ],
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ],
      "auth": false,
      "update": 900
    },
    {
      "name": "Warranty Watch",
      "short_name": "Warranties",
      "description": "Upcoming warranty and appliance coverage dates.",
      "tag": "warranty-watch",
      "template": "homepilot-warranty-watch",
      "ms_ac_template": "/widgets/warranty-watch.template.json",
      "data": "/widgets/warranty-watch.data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/screenshots/mobile-home.jpg",
          "sizes": "512x1024",
          "label": "Warranty watch widget preview"
        }
      ],
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ],
      "auth": false,
      "update": 3600
    }
  ],
  "iarc_rating_id": "",
  "serviceworker": {
    "src": "/sw.js",
    "scope": "/",
    "update_via_cache": "none",
    "type": "classic"
  }
}
