
{
  "name": "Gowwind Finance",
  "short_name": "Gowwind",
  "description": "Smart AI Bookkeeping powered by Gemini to track expenses and visualize spending patterns.",
  "id": "com.gowwind.finance",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#6366f1",
  "orientation": "portrait",
  "categories": [
    "finance",
    "productivity"
  ],
  "lang": "en-US",
  "dir": "ltr",
  "display_override": [
    "window-controls-overlay",
    "tabbed",
    "minimal-ui",
    "standalone"
  ],
  "tab_strip": {
    "home_tab": "auto",
    "new_tab_button": "visibility-auto"
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "handle_links": "auto",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.gowwind.finance",
      "id": "com.gowwind.finance"
    },
    {
      "platform": "itunes",
      "url": "https://itunes.apple.com/app/gowwind-finance/id123456789"
    }
  ],
  "share_target": {
    "action": "/?share=1",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+gowwind",
      "url": "/?deep_link=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/?file_open=json",
      "accept": {
        "application/json": [
          ".json"
        ]
      },
      "icons": [
        {
          "src": "https://cdn-icons-png.flaticon.com/512/2845/2845811.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ],
      "launch_type": "single-client"
    },
    {
      "action": "/?file_open=csv",
      "accept": {
        "text/csv": [
          ".csv"
        ]
      },
      "icons": [
        {
          "src": "https://cdn-icons-png.flaticon.com/512/2845/2845811.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ],
      "launch_type": "single-client"
    }
  ],
  "iarc_rating_id": "e58c671a-01d7-406c-8971-d49491104882",
  "widgets": [
    {
      "name": "Balance Overview",
      "short_name": "Balance",
      "description": "Quickly check your net worth and recent spending summary.",
      "tag": "balance-widget",
      "template": "widget-template",
      "data": "widget-data",
      "type": "application/json",
      "auth": false,
      "update": 3600,
      "screenshots": [
        {
          "src": "https://images.unsplash.com/photo-1611974717482-581047337397?auto=format&fit=crop&q=80&w=1280&h=720",
          "sizes": "1280x720",
          "type": "image/jpeg",
          "label": "Gowwind Finance Dashboard Widget"
        },
        {
          "src": "https://images.unsplash.com/photo-1554224155-1696413565d3?auto=format&fit=crop&q=80&w=750&h=1334",
          "sizes": "750x1334",
          "type": "image/jpeg",
          "label": "Mobile Widget Preview"
        }
      ],
      "icons": [
        {
          "src": "https://cdn-icons-png.flaticon.com/512/2845/2845811.png",
          "sizes": "192x192",
          "type": "image/png",
          "purpose": "any"
        }
      ]
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "note_taking": {
    "new_note_url": "/?action=new_note"
  },
  "scope_extensions": [
    {
      "origin": "https://gowwind.app"
    },
    {
      "origin": "https://app.gowwind.app"
    },
    {
      "origin": "https://auth.gowwind.app"
    }
  ],
  "icons": [
    {
      "src": "https://cdn-icons-png.flaticon.com/512/2845/2845811.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://cdn-icons-png.flaticon.com/512/2845/2845811.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "https://images.unsplash.com/photo-1611974717482-581047337397?auto=format&fit=crop&q=80&w=1280&h=720",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Wide screen view of Gowwind Analytics"
    },
    {
      "src": "https://images.unsplash.com/photo-1554224155-1696413565d3?auto=format&fit=crop&q=80&w=750&h=1334",
      "sizes": "750x1334",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Mobile view of Gowwind expense tracking"
    }
  ],
  "shortcuts": [
    {
      "name": "New Transaction",
      "short_name": "Add",
      "description": "Instantly record a new expense or income",
      "url": "/?action=add",
      "icons": [
        {
          "src": "https://cdn-icons-png.flaticon.com/512/2845/2845811.png",
          "sizes": "192x192",
          "purpose": "any"
        }
      ]
    },
    {
      "name": "Scan Receipt",
      "short_name": "Scan",
      "description": "Use AI to scan your physical receipts",
      "url": "/?action=scan",
      "icons": [
        {
          "src": "https://cdn-icons-png.flaticon.com/512/2845/2845811.png",
          "sizes": "192x192",
          "purpose": "any"
        }
      ]
    }
  ]
}
