2022-03-03 12:30:45 +01:00
|
|
|
{
|
|
|
|
"build": {
|
2023-02-10 11:22:11 +01:00
|
|
|
"beforeBuildCommand": "npm run build",
|
|
|
|
"beforeDevCommand": "npm run start",
|
|
|
|
"devPath": " http://localhost:8080/",
|
2022-03-03 12:30:45 +01:00
|
|
|
"distDir": "../build",
|
2023-02-10 11:22:11 +01:00
|
|
|
"withGlobalTauri": true
|
|
|
|
},
|
|
|
|
"package": {
|
|
|
|
"productName": "glowing-bear",
|
2023-07-09 16:34:08 +02:00
|
|
|
"version": "0.10.0"
|
2022-03-03 12:30:45 +01:00
|
|
|
},
|
|
|
|
"tauri": {
|
2023-02-10 11:22:11 +01:00
|
|
|
"allowlist": {
|
|
|
|
"all": true
|
|
|
|
},
|
2022-03-03 12:30:45 +01:00
|
|
|
"bundle": {
|
|
|
|
"active": true,
|
2023-02-10 11:22:11 +01:00
|
|
|
"category": "SocialNetworking",
|
|
|
|
"copyright": "Glowing Bear developers",
|
|
|
|
"deb": {
|
|
|
|
"depends": []
|
|
|
|
},
|
|
|
|
"externalBin": [],
|
2022-03-03 12:30:45 +01:00
|
|
|
"icon": [
|
|
|
|
"../src/assets/img/favicon.png",
|
|
|
|
"../src/assets/img/glowing_bear_128x128.png",
|
|
|
|
"../src/assets/img/glowing-bear.png",
|
|
|
|
"../src/assets/img/glowing-bear.icns"
|
|
|
|
],
|
2023-02-10 11:22:11 +01:00
|
|
|
"identifier": "org.glowing-bear",
|
|
|
|
"longDescription": "Glowing Bear is a web frontend for the WeeChat IRC client",
|
2022-03-03 12:30:45 +01:00
|
|
|
"macOS": {
|
2023-02-10 11:22:11 +01:00
|
|
|
"entitlements": null,
|
2022-03-03 12:30:45 +01:00
|
|
|
"exceptionDomain": "",
|
2023-02-10 11:22:11 +01:00
|
|
|
"frameworks": [],
|
2022-03-03 12:30:45 +01:00
|
|
|
"providerShortName": null,
|
2023-02-10 11:22:11 +01:00
|
|
|
"signingIdentity": null
|
2022-03-03 12:30:45 +01:00
|
|
|
},
|
2023-02-10 11:22:11 +01:00
|
|
|
"resources": [],
|
|
|
|
"shortDescription": "",
|
|
|
|
"targets": "all",
|
2022-03-03 12:30:45 +01:00
|
|
|
"windows": {
|
|
|
|
"certificateThumbprint": null,
|
|
|
|
"digestAlgorithm": "sha256",
|
|
|
|
"timestampUrl": ""
|
|
|
|
}
|
|
|
|
},
|
2023-02-10 11:22:11 +01:00
|
|
|
"security": {
|
|
|
|
"csp": null
|
|
|
|
},
|
2022-03-03 12:30:45 +01:00
|
|
|
"updater": {
|
|
|
|
"active": false
|
|
|
|
},
|
|
|
|
"windows": [
|
|
|
|
{
|
2023-02-10 11:22:11 +01:00
|
|
|
"fullscreen": false,
|
2022-03-03 12:30:45 +01:00
|
|
|
"height": 600,
|
|
|
|
"resizable": true,
|
2023-02-10 11:22:11 +01:00
|
|
|
"title": "Glowing Bear",
|
|
|
|
"width": 800
|
2022-03-03 12:30:45 +01:00
|
|
|
}
|
2023-02-10 11:22:11 +01:00
|
|
|
]
|
2022-03-03 12:30:45 +01:00
|
|
|
}
|
|
|
|
}
|