2021-12-04 14:31:26 +08:00
|
|
|
{
|
|
|
|
"package": {
|
2021-12-26 02:42:52 +08:00
|
|
|
"productName": "clash-verge",
|
2022-01-08 02:12:56 +08:00
|
|
|
"version": "0.0.5"
|
2021-12-04 14:31:26 +08:00
|
|
|
},
|
|
|
|
"build": {
|
|
|
|
"distDir": "../dist",
|
2021-12-08 23:40:52 +08:00
|
|
|
"devPath": "http://localhost:3000/proxy",
|
2021-12-09 23:26:42 +08:00
|
|
|
"beforeDevCommand": "yarn run web:dev",
|
|
|
|
"beforeBuildCommand": "yarn run web:build"
|
2021-12-04 14:31:26 +08:00
|
|
|
},
|
|
|
|
"tauri": {
|
|
|
|
"systemTray": {
|
|
|
|
"iconPath": "icons/icon.png",
|
|
|
|
"iconAsTemplate": true
|
|
|
|
},
|
|
|
|
"bundle": {
|
|
|
|
"active": true,
|
|
|
|
"targets": "all",
|
2021-12-26 02:30:34 +08:00
|
|
|
"identifier": "top.gydi.clashverge",
|
2021-12-04 14:31:26 +08:00
|
|
|
"icon": [
|
|
|
|
"icons/32x32.png",
|
|
|
|
"icons/128x128.png",
|
|
|
|
"icons/128x128@2x.png",
|
|
|
|
"icons/icon.icns",
|
|
|
|
"icons/icon.ico"
|
|
|
|
],
|
2021-12-28 01:48:25 +08:00
|
|
|
"resources": ["resources"],
|
|
|
|
"externalBin": ["sidecar/clash"],
|
2021-12-26 02:30:34 +08:00
|
|
|
"copyright": "© 2021 zzzgydi All Rights Reserved",
|
2021-12-04 14:31:26 +08:00
|
|
|
"category": "DeveloperTool",
|
2021-12-26 02:30:34 +08:00
|
|
|
"shortDescription": "A Clash GUI based on tauri.",
|
|
|
|
"longDescription": "A Clash GUI based on tauri.",
|
2021-12-04 14:31:26 +08:00
|
|
|
"deb": {
|
|
|
|
"depends": [],
|
|
|
|
"useBootstrapper": false
|
|
|
|
},
|
|
|
|
"macOS": {
|
|
|
|
"frameworks": [],
|
|
|
|
"minimumSystemVersion": "",
|
|
|
|
"useBootstrapper": false,
|
|
|
|
"exceptionDomain": "",
|
|
|
|
"signingIdentity": null,
|
|
|
|
"entitlements": null
|
|
|
|
},
|
|
|
|
"windows": {
|
|
|
|
"certificateThumbprint": null,
|
|
|
|
"digestAlgorithm": "sha256",
|
|
|
|
"timestampUrl": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"updater": {
|
|
|
|
"active": false
|
|
|
|
},
|
|
|
|
"allowlist": {
|
|
|
|
"all": true
|
|
|
|
},
|
|
|
|
"windows": [
|
|
|
|
{
|
|
|
|
"title": "Clash Verge",
|
|
|
|
"width": 800,
|
|
|
|
"height": 600,
|
|
|
|
"resizable": true,
|
2021-12-08 23:40:52 +08:00
|
|
|
"fullscreen": false,
|
|
|
|
"decorations": true,
|
2021-12-09 23:26:42 +08:00
|
|
|
"transparent": false,
|
|
|
|
"minWidth": 600,
|
|
|
|
"minHeight": 520
|
2021-12-04 14:31:26 +08:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"security": {
|
|
|
|
"csp": "default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self'"
|
|
|
|
}
|
|
|
|
}
|
2021-12-28 01:48:25 +08:00
|
|
|
}
|