aboutsummaryrefslogtreecommitdiffstats
path: root/pwathings/manifest.json
diff options
context:
space:
mode:
authoralyx <alyx@aleteoryx.me>2022-06-02 00:26:49 +0000
committerAleteoryx <alyx@aleteoryx.me>2022-06-02 00:26:49 +0000
commitc1e64bf0ccdaeb1b676f1a53967b0d0448e1ca44 (patch)
tree923762a989184bb6a13054d0ca668c85c53db94e /pwathings/manifest.json
parentb1ec23e3579b1528e6e7eb12f5c9f89793b5390e (diff)
downloadRRCUtils-c1e64bf0ccdaeb1b676f1a53967b0d0448e1ca44.tar.gz
RRCUtils-c1e64bf0ccdaeb1b676f1a53967b0d0448e1ca44.tar.bz2
RRCUtils-c1e64bf0ccdaeb1b676f1a53967b0d0448e1ca44.zip
basic PWA things, fixed the searcher again
Diffstat (limited to 'pwathings/manifest.json')
-rw-r--r--pwathings/manifest.json54
1 files changed, 54 insertions, 0 deletions
diff --git a/pwathings/manifest.json b/pwathings/manifest.json
new file mode 100644
index 0000000..2a7611b
--- /dev/null
+++ b/pwathings/manifest.json
@@ -0,0 +1,54 @@
+{
+ "name": "Aleteoryx's Circuit Utilities",
+ "short_name": "CV2Utils",
+ "description": "A set of tools for understanding and working with Rec Room's circuits, formerly CV2.",
+
+ "start_url": "/",
+ "display": "minimal-ui",
+
+ "background_color": "#082f41",
+
+ "shortcuts": [
+ {
+ "name": "Chip Searcher",
+ "url": "/searcher"
+ },
+ {
+ "name": "Chip Searcher",
+ "url": "/searcher"
+ }
+ ],
+
+ "icons": [
+ {
+ "src": "/pwathings/icons/400x.png",
+ "sizes": "400x400",
+ "type": "image/png"
+ },
+ {
+ "src": "/pwathings/icons/200x.png",
+ "sizes": "200x200",
+ "type": "image/png"
+ },
+ {
+ "src": "/pwathings/icons/100x.png",
+ "sizes": "100x100",
+ "type": "image/png"
+ },
+ {
+ "src": "/pwathings/icons/64x.png",
+ "sizes": "64x64",
+ "type": "image/png"
+ },
+ {
+ "src": "/pwathings/icons/32x.png",
+ "sizes": "32x32",
+ "type": "image/png"
+ },
+ {
+ "src": "/pwathings/icons/16x.png",
+ "sizes": "16x16",
+ "type": "image/png"
+ }
+ ]
+} \ No newline at end of file