{
  "$schema": "https://schema.tauri.app/config/2",
  "productName": "Timeline Studio",
  "version": "0.59.4",
  "identifier": "com.chatman-media.timeline-studio",
  "build": {
    "beforeDevCommand": "npm run dev",
    "devUrl": "http://localhost:3000",
    "beforeBuildCommand": "npm run build",
    "frontendDist": "../dist"
  },
  "app": {
    "windows": [
      {
        "label": "main",
        "title": "Timeline Studio",
        "resizable": true,
        "fullscreen": false,
        "minWidth": 800,
        "minHeight": 600,
        "center": true,
        "decorations": true,
        "maximized": true,
        "visible": true
      }
    ],
    "security": {
      "csp": "default-src 'self' ipc: http://ipc.localhost; img-src 'self' asset: http://asset.localhost data:; media-src 'self' asset: http://asset.localhost blob: mediastream:; connect-src 'self' ipc: http://ipc.localhost http://localhost:* ws://localhost:* wss://localhost:*",
      "assetProtocol": {
        "enable": true,
        "scope": ["**/*"]
      }
    }
  },
  "plugins": {
    "fs": {
      "requireLiteralLeadingDot": false
    },
    "shell": {},
    "updater": {
      "active": true,
      "endpoints": ["https://releases.timeline-studio.app/{{target}}/{{arch}}/{{current_version}}"],
      "dialog": true,
      "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDMyNTExRUY3NzgzMkUyODkKUldTN3NTbkhBREF5aG1lZlY4bWx5eGMvUHZJQTlyRGZITmRLZWZWWG1vUUJCeFAzTDNIQlZRCg==",
      "windows": {
        "installMode": "passive"
      }
    },
    "window": {
      "label": {
        "main": {
          "permissions": ["all"]
        }
      }
    }
  },
  "bundle": {
    "active": true,
    "targets": "all",
    "icon": ["icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico"],
    "publisher": "Chatman Media",
    "copyright": "© 2025 Chatman Media",
    "category": "Video",
    "shortDescription": "Приложение для создания и редактирования видео",
    "longDescription": "Timeline Studio - мощное приложение для создания и редактирования видео, построенное на базе Tauri, React и XState.",
    "macOS": {
      "exceptionDomain": "com.chatman-media.timeline-studio",
      "frameworks": [],
      "minimumSystemVersion": "10.15"
    },
    "windows": {
      "digestAlgorithm": "sha256",
      "certificateThumbprint": null,
      "timestampUrl": "",
      "tsp": false,
      "wix": {
        "language": "en-US",
        "template": null,
        "fragmentPaths": [],
        "componentGroupRefs": [],
        "componentRefs": [],
        "featureGroupRefs": [],
        "featureRefs": [],
        "mergeRefs": [],
        "dialogImagePath": null,
        "bannerPath": null
      }
    }
  }
}
