diff --git a/devtools/devtools.js b/devtools/devtools.js index cc71299..0bb683a 100644 --- a/devtools/devtools.js +++ b/devtools/devtools.js @@ -1,6 +1,6 @@ // Create a new devtools panel named "Context Stack" browser.devtools.panels.create( - "Context Stack", // Tab title + "Smoke and Rails", // Tab title "train icon.png", // Icon for your panel (optional) "panel.html", // HTML page for your panel content ); diff --git a/devtools/panel.html b/devtools/panel.html index fa87a46..be06cac 100644 --- a/devtools/panel.html +++ b/devtools/panel.html @@ -2,7 +2,7 @@
-