{
  "name": "ComickDevUI",
  "id": "comickdevui1",
  "short_name": "ComickDev UI",
  "description": "A big database for comics (manhwa, manhua, manga). Also, a tracking site for you.",
  "scope": "https://comick.dev",
  "theme_color": "#1F2937",
  "background_color": "#1F2937",
  "start_url": "/?utm_source=web_app_manifest_ui",
  "display": "standalone",
  "lang": "en",
  "categories": ["books", "entertainment", "magazines", "social"],
  "dir": "auto",
  "display_override": [
    "standalone",
    "window-controls-overlay",
    "minimal-ui",
    "fullscreen",
    "browser"
  ],
  "shortcuts": [
    {
      "name": "Search comics",
      "short_name": "Search",
      "description": "Search manga, manhwa, manhua",
      "url": "/search",
      "icons": [
        {
          "src": "/static/icons/unicorn-192_maskable.png",
          "sizes": "192x192"
        },
        {
          "src": "/static/icons/unicorn-256_maskable.png",
          "sizes": "256x256"
        },
        {
          "src": "/static/icons/unicorn-512_maskable.png",
          "sizes": "512x512"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/static/screenshot-1.jpeg",
      "sizes": "960x2079",
      "type": "image/jpeg",
      "description": "Comick Home Screen"
    },
    {
      "src": "/static/screenshot-2.jpeg",
      "sizes": "960x2079",
      "type": "image/jpeg",
      "description": "Manga information"
    },
    {
      "src": "/static/screenshot-3.jpeg",
      "sizes": "960x2079",
      "type": "image/jpeg",
      "description": "Add your comics to the list"
    }
  ],

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