14 lines
263 B
JSON
14 lines
263 B
JSON
|
{
|
||
|
"title": "injection testing",
|
||
|
"name": "injectiontesting",
|
||
|
"version": "0.0.1",
|
||
|
"description": "A basic add-on",
|
||
|
"main": "index.js",
|
||
|
"author": "Jake Howard",
|
||
|
"engines": {
|
||
|
"firefox": ">=38.0a1",
|
||
|
"fennec": ">=38.0a1"
|
||
|
},
|
||
|
"license": "MIT"
|
||
|
}
|