summaryrefslogtreecommitdiff
path: root/data/extensions/jid1-KtlZuoiikVfFew@jetpack/package.json
diff options
context:
space:
mode:
authorRuben Rodriguez <ruben@gnu.org>2018-09-13 20:39:48 -0400
committerRuben Rodriguez <ruben@gnu.org>2018-09-13 21:02:13 -0400
commitd26b319fd6f98517cc3421f10bf18698b953e4d2 (patch)
treebc70c4e472a2eaf514d411dba5067d530e5bbea9 /data/extensions/jid1-KtlZuoiikVfFew@jetpack/package.json
parentc3b304c51a3386ea09527a479a883253ea35243a (diff)
Updated extensions list for v60
Diffstat (limited to 'data/extensions/jid1-KtlZuoiikVfFew@jetpack/package.json')
-rw-r--r--data/extensions/jid1-KtlZuoiikVfFew@jetpack/package.json64
1 files changed, 0 insertions, 64 deletions
diff --git a/data/extensions/jid1-KtlZuoiikVfFew@jetpack/package.json b/data/extensions/jid1-KtlZuoiikVfFew@jetpack/package.json
deleted file mode 100644
index 4fa2222..0000000
--- a/data/extensions/jid1-KtlZuoiikVfFew@jetpack/package.json
+++ /dev/null
@@ -1,64 +0,0 @@
-{
- "name": "librejs-prerelease",
- "license": "GPL-3.0+",
- "author": "Loic J. Duros",
- "homepage": "https://gnu.org/software/librejs/",
- "repository": "http://git.savannah.gnu.org/cgit/librejs.git/",
- "version": "6.0.13",
- "title": "GNU LibreJS",
- "description": "GNU LibreJS is an add-on for Mozilla-based browsers (IceCat, Firefox, Abrowser, Iceweasel)\n that prevents the execution of nonfree nontrivial JavaScript as described in \"The Javascript Trap\": http://www.gnu.org/philosophy/javascript-trap.html",
- "main": "lib/main.js",
- "dependencies": {
- "menuitem": "0.0.5",
- "notification-box": "0.1.1"
- },
- "permissions": {
- "private-browsing": true,
- "unsafe-content-script": true
- },
- "preferences": [
- {
- "name": "whitelist",
- "title": "Whitelist domain, separated by comma, omit protocol, e.g.: gnu.org, wildcard is *",
- "type": "string",
- "value": ""
- },
- {
- "name": "complaint_tab",
- "title": "Display complaint tab on sites where nonfree nontrivial JavaScript is detected",
- "type": "bool",
- "value": true
- },
- {
- "name": "display_notifications",
- "title": "Display notifications of the JavaScript code being analyzed by LibreJS.",
- "type": "bool",
- "value": false
- },
- {
- "name": "complaint_email_subject",
- "title": "Complaint email subject",
- "description": "Initial subject line used in complaint emails",
- "type": "string",
- "value": "Please make your JavaScript free"
- },
- {
- "name": "complaint_email_body",
- "title": "Complaint email body",
- "description": "Initial body text used in complaint emails",
- "type": "string",
- "value": "I could not use your site because it requires running JavaScript code which is not free software. Since a nonfree program disrespects the user's freedom, I decided not to run it. \\n\\nSee http://gnu.org/philosophy/javascript-trap.html for more information, and please make your JavaScript code free."
- }
- ],
- "scripts": {
- "pretest": "jshint lib data",
- "test": "jpm test -v"
- },
- "jscsConfig": {
- "preset": "google",
- "validateIndentation": 4
- },
- "jshintConfig": {
- "moz": true
- }
-}