mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 23:08:33 +02:00
Add version
This commit is contained in:
@@ -4,6 +4,11 @@
|
|||||||
"name": "Labelled open",
|
"name": "Labelled open",
|
||||||
"description": "Adds a context menu item that labels links with the hostname. Demo of onShown and refresh().",
|
"description": "Adds a context menu item that labels links with the hostname. Demo of onShown and refresh().",
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
|
"applications": {
|
||||||
|
"gecko": {
|
||||||
|
"strict_min_version": "60.0a1"
|
||||||
|
}
|
||||||
|
},
|
||||||
"icons": {
|
"icons": {
|
||||||
"16": "icon/label.svg",
|
"16": "icon/label.svg",
|
||||||
"32": "icon/label.svg",
|
"32": "icon/label.svg",
|
||||||
|
|||||||
Reference in New Issue
Block a user