wemf
Version:
Format manifest.json to use on WebExtension from Chrome Extension
22 lines (21 loc) • 376 B
JSON
{
"name": "test",
"short_name": "Test",
"author": "TestAuthor",
"description": "test",
"version": "0.0.1",
"applications": {
"gecko": {
"id": "sample@example.com"
}
},
"permissions": [
"<all_urls>"
],
"options_ui": {
"page": "option/options.html"
},
"unsupported_key": "dummy",
"manifest_version": 2,
"default_locale": "en"
}