{
  "id": "com.gravitondev.quoteconai",
  "name": "QuoteCon AI | Estimates and invoices for contractors",
  "short_name": "QuoteCon AI",
  "description": "AI estimating and invoicing software for contractors. Software bilingue EN/ES para presupuestos, facturas y firmas.",
  "lang": "en-US",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "portrait",
  "theme_color": "#0a0a0a",
  "background_color": "#ffffff",
  "categories": ["business", "productivity", "finance"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New estimate",
      "short_name": "Estimate",
      "description": "Create a new contractor estimate",
      "url": "/estimates/new",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "New invoice",
      "short_name": "Invoice",
      "description": "Create a new contractor invoice",
      "url": "/invoices",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-narrow.png",
      "sizes": "1024x888",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "QuoteCon AI mobile voice-to-estimate workflow"
    },
    {
      "src": "/screenshot-wide.png",
      "sizes": "1024x888",
      "type": "image/png",
      "form_factor": "wide",
      "label": "QuoteCon AI contractor estimating dashboard"
    }
  ],
  "prefer_related_applications": false
}
