fix: update extension display name to TMWD CDP Bridge

This commit is contained in:
Liang Jiaqing
2026-03-04 11:16:42 +08:00
parent 0ab90af250
commit ffe1f3c4c0

View File

@@ -1,6 +1,6 @@
{
"manifest_version": 3,
"name": "Cookie Grabber",
"name": "TMWD CDP Bridge",
"version": "2.0",
"description": "Cookie viewer + CDP bridge",
"permissions": [
@@ -23,6 +23,6 @@
],
"action": {
"default_popup": "popup.html",
"default_title": "Cookie Grabber"
"default_title": "TMWD CDP Bridge"
}
}