19 lines
469 B
JSON
19 lines
469 B
JSON
{
|
|
"id": "__APP_ID__",
|
|
"version": "__VERSION__",
|
|
"vendor": "rkievits",
|
|
"type": "web",
|
|
"main": "index.html",
|
|
"title": "__TITLE__",
|
|
"appDescription": "Blocks the recurring LG webOS firmware update popup (rooted TVs, Homebrew Channel required)",
|
|
"icon": "icon.png",
|
|
"largeIcon": "largeIcon.png",
|
|
"iconColor": "#1b1f24",
|
|
"bgColor": "#101418",
|
|
"disableBackHistoryAPI": true,
|
|
"requiredPermissions": [
|
|
"time.query",
|
|
"activity.operation"
|
|
]
|
|
}
|