{
  "name": "AURA.STORY",
  "short_name": "AURA.STORY", 
  "description": "专业故事板创作平台 | Professional Storyboard Creation Platform",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#fbbd04",
  "orientation": "any",
  "scope": "/",
  
  // 发布者信息
  "publisher": "HYWGROUP",
  "author": "HYWGROUP",
  
  // 版本信息
  "version": "2.1.0",
  "version_name": "2.1.0.build-20241218",
  
  "icons": [
    {
      "src": "lo.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "lo.png",
      "sizes": "512x512", 
      "type": "image/png"
    }
  ],
  
  "categories": ["productivity", "creative"],
  "lang": "zh-CN",
  "dir": "auto",

  // 自定义版本标识
  "aura_version": {
    "major": 2,
    "minor": 1,
    "patch": 0,
    "build": 20241218,
    "code": "AS-20241218-2100",
    "publisher": "HYWGROUP"
  },

  "i18n": {
    "zh-CN": {
      "name": "AURA.STORY",
      "short_name": "AURA.STORY",
      "description": "专业故事板创作平台",
      "publisher": "HYWGROUP"
    },
    "en-US": {
      "name": "AURA.STORY",
      "short_name": "AURA.STORY",
      "description": "Professional Storyboard Creation Platform",
      "publisher": "HYWGROUP"
    },
    "ja-JP": {
      "name": "AURA.STORY",
      "short_name": "AURA.STORY",
      "description": "プロフェッショナルストーリーボード作成プラットフォーム", 
      "publisher": "HYWGROUP"
    },
    "ko-KR": {
      "name": "AURA.STORY",
      "short_name": "AURA.STORY",
      "description": "프로페셔널 스토리보드 제작 플랫폼",
      "publisher": "HYWGROUP"
    },
    "zh-TW": {
      "name": "AURA.STORY",
      "short_name": "AURA.STORY",
      "description": "專業故事板創作平台",
      "publisher": "HYWGROUP"
    }
  },
  
  "screenshots": [
    {
      "src": "screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png", 
      "form_factor": "wide",
      "label": "AURA.STORY 桌面界面 - HYWGROUP"
    },
    {
      "src": "screenshot-narrow.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow", 
      "label": "AURA.STORY 移动端界面 - HYWGROUP"
    }
  ],
  
  "features": [
    "故事板创作",
    "团队协作",
    "云端存储", 
    "多平台支持",
    "离线使用"
  ],
  
  "related_applications": [
    {
      "platform": "web",
      "url": "https://ayo.x10.mx",
      "id": "aura.story.hywgroup"
    }
  ],

  // 发布者相关信息
  "hywgroup": {
    "company": "HYWGROUP",
    "website": "https://hyw.neocities.org",
    "contact": "hywgroup888@outlook.com",
    "support": "hywgroup888@outlook.com"
  }
}