cached extension icon

This commit is contained in:
Aria Moradi
2021-02-04 14:47:27 +03:30
parent d39d075b1a
commit 7284e0d4ae
9 changed files with 87 additions and 76 deletions

View File

@@ -9,6 +9,7 @@ interface IExtension {
iconUrl: string
installed: boolean
apkName: string
pkgName: string
}
interface ISource {