{
  "name": "Warrior Men International",
  "short_name": "Warrior Men",
  "description": "Become the man God created you to be. Biblical teaching, brotherhood, and a clear pathway from foundations to kingdom impact.",

  "id": "/",
  "start_url": "/dashboard.php",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",

  "background_color": "#12161C",
  "theme_color": "#12161C",

  "lang": "en",
  "dir": "ltr",
  "categories": ["lifestyle", "education", "books"],

  "icons": [
    {
      "src": "/assets/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/img/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "Today",
      "short_name": "Today",
      "description": "Today's scripture and challenge",
      "url": "/dashboard.php",
      "icons": [{ "src": "/assets/img/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "The Pathway",
      "short_name": "Pathway",
      "description": "Continue where you stand",
      "url": "/pathway.php",
      "icons": [{ "src": "/assets/img/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Brotherhood",
      "short_name": "Brotherhood",
      "description": "The feed and the prayer room",
      "url": "/brotherhood.php",
      "icons": [{ "src": "/assets/img/icon-192.png", "sizes": "192x192" }]
    }
  ],

  "prefer_related_applications": false
}
