mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-13 21:24:58 +08:00
14 lines
239 B
JSON
14 lines
239 B
JSON
{
|
|
"name": "custom-sounds",
|
|
"version": "0.1.0",
|
|
"main": "./lib/main",
|
|
"description": "Custom Sounds",
|
|
"license": "Proprietary",
|
|
"private": true,
|
|
"engines": {
|
|
"mailspring": "*"
|
|
},
|
|
"windowTypes": {
|
|
"all": true
|
|
}
|
|
}
|