aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 38e4f23b758e5d499988ac47f996f3c9defb04ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "title": "Redirector",
  "name": "redirector",
  "id" : "redirector@einaregilsson.com",
  "version": "3.0.0",
  "description": "A basic add-on",
  "main": "js/background.js",
  "author": "Einar Egilsson",
  "engines": {
    "firefox": ">=38.0a1",
    "fennec": ">=38.0a1"
  },
  "license": "MIT"
}