From fdce4a92a1df2588b7f9fd266a3eee0282668378 Mon Sep 17 00:00:00 2001 From: Chris Torrence <5461379+ct6502@users.noreply.github.com> Date: Fri, 7 Jul 2023 21:28:33 -0600 Subject: [PATCH] Add file handler to manifest --- public/manifest.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index 63ea3e8..4c56f53 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "short_name": "Apple2TS", - "name": "Apple II Emulator in TypeScript", - "description": "An emulator for an enhanced Apple IIe with 128k of memory, a hard drive, two floppy disk drives, and support for gamepads. Written in TypeScript, using the React JS library, and hosted on Github Pages. Chris Torrence, CT6502", + "name": "Apple2TS", + "description": "Apple II Emulator in TypeScript. Emulates an enhanced Apple IIe with 128k of memory, a hard drive, two floppy disk drives, and gamepad support. Written in TypeScript, using the React JS library, and hosted on Github Pages. Chris Torrence, CT6502", "id": "/", "start_url": ".", "display": "standalone", @@ -12,6 +12,16 @@ "development", "graphics" ], + "file_handlers": [ + { + "action": "/", + "accept": { + "application/json": [ + ".a2ts" + ] + } + } + ], "icons": [ { "src": "favicon.png",