{
  "name": "Ocean's Mahjong",
  "short_name": "Mahjong",
  "description": "A calm, free Mahjong Solitaire with gem and flower tile themes and a layered rain, thunder and zen ambient soundscape. Plays right in your browser.",
  "id": "./",
  "start_url": "./index.html",
  "scope": "./",
  "display": "fullscreen",
  "display_override": ["fullscreen", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#062331",
  "theme_color": "#062331",
  "lang": "en",
  "dir": "ltr",
  "categories": ["games", "entertainment"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/menu-wide.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Ocean's Mahjong on a larger screen"
    },
    {
      "src": "screenshots/menu.png",
      "sizes": "412x915",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Choose a mode: Voyage, Classic, Daily Challenge, Relax, or Expert"
    },
    {
      "src": "screenshots/layouts.png",
      "sizes": "412x915",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Endless boards — every one guaranteed solvable"
    },
    {
      "src": "screenshots/gameplay.png",
      "sizes": "412x915",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Calm, pictorial tile faces on the Turtle layout"
    },
    {
      "src": "screenshots/win-screen.png",
      "sizes": "412x915",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Board rarity, your pace, and a shareable result"
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "id": "com.gauravvedi.oceansmahjong"
    }
  ],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "shortcuts": [
    {
      "name": "Daily Challenge",
      "short_name": "Daily",
      "description": "Play today's Daily Challenge",
      "url": "./index.html?shortcut=daily",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Continue Game",
      "short_name": "Continue",
      "description": "Resume your saved game",
      "url": "./index.html?shortcut=continue",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Ocean Voyage",
      "short_name": "Voyage",
      "description": "Continue your Voyage",
      "url": "./index.html?shortcut=voyage",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
