{
  "name": "StoryWand",
  "short_name": "StoryWand",
  "description": "Tu biblioteca de audiolibros",
  "id": "/app",
  "start_url": "/app",
  "scope": "/app",
  "display": "standalone",
  "prefer_related_applications": false,
  "background_color": "#0d0b1a",
  "theme_color": "#7c6af7",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["books", "entertainment", "education"],
  "lang": "es",
  "shortcuts": [
    {
      "name": "Continue Listening",
      "short_name": "Continue",
      "description": "Resume your last audiobook",
      "url": "/app?action=continue",
      "icons": [
        {
          "src": "/static/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Library",
      "short_name": "Library",
      "description": "Browse your audiobook library",
      "url": "/app",
      "icons": [
        {
          "src": "/static/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/static/screenshots/library-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "StoryWand library view showing audiobook collection with cover art and progress indicators"
    },
    {
      "src": "/static/screenshots/player-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Full-screen audio player with chapter navigation and text sync"
    },
    {
      "src": "/static/screenshots/library-narrow.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile library view with audiobook grid and continue listening banner"
    },
    {
      "src": "/static/screenshots/player-narrow.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile audio player with cover art, playback controls and progress tracking"
    }
  ]
}
