{
  "name": "Aero Command",
  "short_name": "Aero",
  "description": "Purpose-built CRM for renewable energy lease aggregation",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#12161c",
  "theme_color": "#12161c",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon/192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon/512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Deal",
      "short_name": "New Deal",
      "description": "Create a new deal",
      "url": "/deals/new",
      "icons": [{ "src": "/icon/512", "sizes": "512x512" }]
    },
    {
      "name": "Acquisitions Desk",
      "short_name": "Desk",
      "description": "Open the acquisitions desk",
      "url": "/desk",
      "icons": [{ "src": "/icon/512", "sizes": "512x512" }]
    }
  ],
  "share_target": {
    "action": "/deals/new",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "categories": ["business", "productivity", "utilities"],
  "screenshots": [
    {
      "src": "/icon/512",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide"
    }
  ]
}
