{
  "name": "Greenbar",
  "short_name": "Greenbar",
  "description": "Private, on-device budgeting for US, UK, Australian & Canadian bank statements. Your data stays on your phone.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#050a14",
  "theme_color": "#050a14",
  "orientation": "portrait",
  "icons": [
    { "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'%3E%3Crect width='192' height='192' rx='32' fill='%23050a14'/%3E%3Crect x='18' y='110' width='22' height='52' rx='5' fill='%2300d68f' opacity='.9'/%3E%3Crect x='46' y='85' width='22' height='77' rx='5' fill='%2300d68f'/%3E%3Crect x='74' y='58' width='22' height='104' rx='5' fill='%2300d68f'/%3E%3Crect x='102' y='72' width='22' height='90' rx='5' fill='%2300c9b1' opacity='.85'/%3E%3Crect x='130' y='90' width='22' height='72' rx='5' fill='%2300c9b1' opacity='.8'/%3E%3Crect x='158' y='45' width='22' height='117' rx='5' fill='%2300d68f'/%3E%3C/svg%3E", "sizes": "192x192", "type": "image/svg+xml", "purpose": "any maskable" },
    { "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect width='512' height='512' rx='80' fill='%23050a14'/%3E%3Crect x='48' y='300' width='58' height='140' rx='12' fill='%2300d68f' opacity='.9'/%3E%3Crect x='122' y='228' width='58' height='212' rx='12' fill='%2300d68f'/%3E%3Crect x='196' y='155' width='58' height='285' rx='12' fill='%2300d68f'/%3E%3Crect x='270' y='195' width='58' height='245' rx='12' fill='%2300c9b1' opacity='.85'/%3E%3Crect x='344' y='245' width='58' height='195' rx='12' fill='%2300c9b1' opacity='.8'/%3E%3Crect x='418' y='120' width='58' height='320' rx='12' fill='%2300d68f'/%3E%3C/svg%3E", "sizes": "512x512", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "launch_handler": { "client_mode": "focus-existing" },
  "file_handlers": [
    {
      "action": "./",
      "accept": {
        "text/csv": [".csv", ".tsv", ".txt"],
        "application/pdf": [".pdf"]
      }
    }
  ],
  "share_target": {
    "action": "share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        { "name": "statements", "accept": ["text/csv", "text/comma-separated-values", "text/plain", ".csv", ".tsv", ".txt", "application/pdf", ".pdf"] }
      ]
    }
  }
}
