{
  "name": "Teen Money Independence",
  "short_name": "TMI",
  "description": "Complete personal finance curriculum for teenagers ages 13-18",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#112240",
  "theme_color": "#112240",
  "orientation": "any",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "education",
    "finance"
  ],
  "screenshots": []
}