blob: 62af7f7ff0a77261847bcc5eb2360a44824c16bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"name": "toolbar-api",
"title": "Toolbar API",
"main": "./lib/main.js",
"description": "a toolbar api example",
"author": "",
"license": "MPL-2.0",
"version": "0.1.1",
"engines": {
"firefox": ">=27.0 <=30.0"
}
}
|