{
  "id": "gopp-portal",
  "name": "GOPP - Better Deals For Business",
  "short_name": "GOPP",
  "description": "Geraldton Organised Primary Producers Cooperative — Member portal for statements, payments, supplier directory, and member cards.",
  "start_url": "/member/cards",
  "display": "standalone",
  "background_color": "#1B4D3E",
  "theme_color": "#1B4D3E",
  "orientation": "any",
  "scope": "/",
  "lang": "en-AU",
  "dir": "ltr",
  "categories": ["business", "finance"],
  "icons": [
    {
      "src": "icons/app-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/app-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Wallet",
      "short_name": "Wallet",
      "description": "Open your member wallet",
      "url": "/member/cards",
      "icons": [{ "src": "icons/app-icon.png", "sizes": "512x512" }]
    },
    {
      "name": "Statements",
      "short_name": "Statements",
      "description": "View your account statements",
      "url": "/member/statements",
      "icons": [{ "src": "icons/app-icon.png", "sizes": "512x512" }]
    },
    {
      "name": "Supplier Directory",
      "short_name": "Suppliers",
      "description": "Browse participating suppliers",
      "url": "/member/suppliers",
      "icons": [{ "src": "icons/app-icon.png", "sizes": "512x512" }]
    },
    {
      "name": "My Cards",
      "short_name": "Cards",
      "description": "Manage your member cards",
      "url": "/member/cards",
      "icons": [{ "src": "icons/app-icon.png", "sizes": "512x512" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
