mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
53 lines
885 B
Plaintext
53 lines
885 B
Plaintext
{
|
|
"appId": "com.insomnia.app",
|
|
"publish": false,
|
|
"extraResources": [
|
|
{
|
|
"from": "./bin",
|
|
"to": "./bin",
|
|
"filter": "yarn-standalone.js"
|
|
}
|
|
],
|
|
"protocols": [
|
|
{
|
|
"name": "Insomnia",
|
|
"role": "Viewer",
|
|
"schemes": [
|
|
"insomnia"
|
|
]
|
|
}
|
|
],
|
|
"fileAssociations": [],
|
|
"directories": {
|
|
"app": "build",
|
|
"output": "dist"
|
|
},
|
|
"mac": {
|
|
"category": "public.app-category.developer-tools",
|
|
"darkModeSupport": true,
|
|
"target": [
|
|
"dmg",
|
|
"zip"
|
|
]
|
|
},
|
|
"win": {
|
|
"icon": "./build/icon.ico",
|
|
"target": [
|
|
"squirrel",
|
|
"zip"
|
|
]
|
|
},
|
|
"linux": {
|
|
"executableName": "insomnia",
|
|
"synopsis": "A simple, beautiful, and free REST API client",
|
|
"category": "Development",
|
|
"target": [
|
|
"AppImage",
|
|
"deb",
|
|
"tar.gz",
|
|
"snap",
|
|
"rpm"
|
|
]
|
|
}
|
|
}
|