kana-trainer 1.4.0

Desktop trainer for hiragana and katakana with quiz, typing and audio modes
{
  "$schema": "https://schema.tauri.app/config/2",
  "productName": "Kana Trainer",
  "version": "1.4.0",
  "identifier": "nl.anwari.kanatrainer",
  "build": {
    "beforeDevCommand": "npm run dev",
    "beforeBuildCommand": "npm run build",
    "devUrl": "http://localhost:1420",
    "frontendDist": "dist"
  },
  "app": {
    "windows": [
      {
        "title": "Kana Trainer",
        "width": 1100,
        "height": 800,
        "resizable": true,
        "center": true,
        "backgroundColor": "#f7f2e7"
      }
    ],
    "security": {
      "csp": "default-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; media-src 'self' data: blob:; script-src 'self'"
    }
  },
  "bundle": {
    "active": true,
    "targets": ["deb", "rpm", "nsis", "app", "dmg"],
    "icon": [
      "icons/32x32.png",
      "icons/128x128.png",
      "icons/128x128@2x.png",
      "icons/icon.icns",
      "icons/icon.ico"
    ],
    "category": "Education",
    "shortDescription": "Hiragana and katakana trainer",
    "longDescription": "Practice hiragana and katakana with multiple choice quizzes, typing drills, audio prompts and time trials."
  }
}