Skip to content

Commit

Permalink
Add file handler to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
ct6502 committed Jul 8, 2023
1 parent 06c2106 commit fdce4a9
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -12,6 +12,16 @@
"development",
"graphics"
],
"file_handlers": [
{
"action": "/",
"accept": {
"application/json": [
".a2ts"
]
}
}
],
"icons": [
{
"src": "favicon.png",
Expand Down

0 comments on commit fdce4a9

Please sign in to comment.