mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
93c91ebdbe
* Upgrade Electron to 8, bump Node version, fix font-manager * Specify nodeIntegration as true * Get <webview> working again * Get <webview> working again * Electron 9.0 * Escape parens in plugin install exec path (newer Electron added them) * Bump versions for first alpha * Electron 9.1 * Convert all Electron APIs that switched from callback to Promise * Fix send-and-download feature * Remove user-agent override hack for OAuth 2 login window * Bump alpha version * Fix issue regarding chokidar * Add package-lock.json * Upgrade chokidar because @babel/cli uses an older incompatible version of fsevents * Fix source maps * Read .nvmrc in GitHub actions * Address remaining PR feedback
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"version": "2020.4.0-alpha.3",
|
|
"name": "insomnia-designer",
|
|
"executableName": "insomnia-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"
|
|
]
|
|
}
|