{
	"name": "Isle_of_Reveries_Demo",
	"main": "index.html",
	"window": {
		"title": "Isle_of_Reveries_Demo",
		"width": 256,
		"height": 144,
		"caption": true,
		"resizable": true,
		"background-color": [
			7,
			24,
			33
		],
		"icon": "icons\\icon-512.png"
	},
	"chromium-args": "--autoplay-policy=no-user-gesture-required --disable-features=HardwareMediaKeyHandling --force_high_performance_gpu",
	"bundle": {
		"type": "asset-bundle",
		"assets-path": "www\\assets.dat"
	},
	"settings": {
		"content-mode": "bundle",
		"distribution-mode": "evergreen",
		"enable-devtools": false,
		"allow-host-input-processing": true
	},
	"messages": {
		"install-webview2-required": "This app requires the Microsoft Edge WebView2 runtime. Please download and install it in order to use this app. When you press OK, the web page where it can be downloaded will open."
	},
	"c3-app-icons": [
		{
			"src": "icons/icon-16.png",
			"width": 16,
			"height": 16
		},
		{
			"src": "icons/icon-32.png",
			"width": 32,
			"height": 32
		},
		{
			"src": "icons/icon-64.png",
			"width": 64,
			"height": 64
		},
		{
			"src": "icons/icon-128.png",
			"width": 128,
			"height": 128
		},
		{
			"src": "icons/icon-256.png",
			"width": 256,
			"height": 256
		},
		{
			"src": "icons/icon-512.png",
			"width": 512,
			"height": 512
		}
	],
	"project-details": {
		"name": "Isle_of_Reveries_Demo",
		"version": "0.0.0.9",
		"author": "Carl Baker",
		"description": ""
	},
	"exported-properties": {
		"scirra-steam": {
			"app-id": "3154880",
			"development-mode": false
		}
	}
}