all repos — katbugjs @ main

side-scrolling infinite arcade game in Javascript with HTML5 Canvas

manifest.json (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "Catbug in the See-Through-Zone",
  "short_name": "KatbugJS",
  "start_url": "./index.html",
  "display": "fullscreen",
  "theme_color": "#1f9b92",
  "background_color": "#000000",
  "orientation": "landscape",
  "icons": [
    {
      "src": "./icon.png",
      "sizes": "64x64",
      "type": "image/png"
    }
  ]
}