This commit is contained in:
luboslenco
2024-01-28 12:21:16 +01:00
parent cae88922b3
commit 747806eaa3
32 changed files with 254 additions and 280 deletions
-9
View File
@@ -1,9 +0,0 @@
class Manifest {
static title = "ArmorForge";
static version = "0.1";
static url = "https://armorforge.org";
static url_android = "";
static url_ios = "";
}
+6
View File
@@ -0,0 +1,6 @@
let manifest_title = "ArmorForge";
let manifest_version = "0.1";
let manifest_url = "https://armorforge.org";
let manifest_url_android = "";
let manifest_url_ios = "";