Skip to content

Commit ab7ae16

Browse files
committed
Remove context menu from Dev Tool's manifest.json
1 parent dce0c74 commit ab7ae16

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

quell-extension/dist/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"description":"Developer tool for the Quell JavaScript library: https://quell.dev","version":"2.0","manifest_version":3,"name":"Quell Developer Tool","permissions":["contextMenus"],"homepage_url":"https://quell.dev","author":"Michael Lav, Lenny Yambao, Jonah Weinbaum, Justin Hua, Chang Cai, Robert Howton, Joshua Jordan, Angelo Chengcuenca, Emily Hoang, Keely Timms, Yusuf Bhaiyat","action":{"default_icon":{"16":"./assets/icon16.png","48":"./assets/icon48.png","128":"./assets/icon128.png"},"default_title":"Quell Developer Tool"},"devtools_page":"devtools.html","icons":{"16":"./assets/icon16.png","48":"./assets/icon48.png","128":"./assets/icon128.png"},"contextMenus":{"id":"quellMenu","title":"Quell","contexts":["page"]},"background":{"service_worker":"background.bundle.js","type":"module"}}
1+
{"description":"Developer tool for the Quell JavaScript library: https://quell.dev","version":"2.0","manifest_version":3,"name":"Quell Developer Tool","homepage_url":"https://quell.dev","author":"Michael Lav, Lenny Yambao, Jonah Weinbaum, Justin Hua, Chang Cai, Robert Howton, Joshua Jordan, Angelo Chengcuenca, Emily Hoang, Keely Timms, Yusuf Bhaiyat","action":{"default_icon":{"16":"./assets/icon16.png","48":"./assets/icon48.png","128":"./assets/icon128.png"},"default_title":"Quell Developer Tool"},"devtools_page":"devtools.html","icons":{"16":"./assets/icon16.png","48":"./assets/icon48.png","128":"./assets/icon128.png"},"background":{"service_worker":"background.bundle.js","type":"module"}}

quell-extension/src/manifest.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
"name": "Quell Developer Tool",
44
"description": "Developer tool for the Quell JavaScript library: https://quell.dev",
55
"version": "2.0",
6-
"permissions": [
7-
"contextMenus"
8-
],
96
"homepage_url": "https://quell.dev",
107
"author": "Michael Lav, Lenny Yambao, Jonah Weinbaum, Justin Hua, Chang Cai, Robert Howton, Joshua Jordan, Angelo Chengcuenca, Emily Hoang, Keely Timms, Yusuf Bhaiyat",
118
"action": {
@@ -22,11 +19,6 @@
2219
"48": "./assets/icon48.png",
2320
"128": "./assets/icon128.png"
2421
},
25-
"contextMenus": {
26-
"id": "quellMenu",
27-
"title": "Quell",
28-
"contexts": ["page"]
29-
},
3022
"background": {
3123
"service_worker": "background.bundle.js",
3224
"type": "module"

0 commit comments

Comments
 (0)