Skip to content

Commit 656069e

Browse files
committed
chore: rename extension
1 parent f3100bb commit 656069e

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

extension/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "DevtoolCSS MCP",
2+
"name": "Chrome Inspector MCP",
33
"version": "0.0.0",
44
"manifest_version": 3,
55
"description": "Chrome extension with WebSocket polling to MCP server",
@@ -11,7 +11,7 @@
1111
"permissions": ["tabs", "storage", "debugger", "offscreen"],
1212
"action": {
1313
"default_popup": "popup.html",
14-
"default_title": "DevtoolCSS MCP Settings"
14+
"default_title": "Chrome Inspector MCP Settings"
1515
},
1616
"host_permissions": ["http://127.0.0.1/*", "ws://127.0.0.1/*"]
1717
}

extension/src/popup.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html>
33
<head>
44
<meta charset="UTF-8" />
5-
<title>DevtoolCSS MCP Settings</title>
5+
<title>Chrome Inspector MCP Settings</title>
66
<style>
77
body {
88
width: 320px;
99
padding: 16px;
10-
font-family:
11-
system-ui,
12-
-apple-system,
13-
sans-serif;
10+
font-family: system-ui, -apple-system, sans-serif;
1411
font-size: 14px;
1512
}
1613
h2 {

0 commit comments

Comments
 (0)