{
  "name": "Renovation Hub by Parrotones",
  "short_name": "Renovation Hub",
  "description": "Bids, Birds, Projects, Scopes, Offers, Operations, Reports",
  "id": "./",
  "start_url": "./#/",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#F98417",
  "background_color": "#ffffff",
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "categories": [
    "business",
    "productivity"
  ],
  "share_target": {
    "action": "./share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": [
            "image/*",
            "application/pdf",
            "text/*",
            "*/*"
          ]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+parrotones",
      "url": "./#/%s"
    }
  ],
  "icons": [
    {
      "src": "pwa-192x192.png?v=0.21.0",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "pwa-512x512.png?v=0.21.0",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "pwa-512x512-maskable.png?v=0.21.0",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/mobile-home.png?v=0.21.0",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Customer home"
    },
    {
      "src": "screenshots/desktop-app.png?v=0.21.0",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Crew home"
    }
  ],
  "shortcuts": [
    {
      "name": "New project",
      "short_name": "Order",
      "url": "./#/new",
      "icons": [
        {
          "src": "pwa-192x192.png?v=0.21.0",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Ask Ara",
      "short_name": "Ara",
      "url": "./#/hub?listen=1",
      "icons": [
        {
          "src": "pwa-192x192.png?v=0.21.0",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Hub",
      "short_name": "Hub",
      "url": "./#/hub",
      "icons": [
        {
          "src": "pwa-192x192.png?v=0.21.0",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Start report",
      "short_name": "Report",
      "url": "./#/hub/report?auto=geo",
      "icons": [
        {
          "src": "pwa-192x192.png?v=0.21.0",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
