{
  "name": "Simple Music Player",
  "short_name": "SMP",
  "icons": [
    {
      "src": "web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "theme_color": "#343434",
  "background_color": "#343434",
  "display": "standalone",
  "start_url": "../",
  "url": "../",
  "scope": "../",
  "dir": "ltr",
  "categories": ["entertainment", "photo"],
  "display_override": [
    "standalone",
    "fullscreen",
    "minimal-ui",
    "window-controls-overlay"
  ],
  "launch_handler": {
    "client_mode": "auto"
  },
  "lang": "en",
  "id": "v_1",
  "orientation": "natural",
  "description": "Simple Music Player has been developed entirely in php, html and jquery. It’s simple and intuitive: just upload the mp3 song in a folder!",
  "prefer_related_applications": false
}