installation done

This commit is contained in:
Aria Moradi
2020-12-25 03:08:08 +03:30
parent f16bead363
commit 5ddc087a6d
3 changed files with 20 additions and 9 deletions

View File

@@ -3,4 +3,6 @@ interface IExtension {
lang: string
versionName: string
iconUrl: string
installed: boolean
apkName: string
}