|
1 | 1 | { |
2 | 2 | "name": "gtt-taskbar", |
3 | | - "productName": "gitlab time tracker taskbar", |
| 3 | + "productName": "gtt-taskbar", |
| 4 | + "genericName": "GitLab menubar/taskbar application", |
4 | 5 | "description": "A crossplatform menubar/taskbar application for GitLabs time tracking feature.", |
| 6 | + "homepage": "https://github.com/kriskbx/gitlab-time-tracker-taskbar", |
| 7 | + "keywords": [ |
| 8 | + "GitLab", |
| 9 | + "Timetracking" |
| 10 | + ], |
| 11 | + "author": "Kris Siepert", |
| 12 | + "private": true, |
| 13 | + "license": "GPL-2.0", |
5 | 14 | "version": "0.3.4", |
6 | 15 | "main": "src/index.js", |
7 | 16 | "scripts": { |
|
16 | 25 | "production": "NODE_ENV=production webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", |
17 | 26 | "production-windows": "node node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js" |
18 | 27 | }, |
19 | | - "keywords": [], |
20 | | - "author": "Kris Siepert", |
21 | | - "private": true, |
22 | | - "license": "GPL-2.0", |
23 | 28 | "config": { |
24 | 29 | "forge": { |
25 | 30 | "publish_targets": { |
|
56 | 61 | "packageManager": "yarn", |
57 | 62 | "icon": "./resources/images/icon/icon.png" |
58 | 63 | }, |
59 | | - "electronInstallerSnap": { |
60 | | - "appPlugs": [ |
61 | | - "browser-support" |
62 | | - ], |
63 | | - "grade": "stable", |
64 | | - "desktopTemplate": ".desktop" |
65 | | - }, |
66 | 64 | "electronWinstallerConfig": { |
67 | | - "name": "gtt-taskbar", |
68 | 65 | "setupIcon": "./resources/images/icon/icon.ico" |
69 | 66 | }, |
70 | 67 | "electronInstallerDebian": { |
71 | | - "icon": "./resources/images/icon/icon.png", |
| 68 | + "depends": [ |
| 69 | + "libappindicator1" |
| 70 | + ], |
72 | 71 | "categories": [ |
73 | 72 | "Utility" |
74 | 73 | ], |
75 | | - "homepage": "https://github.com/kriskbx/gitlab-time-tracker-taskbar" |
| 74 | + "icon": "./resources/images/icon/icon.png" |
76 | 75 | }, |
77 | 76 | "electronInstallerRedhat": { |
78 | | - "license": "GPL-2.0", |
79 | 77 | "requires": [ |
80 | 78 | "lsb", |
81 | | - "libappindictor" |
| 79 | + "libappindicator" |
82 | 80 | ], |
83 | 81 | "compressionLevel": 9, |
84 | 82 | "categories": [ |
85 | 83 | "Utility" |
86 | 84 | ] |
87 | 85 | }, |
| 86 | + "electronInstallerSnap": { |
| 87 | + "grade": "stable", |
| 88 | + "confinement": "strict", |
| 89 | + "icon": "./resources/images/icon/icon.png" |
| 90 | + }, |
88 | 91 | "snapStore": { |
89 | 92 | "release": "stable" |
90 | 93 | }, |
|
0 commit comments