{
  "name": "Lloyd's Online TR-808 Drum Machine",
  "short_name": "TR-808 Online",
  "description": "Create beats with this free online TR-808 style drum machine. Adjust tempo, add swing, and play with drum patterns.",
  "icons": [
    {
      "src": "/808/assets/images/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/808/assets/images/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "theme_color": "#121212",
  "background_color": "#121212",
  "display": "standalone",
  "start_url": "/808/",
  "categories": ["music", "entertainment", "productivity"],
  "screenshots": [
    {
      "src": "/808/assets/images/808-preview.png",
      "type": "image/png",
      "sizes": "1200x675"
    }
  ]
}