{
  "id": "/",
  "scope": "/",
  "name": "Yes We Can LLC",
  "display": "standalone",
  "start_url": "/",
  "short_name": "Yes We Can",
  "theme_color": "#013C6C",
  "description": "Software, apps, immigration, taxes, divorce, SNAP/FDA, imports, design, POS, insurance, bankruptcy, admissions—we help or connect you.",
  "orientation": "any",
  "background_color": "#013C6C",
  "related_applications": [],
  "prefer_related_applications": false,
  "display_override": ["window-controls-overlay"],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "icons": [
    {
      "src": "assets/icons/512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "assets/icons/192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "assets/icons/48x48.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "assets/icons/24x24.png",
      "sizes": "24x24",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "assets/screenshots/screen.png",
      "sizes": "1617x1012",
      "type": "image/png"
    }
  ],
  "features": ["Cross platform", "Fast", "Installable"],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "About Yes We Can LLC",
      "short_name": "About",
      "description": "Open the about page",
      "url": "/about",
      "icons": [{ "src": "assets/icons/192x192.png", "sizes": "192x192" }]
    }
  ],
  "widgets": [
    {
      "name": "Yes We Can LLC",
      "tag": "yesWeCanWidget",
      "ms_ac_template": "widget/ac.json",
      "data": "widget/data.json",
      "description": "Quick glance at Yes We Can LLC.",
      "screenshots": [
        {
          "src": "assets/screenshots/widget-screen.png",
          "sizes": "500x500",
          "label": "Widget preview"
        }
      ],
      "icons": [
        {
          "src": "assets/icons/48x48.png",
          "sizes": "48x48"
        }
      ]
    }
  ]
}
