{
  "id": "/",
  "name": "GIG FLOW: Pro Profit Engine",
  "short_name": "GIG FLOW",
  "description": "A profit command center for gig economy workers.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#07111f",
  "theme_color": "#38bdf8",
  "categories": [
    "business",
    "finance",
    "productivity"
  ],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Log Shift",
      "short_name": "Shift",
      "url": "./index.html",
      "description": "Open the GIG FLOW command center."
    }
  ],
  "share_target": {
    "action": "./share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        {
          "name": "screenshot",
          "accept": [
            "image/png",
            "image/jpeg",
            "image/jpg"
          ]
        }
      ]
    }
  }
}