{
  "name": "How to Earn Fuck-You Money",
  "short_name": "FYM",
  "description": "The operator's playbook. Sales, investing, AI, entrepreneurship, mindset.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0E0C0A",
  "theme_color": "#0E0C0A",
  "icons": [
    {
      "src": "icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Start from Zero",
      "short_name": "From Zero",
      "description": "Starting from nothing \u2014 the complete beginner's playbook",
      "url": "/from-zero.html",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Watchlist",
      "short_name": "Watchlist",
      "description": "Stock watchlist \u00b7 2026 picks \u00b7 famous traders",
      "url": "/watchlist.html",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Personal MBA",
      "short_name": "MBA",
      "description": "Self-taught business school curriculum",
      "url": "/mba.html",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Interview Mastery",
      "short_name": "Interview",
      "description": "Ace every interview \u00b7 STAR + 25 questions",
      "url": "/interview.html",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}