{
  "name": "RHYMEBOOK - Write, Rhyme, Create",
  "short_name": "RHYMEBOOK",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1A1A2E",
  "theme_color": "#6C5CE7",
  "description": "The ultimate songwriting companion. Find perfect rhymes, write lyrics, collaborate with artists, and share your work with the world.",
  "orientation": "portrait-primary",
  "prefer_related_applications": false,
  "categories": [
    "music",
    "productivity",
    "creativity"
  ],
  "lang": "en-US",
  "dir": "ltr",
  "scope": "/",
  "id": "rhymebook-web",
  "icons": [
    {
      "src": "icons/Icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/Icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "icons/Icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/Icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Write New",
      "short_name": "New",
      "description": "Start writing a new song",
      "url": "/",
      "icons": [
        {
          "src": "icons/Icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}