mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
37 lines
906 B
JSON
37 lines
906 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2.0.0",
|
|
"productName": "Linear Native",
|
|
"version": "0.1.0",
|
|
"identifier": "com.allaunthefox.linear-native",
|
|
"build": {
|
|
"frontendDist": "./",
|
|
"devUrl": "https://linear.app",
|
|
"beforeBuildCommand": "",
|
|
"beforeDevCommand": ""
|
|
},
|
|
"app": {
|
|
"withGlobalTauri": false,
|
|
"windows": [
|
|
{
|
|
"title": "Linear Native",
|
|
"width": 1400,
|
|
"height": 900,
|
|
"resizable": true,
|
|
"fullscreen": false,
|
|
"transparent": false,
|
|
"decorations": true
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": ["deb"],
|
|
"category": "Productivity",
|
|
"shortDescription": "Native Linux wrapper for Linear",
|
|
"longDescription": "A lightweight Tauri-based native wrapper for Linear, replacing the laggy Electron build.",
|
|
"icon": []
|
|
}
|
|
}
|