all repos — katbugjs @ e3461ffd0dac6476173bdae8f229393bbfa9b605

side-scrolling infinite arcade game in Javascript with HTML5 Canvas

manifest.json (raw)

1
2
3
4
5
6
7
8
9
{
  "name": "Catbug in the See-Through-Zone",
  "short_name": "KatbugJS",
  "start_url": "./index.html",
  "display": "fullscreen",
  "theme_color": "#1f9b92",
  "background_color": "#000000",
  "orientation": "landscape"
}