{
  "name": "Teleporio™",
  "short_name": "Teleporio",
  "description": "Travel Greece Smarter. Compare ferries, flights, weather, Beaufort conditions, travel times, and island guides throughout Greece.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#123E7A",
  "background_color": "#FAF9F6",
  "lang": "en-GB",
  "categories": ["travel", "navigation", "lifestyle"],
  "icons": [
    {
      "src": "./icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Routes",
      "short_name": "Routes",
      "description": "Find the best ferry and flight routes",
      "url": "./search",
      "icons": [{ "src": "./icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Destinations",
      "short_name": "Islands",
      "description": "Browse all Greek island guides",
      "url": "./islands",
      "icons": [{ "src": "./icons/icon.svg", "sizes": "any" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
