Skip to content

Commit 3299439

Browse files
author
Martin Gleize
committed
Remove 'page_action' field from manifest (it should be useless now)
1 parent 0eb0d74 commit 3299439

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

manifest_chrome.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,5 @@
1111
"service_worker": "background.js",
1212
"type": "module"
1313
},
14-
"action" :
15-
{
16-
"default_title" : "Select text in this page and search using the context menu"
17-
},
1814
"manifest_version": 3
1915
}

manifest_firefox.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,5 @@
1111
"persistent": false,
1212
"scripts": ["background.js"]
1313
},
14-
"page_action" :
15-
{
16-
"default_title" : "Select text in this page and search using the context menu"
17-
},
1814
"manifest_version": 2
1915
}

0 commit comments

Comments
 (0)