{
  "manifest_version": 3,
  "name": "AuraFlow AI - Google Labs Flow Automation",
  "version": "3.3.0",
  "description": "Google Gemini 기반 AI 이미지/영상 생성 및 Google Labs Flow 자동화 도구",
  "permissions": ["sidePanel", "activeTab", "scripting", "storage"],
  "host_permissions": ["https://labs.google/*"],
  "action": {
    "default_title": "AuraFlow 열기"
  },
  "side_panel": {
    "default_path": "index.html"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "icons": {
    "16": "icons/icon-192.png",
    "48": "icons/icon-192.png",
    "128": "icons/icon-512.png"
  }
}
