{
  "name": "GoalMint - Smart Financial Goals",
  "short_name": "GoalMint",
  "description": "Track and achieve your financial goals with GoalMint. Set savings targets, track progress, and stay motivated with smart notifications.",
  "id": "goalmint-app",
  "start_url": "/",
  "scope": "/",
  "scope_extensions": [
    {
      "origin": "https://goalmint-d68e6.web.app"
    }
  ],
  "display": "standalone",
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "theme_color": "#1A2B2F",
  "background_color": "#1A2B2F",
  "categories": [
    "finance",
    "productivity",
    "lifestyle"
  ],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "icons": [
    {
      "src": "/static/media/icon.c8699b39424cade8cc61.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/media/icon.c8699b39424cade8cc61.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/icon.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icon.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.ico",
      "sizes": "32x32",
      "type": "image/x-icon",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/assets/screenshot-narrow.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "display_override": [
    "window-controls-overlay"
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "prefer_related_applications": false,
  "related_applications": [],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "text/csv": [
          ".csv"
        ],
        "application/json": [
          ".json"
        ]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+goalmint",
      "url": "/?data=%s"
    }
  ],
  "handle_links": "preferred",
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Add Goal",
      "short_name": "Add Goal",
      "description": "Create a new financial goal",
      "url": "/goals/add",
      "icons": [
        {
          "src": "/static/media/icon.c8699b39424cade8cc61.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "View Progress",
      "short_name": "Progress",
      "description": "Check your goal progress",
      "url": "/progress",
      "icons": [
        {
          "src": "/static/media/icon.c8699b39424cade8cc61.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "background_sync": [
    {
      "periodicity": 86400,
      "network_conditions": [
        "online"
      ]
    }
  ],
  "periodic_sync": [
    {
      "periodicity": 86400,
      "network_conditions": [
        "online"
      ]
    }
  ],
  "push": {
    "background": {
      "persistent": false
    }
  },
  "widgets": [
    {
      "name": "Goal Progress",
      "short_name": "Progress",
      "description": "Track your savings progress",
      "start_url": "/widget.html",
      "ms_ac_template": "/widgets/goal-progress.json",
      "data": "/widgets/goal-progress-data.json",
      "auth": false,
      "icons": [
        {
          "src": "/static/media/icon.c8699b39424cade8cc61.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}