mirror of
https://github.com/roytam1/basilisk55.git
synced 2026-05-26 14:26:18 +00:00
15 lines
237 B
JSON
15 lines
237 B
JSON
{
|
|
"name": "Web Extension Name",
|
|
"version": "1.0",
|
|
"manifest_version": 2,
|
|
"applications": {
|
|
"gecko": {
|
|
"id": "webextension1@tests.mozilla.org"
|
|
}
|
|
},
|
|
"icons": {
|
|
"48": "icon48.png",
|
|
"64": "icon64.png"
|
|
}
|
|
}
|