Skip to content
Snippets Groups Projects
package.json 383 B
Newer Older
Thomas Rientjes's avatar
Thomas Rientjes committed
{
  "title": "Tor Browser Settings",
  "name": "tor-browser-settings",
  "version": "1.0.0",
  "description": "Customize Orfox-related settings.",
  "main": "src/main.js",
  "author": "Thomas Rientjes",
  "permissions": {
    "private-browsing": true
  },
  "engines": {
    "fennec": ">=38.0a1"
  },
  "keywords": [
    "browser",
    "preferences",
    "settings",
    "tor"
  ]
}