From c83281f823570a61d3eea8eef3ff9fee0c340639 Mon Sep 17 00:00:00 2001 From: Zachary Hall Date: Sat, 2 Dec 2023 20:52:02 -0800 Subject: [PATCH] Add manifest --- dist/manifest.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 dist/manifest.json diff --git a/dist/manifest.json b/dist/manifest.json new file mode 100644 index 0000000..6ac1094 --- /dev/null +++ b/dist/manifest.json @@ -0,0 +1,9 @@ +{ + "manifest_version": "1.0.0", + "name": "BMXView", + "author": "Catmeow72", + "app_version": "1.0.0", + "license": "MIT0", + "start_prg": "AUTOBOOT.X16" +} +