soiz1 commited on
Commit
74bdfab
·
verified ·
1 Parent(s): f55fe2a

Update src/lib/tw-filesystem-api.js

Browse files
Files changed (1) hide show
  1. src/lib/tw-filesystem-api.js +2 -2
src/lib/tw-filesystem-api.js CHANGED
@@ -20,13 +20,13 @@ const showOpenFilePicker = async () => {
20
  {
21
  description: 'PenguinMod Project',
22
  accept: {
23
- 'application/x.scratch.sb3': ['.pmp', '.pm', 's4s.txt']
24
  }
25
  },
26
  {
27
  description: 'Scratch Project',
28
  accept: {
29
- 'application/x.scratch.sb3': ['.sb3', '.sb2', '.sb', 's4s.txt']
30
  }
31
  }
32
  ]
 
20
  {
21
  description: 'PenguinMod Project',
22
  accept: {
23
+ 'application/x.scratch.sb3': ['.pmp', '.pm', '.s4s.txt']
24
  }
25
  },
26
  {
27
  description: 'Scratch Project',
28
  accept: {
29
+ 'application/x.scratch.sb3': ['.sb3', '.sb2', '.sb', '.s4s.txt']
30
  }
31
  }
32
  ]