{
  "name": "Future Max",
  "short_name": "Future Max",
  "description": "Future Max is a relocation planning app that helps users explore the best countries to move to based on goals, budget, career direction, lifestyle preferences, and long-term settlement priorities. Compare destination paths, review estimated setup costs, visa direction, language expectations, and practical transition steps in a polished installable experience.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#040704",
  "theme_color": "#71da4b",
  "orientation": "portrait",
  "scope": "./",
  "screenshots": [
    {
      "src": "./assets/icons/512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "icons": [
    {
      "src": "./assets/icons/512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./assets/icons/300.png",
      "sizes": "300x300",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./assets/icons/150.png",
      "sizes": "150x150",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./assets/icons/71.png",
      "sizes": "71x71",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "travel", "productivity", "utilities"],
  "lang": "en-US",
  "dir": "ltr",
  "id": "./index.html",
  "keywords": [
    "relocation planner",
    "move abroad guide",
    "country comparison tool",
    "visa planning",
    "relocation app",
    "expat planning",
    "immigration planning",
    "move overseas",
    "citizenship path",
    "residency planning",
    "country relocation tool",
    "international move guide",
    "future planning",
    "settlement planning"
  ],
  "features": [
    "Guided relocation questionnaire flow",
    "Country recommendation paths based on user goals and profile type",
    "Hard-coded country comparison system for static deployment",
    "Visa direction overview for major relocation routes",
    "Estimated setup budget comparison across destinations",
    "Language expectation summaries for each route",
    "Long-term settlement and citizenship planning guidance",
    "Transition checklists for documentation, finances, and integration",
    "Installable standalone app experience",
    "Professional dark green interface styled for Future Max branding"
  ]
}