mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
Fix manifest.json
This commit is contained in:
@@ -4,10 +4,9 @@
|
||||
"name": "Search using...",
|
||||
"description": "Search ",
|
||||
"version": "1.0",
|
||||
"default_locale": "en",
|
||||
"applications": {
|
||||
"gecko": {
|
||||
"strict_min_version": "56.0a1"
|
||||
"strict_min_version": "63.0b14"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -24,12 +23,6 @@
|
||||
"16": "icons/page-16.png",
|
||||
"32": "icons/page-32.png",
|
||||
"48": "icons/page-48.png"
|
||||
},
|
||||
|
||||
"sidebar_action": {
|
||||
"default_icon": "icons/page-32.png",
|
||||
"default_title" : "My sidebar",
|
||||
"default_panel": "sidebar/sidebar.html"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user