Minesweeper-2.0-test/package.json

24 lines
556 B
JSON
Raw Permalink Normal View History

2023-01-27 11:45:10 +00:00
{
"main": "index.html",
"name": "minesweeper",
"description": "A web game which is similar to the Minesweeper made by Microsoft.",
"version": "2.0.0",
"keywords": ["admin"],
"window": {
"title": "Minesweeper",
"icon": "icon.ico",
"toolbar": false,
"frame": true,
"width": 1280,
"height": 760,
"position": "center",
"min_width": 900,
"min_height": 600,
"resizable":true
},
"webkit": {
"plugin": true,
"java":false,
"page-cache":true
}
}