interface IExtension {
name: string
lang: string
versionName: string
iconUrl: string
installed: boolean
apkName: string
}