chore: fix manifest

This commit is contained in:
Keisuke Hirata 2026-02-06 05:28:59 +09:00
parent 9b7c3a807f
commit 16c0893afa

View File

@ -1,51 +1,25 @@
schema_version = "1.0.0"
id = "voicevox-tts-subtitles"
id = "voicevox_tts"
version = "1.0.0"
name = "VoiceVox TTS & Subtitles"
tagline = "VoiceVoxによる音声合成と字幕表示"
maintainer = "Hare"
tagline = "VoiceVox speech synthesis and subtitle display"
maintainer = "Hare <noreply@example.com>"
type = "add-on"
tags = ["Sequencer", "Video Tools"]
blender_version_min = "5.0.0"
license = ["SPDX:MIT"]
copyright = [
"2026 Hare"
license = [
"SPDX:MIT",
]
[description]
content = """
Blender 4.2VoiceVox
## 機能
- VoiceVox使
-
-
-
- 調()
-
## 使い方
1. VoiceVox
2.
3. (N )"VoiceVox"
4. "Test Connection"
5. "Generate Speech & Subtitle"
## 必要な環境
- VoiceVox
- localhost:50021
"""
# パーミッション(必要な場合)
[permissions]
network = "VoiceVoxエンジンへのHTTP接続に必要"
files = "音声ファイルの一時保存に必要"
[build]
paths_exclude_pattern = [
"__pycache__/",
"/.git/",
"/.direnv/",
"/.claude/",
"*.pyc",
]