mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
10d61796cc
* Some tweaks before launch: - Set GA IDs - Change git folder to `.insomnia` - Set gravatar email on update notification * Fix tests
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"version": "2020.1.0-beta.2",
|
|
"name": "insomnia-designer",
|
|
"executableName": "designer",
|
|
"appId": "com.insomnia.designer",
|
|
"productName": "Insomnia Designer",
|
|
"binaryPrefix": "Insomnia.Designer",
|
|
"longName": "Insomnia Designer",
|
|
"synopsis": "The Collaborative API Design Tool",
|
|
"icon": "https://github.com/getinsomnia/insomnia/blob/master/packages/insomnia-app/app/icons/icon.ico?raw=true",
|
|
"changelogBaseUrl": "https://insomnia.rest/changelog/core",
|
|
"theme": "studio-light",
|
|
"main": "main.min.js",
|
|
"githubOrg": "Kong",
|
|
"githubRepo": "insomnia",
|
|
"gaId": "G-WPM0TEJFTB",
|
|
"gaLocation": "https://designer.lytics.insomnia.rest",
|
|
"gravatarEmail": "avatar.designer@insomnia.rest",
|
|
"plugins": [
|
|
"kong-studio-themes",
|
|
"insomnia-plugin-base64",
|
|
"insomnia-plugin-hash",
|
|
"insomnia-plugin-file",
|
|
"insomnia-plugin-now",
|
|
"insomnia-plugin-uuid",
|
|
"insomnia-plugin-prompt",
|
|
"insomnia-plugin-request",
|
|
"insomnia-plugin-response",
|
|
"insomnia-plugin-jsonpath",
|
|
"insomnia-plugin-cookie-jar",
|
|
"insomnia-plugin-core-themes"
|
|
]
|
|
}
|