{
   "id": "marketplace.sitevision.some-widget", // must match: marketplace.<organization>.<appId>;
   "version": "0.0.1",
   "type": "Widget",
   "name": { 
		"en": "Widget name",
		"no": "Widget navn",
		"sv": "Widget namn",
	},
   "description": {
		"en": "A short description of the widget",
		"no": "En kort beskrivelse av widgeten",
		"sv": "En kort beskrivning av widgeten"
	},
   "author": "Example AB",
   "helpUrl": "https://developer.sitevision.se/widgethelpurl",
   // Marketplace specifics
   "tags": ["Media", "Socialt"],
   "requirements": [],
   "licensingType": "free", // or "commercial"
   "category": "StatisticsAndAnalysis" // must match one of SiteVision's module categories,
   "policyUrl": "developer.sitevision.se/policy",
   "requiredSiteVisionVersion": "2024.07.1",
   "bundled": true,
   "contactEmail": "developer@sitevision.se", // used to get notfications about downloads
   // Marketplace Widget specifics
   "supportedWidgetSizes": ["small", "medium", "large", "extra_large"],
   "supportedWidgetContexts": ["page", "site"]
}