Configure file associations for text documents
This commit is contained in:
@@ -46,6 +46,21 @@
|
|||||||
"icons/icon.icns",
|
"icons/icon.icns",
|
||||||
"icons/icon.ico",
|
"icons/icon.ico",
|
||||||
"icons/icon.png"
|
"icons/icon.png"
|
||||||
|
],
|
||||||
|
"fileAssociations": [
|
||||||
|
{
|
||||||
|
"ext": [
|
||||||
|
"txt"
|
||||||
|
],
|
||||||
|
"name": "Text Document",
|
||||||
|
"description": "Plain text document",
|
||||||
|
"mimeType": "text/plain",
|
||||||
|
"role": "Editor",
|
||||||
|
"rank": "Default",
|
||||||
|
"contentTypes": [
|
||||||
|
"public.plain-text"
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user