. * * @file */ namespace MediaWiki\Skins\Citizen\Api; use ApiFormatJson; /** * T282500 * TODO: This should be merged to core */ class ApiWebappManifestFormatJson extends ApiFormatJson { /** * Return the proper content-type * * @return string */ public function getMimeType() { return 'application/manifest+json'; } }