init commit
Build / build (push) Failing after 1m50s

This commit is contained in:
Rene Kievits
2026-09-05 22:27:44 +02:00
commit b137bf9eda
21 changed files with 8371 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"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"
]
}