Browse code

Inital commit of AUTO Uploader

Richard Cornwell (K9RCP) authored on 01/27/2022 11:20:25
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,16 @@
1
+{
2
+  "name": "Auto Upload SpotRep - K9RCP",
3
+  "product_string": "Auto Upload SpotRep - K9RCP",
4
+  "window" : {
5
+    "id" : "mainWindow",
6
+    "toolbar" : false,
7
+    "show" : true,
8
+    "width" : 630,
9
+    "height" : 230,
10
+	"resizable": false
11
+    },
12
+ "webkit": {
13
+    "plugin": true
14
+  },
15
+  "main": "index.html"
16
+}
0 17
\ No newline at end of file