{
  "name": "Visual typescript game engine",
  "short_name": "Visual ts game engine",
  "start_url": "app.html",
  "orientation": "landscape",
  "theme_color": "aliceblue",
  "background_color": "black",
  "description": "Typescript project based on matter.ts implementation. This version 2 of visualjs game engine totally different approach , export name lib name is visualjs2.js . Whole project is based fully dependency build. Main file is app.ts . Class ioc saves singlton instances also bind. In this project html and css is also present. Based on canvas2D. Used lib Matter.js/ts in typescript variant. ",
  "display": "standalone",
  "lang": "en-US",
  "icons": [
    {
      "src": "imgs/512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "imgs/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "imgs/apple-icon.png",
      "sizes": "192x192",
      "type": "image/png"
    }
  ],
  "author": {
      "name": "Nikola Lukic",
      "website": "https://maximumroulette.com",
      "github": "https://github.com/zlatnaspirala",
      "source-repo": "https://github.com/zlatnaspirala/visual-ts-game-engine"
  }
}
