{
  "name": "Inkling",
  "short_name": "Inkling",
  "id": "/",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#05060a",
  "theme_color": "#111217",
  "description": "Inkling is a study and note-taking app that makes what you learn stick. Practice graded flashcards across real college subjects — Precalculus, Biology, Chemistry, Physics, and AI — jot notes and appointments that land on a living map of your ideas, and ask an AI study partner for explanations, hints, and worked solutions.",
  "categories": ["education", "productivity"],
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Flashcards",
      "short_name": "Study",
      "description": "Open your graded practice decks",
      "url": "/quiz.html",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Study Map",
      "short_name": "Map",
      "description": "Your notes and study topics, connected",
      "url": "/index.html?tab=wordweaver",
      "icons": [{ "src": "/icons/wordweaver.svg", "sizes": "96x96" }]
    }
  ]
}
