UNPKG

wemf

Version:

Format manifest.json to use on WebExtension from Chrome Extension

16 lines (15 loc) 239 B
{ "name": "test", "description": "test", "version": "0.0.1", "applications": { "gecko": { "id": "sample@example.com" } }, "permissions": [ "<all_urls>" ], "manifest_version": 2, "default_locale": "en" }