{
   "id": "marketplace.sitevision.super-search", // must match: marketplace.&lt;organization&gt;.&lt;appId&gt;
   "version": "0.0.1",
   "type": "WebApp",
   "name": { 
		"en": "WebApp name",
		"no": "WebApp navn",
		"sv": "WebApp namn",
	},
   "description": {
		"en": "A short description of the WebApp",
		"no": "En kort beskrivelse av WebApp",
		"sv": "En kort beskrivning av WebApp"
	},
   "description": "A simplistic timeline search",
   "author": "Example AB",
   "helpUrl": "https://developer.sitevision.se/timelinewebapp",
   // Marketplace specifics
   "tags": ["Media", "Search"],
   "requirements": ["intranet-2"],
   "licensingType": "free", // or "commercial"
   "category": "Other" // must match one of SiteVision's module categories,
   "policyUrl": "developer.sitevision.se/policy",
   "requiredSiteVisionVersion": "2023.07.1",
   "bundled": true,
   "contactEmail": "developer@sitevision.se", // used to get notfications about downloads
      // Marketplace RESTApp specifics
   "headlessCustomModuleName": "superapp" // will be part of the app's url
}