{
  "name": "GEM Charging Tanzania",
  "short_name": "GEM Charging",
  "description": "Premium EV Charging Management System",
  "id": "/?source=pwa",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "tabbed",
    "standalone",
    "minimal-ui"
  ],
  "background_color": "#1e1e1e",
  "theme_color": "#5bb5e0",
  "orientation": "portrait-primary",
  "lang": "fr",
  "dir": "ltr",
  "categories": [
    "business",
    "utilities"
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "scope_extensions": [
    {
      "origin": "*.gem-emobility.com"
    }
  ],
  "icons": [
    {
      "src": "/gem_favicon_v2.png",
      "sizes": "640x640",
      "type": "image/jpeg"
    },
    {
      "src": "/gem_apple_icon_v2.png",
      "sizes": "640x640",
      "type": "image/jpeg",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/gem_favicon_v2.png",
      "sizes": "640x640",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Dashboard Overview"
    },
    {
      "src": "/gem_favicon_v2.png",
      "sizes": "640x640",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Mobile View"
    }
  ],
  "shortcuts": [
    {
      "name": "New Charging Session",
      "short_name": "Charge",
      "description": "Start a new EV charging session",
      "url": "/staff",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Client Management",
      "short_name": "Clients",
      "description": "Manage station clients",
      "url": "/dashboard/clients",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "file_handlers": [
    {
      "action": "/import",
      "accept": {
        "text/csv": [
          ".csv"
        ]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+gem",
      "url": "/dashboard?action=%s"
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": [
            "image/*",
            "text/csv"
          ]
        }
      ]
    }
  },
  "widgets": [
    {
      "name": "Station Health Widget",
      "description": "Quick view of station operational status",
      "tag": "health",
      "ms_ac_template": "/widgets/health.json",
      "data": "/api/widgets/health",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/gem_favicon_v2.png",
          "sizes": "640x640",
          "label": "Health Widget"
        }
      ],
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ],
      "auth": false,
      "update": 3600
    }
  ],
  "note_taking": {
    "new_note_url": "/dashboard/clients/notes/new"
  },
  "launch_handler": {
    "client_mode": [
      "navigate-existing",
      "auto"
    ]
  },
  "edge_side_panel": {
    "preferred_width": 400
  }
}