{
  "name": "Pen Ink Pad - Lyric Writing Notepad",
  "short_name": "Pen Ink",
  "id": "/",
  "description": "A beautifully designed lyric notepad for musicians. Write verses, hooks, and bridges, drop beats, and capture voice notes.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0c0a14",
  "theme_color": "#0c0a14",
  "categories": ["music", "productivity", "utilities"],
  "screenshots": [
    {
      "src": "/screenshot-1.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Your songs, color-coded and ready to write"
    },
    {
      "src": "/screenshot-2.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Full-screen lyric editor with verse, hook and bridge sections"
    }
  ],

  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
