﻿{
  "name": "Nailed The Test",
  "short_name": "Nailed It",
  "description": "Ace your nail technician state board exam with interactive flashcards, timed quizzes, and diagnostic reports.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#fff5f6",
  "theme_color": "#ff3a52",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Practice Quiz",
      "short_name": "Quiz",
      "description": "Jump into a practice quiz",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Flashcards",
      "short_name": "Cards",
      "description": "Study with flashcards",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
