Skip to content

Commit

Permalink
Update extension run
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitenite committed May 24, 2024
1 parent e02cd81 commit 017b8d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/components/vis-bug/vis-bug.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ body:not([testing]) [data-selected=true] {
& :is(a, img) {
-webkit-user-drag: none !important;
}
}
}
10 changes: 5 additions & 5 deletions extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "DevBug",
"version": "0.0.0",
"name": "VisBug",
"version": "{{NPM_VERSION}}",
"description": "Open source browser design tools",
"manifest_version": 3,
"icons": { "128": "icons/visbug-dev.png" },
"icons": { "128": "icons/visbug.png" },
"permissions": [
"activeTab",
"contextMenus",
Expand All @@ -15,9 +15,9 @@
"type": "module"
},
"action": {
"default_title": "Click or press Alt+Shift+D to launch DevBug",
"default_title": "Click or press Alt+Shift+D to launch VisBug",
"default_icon": {
"128": "icons/visbug-dev.png"
"128": "icons/visbug.png"
}
},
"web_accessible_resources": [{
Expand Down

0 comments on commit 017b8d9

Please sign in to comment.