Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:05:10 +08:00
commit 1c87823db1
17 changed files with 1920 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "browser-devtools",
"description": "Provides debugging web applications, monitoring network traffic, capturing screenshots, DOM inspection, performance analysis, and testing UI interactions during development.",
"version": "1.0.0",
"author": {
"name": "Truong Vu",
"email": "vukhanhtruong@gmail.com"
},
"skills": [
"./skills"
]
}