gitextract_avat6x_9/ ├── .gitignore ├── README.md ├── extension/ │ ├── manifest.json │ └── manifest.v2.json └── next-app/ ├── .eslintrc.json ├── .gitignore ├── package.json ├── pages/ │ ├── _app.js │ └── index.js └── styles/ ├── Home.module.css └── globals.css