{
  "lang": "en",
  "dir": "ltr",
  "display": "standalone",
  "display_override": ["minimal-ui"],
  "orientation": "any",
  "name": "Ali Syahidin",
  "description": "Ali Syahidin website portfolio",
  "start_url": ".",
  "background_color": "#f6f6f6",
  "theme_color": "#f6f6f6",
  "shortcuts": [
    {
      "name": "Open Ali Syahidin",
      "short_name": "Ali Syahidin",
      "description": "View the homepage of Ali Syahidin",
      "url": "/"
    },
    {
      "name": "Goto Writing",
      "short_name": "Writing",
      "description": "View the list of my writing in Ali Syahidin",
      "url": "/writing"
    }
  ],
  "screenshots": [
    {
      "src": "./mobile-screenshot-light.png",
      "sizes": "427x910",
      "type": "image/png",
      "label": "Homescreen of Ali Syahidin light theme"
    },
    {
      "src": "./mobile-screenshot-dark.png",
      "sizes": "427x910",
      "type": "image/png",
      "label": "Homescreen of Ali Syahidin dark theme"
    }
  ],
  "icons": [
    {
      "src": "/favicon-192x192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable"
    },
    {
      "src": "/favicon-512x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "prefer_related_applications": false
}