|
1 | 1 | {
|
2 | 2 | "name": "httptoolkit-desktop",
|
3 |
| - "productName": "httptoolkit-desktop", |
| 3 | + "productName": "HTTP Toolkit", |
4 | 4 | "version": "0.0.1",
|
5 | 5 | "private": true,
|
6 | 6 | "description": "Electron wrapper to build and distribute HTTP Toolkit for the desktop",
|
| 7 | + "productDescription": "HTTP(S) debugging proxy, analyzer & client", |
7 | 8 | "main": "src/index.ts",
|
8 | 9 | "scripts": {
|
9 | 10 | "start": "electron-forge start",
|
|
18 | 19 | "config": {
|
19 | 20 | "forge": {
|
20 | 21 | "make_targets": {
|
21 |
| - "win32": [ |
22 |
| - "squirrel" |
23 |
| - ], |
24 |
| - "darwin": [ |
25 |
| - "zip" |
26 |
| - ], |
27 |
| - "linux": [ |
28 |
| - "deb", |
29 |
| - "rpm" |
30 |
| - ] |
| 22 | + "win32": ["squirrel"], |
| 23 | + "darwin": ["dmg"], |
| 24 | + "linux": ["deb", "rpm"] |
31 | 25 | },
|
32 | 26 | "electronPackagerConfig": {
|
33 |
| - "packageManager": "npm" |
| 27 | + "packageManager": "npm", |
| 28 | + "icon": "./src/icon" |
34 | 29 | },
|
35 | 30 | "electronWinstallerConfig": {
|
36 |
| - "name": "httptoolkit" |
| 31 | + "exe": "httptoolkit.exe", |
| 32 | + "description": "HTTP(S) debugging proxy, analyzer & client" |
| 33 | + }, |
| 34 | + "electronInstallerDMG": { |
| 35 | + "name": "HTTP Toolkit", |
| 36 | + "icon": "src/icon.icns" |
| 37 | + }, |
| 38 | + "electronInstallerDebian": { |
| 39 | + "icon": "src/icon.png", |
| 40 | + "homepage": "https://httptoolkit.tech" |
| 41 | + }, |
| 42 | + "electronInstallerRedhat": { |
| 43 | + "icon": "src/icon.png" |
37 | 44 | },
|
38 |
| - "electronInstallerDebian": {}, |
39 |
| - "electronInstallerRedhat": {}, |
40 | 45 | "github_repository": {
|
41 | 46 | "owner": "httptoolkit",
|
42 | 47 | "name": "httptoolkit-desktop"
|
43 |
| - }, |
44 |
| - "windowsStoreConfig": { |
45 |
| - "packageName": "", |
46 |
| - "name": "httptoolkit" |
47 | 48 | }
|
48 | 49 | }
|
49 | 50 | },
|
|
0 commit comments