mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 23:00:30 +00:00
4387381fd1
* deps: bump node-libcurl to latest prerelease version * Add .npmrc, bump Electron to 3.1.13, remove electron-rebuild * Minor tweaks * package locks * Bump version * Switch to font-manager and fix fsevents rimraf * Try generating npmrc inside build/ * Try uninstall of fsevents instead * Bump * Try npm env vars * Extra .npmrc * Try npm env vars in all CI * Fix insomnia-cookies dependencies * Fix typo * Loosen nvmrc version * Remove npm uninstalls * Build outside of Docker * Remove Docker, build all on GH Actions * Bump Core version * Disable Snapcraft for now * Bump * Disable snap for Designer too * Update product name for Core * Update test.yml * Remove Travis file * Make userData folder explicit and add Curl types * Remove old Kong icon * Remove curl.js adapter * Revert productName * Fix release date * Try remove windows build tools from CI * Add comment about Snap deploys * Remove the pane border on Windows (no longer necessary) Co-authored-by: Jonathan Cardoso Machado <me@jonathancardoso.com>
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"version": "2020.1.4-alpha.2",
|
|
"name": "insomnia-designer",
|
|
"executableName": "designer",
|
|
"appId": "com.insomnia.designer",
|
|
"userDataFolder": "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/designer",
|
|
"theme": "studio-light",
|
|
"main": "main.min.js",
|
|
"githubOrg": "Kong",
|
|
"githubRepo": "insomnia",
|
|
"gaId": "UA-8499472-35",
|
|
"gaLocation": "https://designer.lytics.insomnia.rest",
|
|
"gravatarEmail": "avatar.designer@insomnia.rest",
|
|
"plugins": [
|
|
"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"
|
|
]
|
|
}
|