Skip to content

Commit

Permalink
Add description to mime info
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Jun 21, 2024
1 parent aeb24dc commit 511282e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,18 +193,21 @@
{
"ext": "sb3",
"name": "Scratch 3 Project",
"description": "Scratch 3 Project",
"role": "Editor",
"mimeType": "application/x.scratch.sb3"
},
{
"ext": "sb2",
"name": "Scratch 2 Project",
"description": "Scratch 2 Project",
"role": "Editor",
"mimeType": "application/x.scratch.sb2"
},
{
"ext": "sb",
"name": "Scratch 1 Project",
"description": "Scratch 1 Project",
"role": "Editor",
"mimeType": "application/x.scratch.sb"
}
Expand Down

0 comments on commit 511282e

Please sign in to comment.