From c1e64bf0ccdaeb1b676f1a53967b0d0448e1ca44 Mon Sep 17 00:00:00 2001 From: alyx Date: Thu, 2 Jun 2022 00:26:49 +0000 Subject: basic PWA things, fixed the searcher again --- pwathings/manifest.json | 54 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 pwathings/manifest.json (limited to 'pwathings/manifest.json') 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 -- cgit v1.2.3-54-g00ecf