{
  "name": "Lithuanian Church Map | parapijos.lt",
  "short_name": "Parapijos.lt",
  "description": "Interactive map of Lithuanian churches with 1000+ Catholic churches from every diocese. Find the nearest church, Mass times and panoramic views.",
  "theme_color": "#20241E",
  "background_color": "#20241E",
  "display": "standalone",
  "orientation": "any",
  "scope": "/",
  "start_url": "/en/",
  "id": "lt.parapijos.app",
  "lang": "en",
  "dir": "ltr",
  "categories": [
    "maps",
    "religion",
    "travel",
    "reference"
  ],
  "prefer_related_applications": false,
  "display_override": [
    "window-controls-overlay",
    "standalone"
  ],
  "icons": [
    {
      "src": "/favicon.png?v2030",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-192x192.png?v2030",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png?v2030",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png?v2030",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Search for a church",
      "short_name": "Search",
      "description": "Quickly find a church by name or place",
      "url": "/en/?search=true",
      "icons": [
        {
          "src": "/favicon.png?v2030",
          "sizes": "32x32",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Nearby",
      "short_name": "Nearby",
      "description": "Find the nearest churches",
      "url": "/en/?nearby=true",
      "icons": [
        {
          "src": "/favicon.png?v2030",
          "sizes": "32x32",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Favorites",
      "short_name": "Favorites",
      "description": "View your favorite churches",
      "url": "/en/?favorites=true",
      "icons": [
        {
          "src": "/favicon.png?v2030",
          "sizes": "32x32",
          "type": "image/png"
        }
      ]
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+church",
      "url": "/en/church/%s"
    }
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://parapijos.lt/manifest.json"
    }
  ]
}