ffext-manifest-schema
Version:
JSON schema for Firefox WebExtensions manifest.
37 lines (36 loc) • 786 B
JSON
{
"name": "ffext-manifest-schema",
"description": "JSON schema for Firefox WebExtensions manifest.",
"version": "0.26.0",
"author": "PrsPrsBK",
"devDependencies": {
"eslint": "^7.19.0",
"strip-json-comments": "^3.0.1"
},
"files": [
"ffext.min.json",
"README.md",
"defs/which_is_used.txt",
"LICENSE/",
"images/Readme_ManifestKey.png",
"images/Readme_Permission.png"
],
"keywords": [
"Firefox",
"Addon",
"Extension",
"JSON schema",
"WebExtensions"
],
"license": "MPL-2.0",
"main": "index.js",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/PrsPrsBK/ffext-manifest-schema"
},
"scripts": {
"build": "node build.js",
"eslint": "eslint --color --ext=.js ."
}
}