{
  "name": "FunFact V4",
  "short_name": "FunFact",
  "description": "FunFact Gallery Modern Progressive Web App",
  "lang": "id-ID",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0f172a",
  "theme_color": "#2563eb",

  "icons": [
    {
      "src": "images/logo.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "categories": [
    "education",
    "entertainment",
    "books",
    "Meme",
    "Sad",
    "Happy",
    "productivity"
  ],

  "screenshots": [
    {
      "src": "images/screenshot-mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "images/screenshot-desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],

  "shortcuts": [
    {
      "name": "Random FunFact",
      "short_name": "Random",
      "description": "Buka FunFact Acak",
      "url": "./index.html?random=true",
      "icons": [
        {
          "src": "images/random.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Favorite",
      "short_name": "Favorite",
      "description": "Lihat FunFact Favorit",
      "url": "./index.html?favorite=true",
      "icons": [
        {
          "src": "images/favorite.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
