{
	"_comment": "This file serves as a list of licenses used by static assets available under the *this.info.baseUrl* domain. All files not listed are protected by the \"KPG\" license (see *this.licenses[\"KPG\"]*)",
	"info": {
		"baseUrl": "https://kingsplayground.fun"
	},

	"_comment_licenses": "The *this.licenses* serves as a list of all licenses used in the *this.objects* list. It also includes the fallback license used by assets not listed under *this.objects*.",
	"licenses": [
		{
			"name": "Kenny Assets",
			"text": "License: (Creative Commons Zero, CC0)\nhttps://creativecommons.org/publicdomain/zero/1.0/\n\nThis content is free to use in personal, educational and commercial projects.\n\nSupport us by crediting Kenney or www.kenney.nl (this is not mandatory)"
		},
		{
			"name": "Generic CC0",
			"text": "Full license text available at: https://creativecommons.org/publicdomain/zero/1.0/"
		},
		{
			"name": "Denali Design",
			"text": "https://github.com/denali-design/denali-icons/blob/master/LICENSE.md"
		},
		{
			"name": "KPG",
			"text": "All Rights Reserved / Proprietary. It can be used for official King's Playground projects, but nobody may copy, modify, redistribute, or use it commercially without written permission from King's Playground."
		}
	],

	"_comment_objects": "The *this.objects* serves as a list of all objects licenses differ from the default license (see *this.licenses[\"KPG\"]*). Every object listed within *this.objects* has a *.name* field which refers back a license listed under *this.licenses* with the same *.name* field.",
	"objects": [
		{
			"subpath": "/horizontal-expand.svg",
			"licenses": ["Denali Design"]
		},
		{
			"subpath": "/horizontal-expand-plus.svg",
			"licenses": ["Denali Design", "modified by KPG"]
		},
		{
			"subpath": "/target-skull.svg",
			"licenses": ["Kenny Assets"]
		},
		{
			"subpath": "/kpg.svg",
			"licenses": ["KPG"]
		}
	]
}