Skip to content

Commit 3e439dd

Browse files
committed
Remove some lines from extensions.json and reindent.
1 parent 3d3255b commit 3e439dd

File tree

1 file changed

+36
-63
lines changed

1 file changed

+36
-63
lines changed
Lines changed: 36 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,38 @@
11
{
2-
"addons": [
3-
{
4-
"aboutURL": "chrome://https-everywhere/content/about.xul",
5-
"active": false,
6-
"appDisabled": false,
7-
"applyBackgroundUpdates": 1,
8-
"bootstrap": false,
9-
"defaultLocale": {
10-
"creator": "Mike Perry & Peter Eckersley",
11-
"description": "Encrypt the Web! Automatically use HTTPS security on many sites.",
12-
"homepageURL": "https://www.eff.org/https-everywhere",
13-
"name": "HTTPS-Everywhere"
14-
},
15-
"descriptor": "/home/jsha/https-everywhere/https-everywhere-tests/test_profile/extensions/https-everywhere@eff.org",
16-
"foreignInstall": true,
17-
"hasBinaryComponents": false,
18-
"icon64URL": null,
19-
"iconURL": "chrome://https-everywhere/skin/https-everywhere.png",
20-
"id": "https-everywhere@eff.org",
21-
"installDate": 1407525887000,
22-
"internalName": null,
23-
"locales": [],
24-
"location": "app-profile",
25-
"optionsType": null,
26-
"optionsURL": "chrome://https-everywhere/content/meta-preferences.xul",
27-
"releaseNotesURI": null,
28-
"size": 5133044,
29-
"softDisabled": false,
30-
"sourceURI": null,
31-
"strictCompatibility": false,
32-
"syncGUID": "PbynBLfrwhTP",
33-
"targetApplications": [
34-
{
35-
"id": "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}",
36-
"maxVersion": "99.*",
37-
"minVersion": "20"
38-
},
39-
{
40-
"id": "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}",
41-
"maxVersion": "99.*",
42-
"minVersion": "2.17"
43-
},
44-
{
45-
"id": "{3550f703-e582-4d05-9a08-453d09bdfdc6}",
46-
"maxVersion": "99.*",
47-
"minVersion": "17.0.5"
48-
},
49-
{
50-
"id": "{a79fe89b-6662-4ff4-8e88-09950ad4dfde}",
51-
"maxVersion": "99.*",
52-
"minVersion": "0.1"
53-
}
54-
],
55-
"targetPlatforms": [],
56-
"type": "extension",
57-
"updateDate": 1407525887000,
58-
"updateKey": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6MR8W/galdxnpGqBsYbqOzQb2eyW15YFjDDEMI0ZOzt8f504obNs920lDnpPD2/KqgsfjOgw2K7xWDJIj/18xUvWPk3LDkrnokNiRkA3KOx3W6fHycKL+zID7zy+xZYBuh2fLyQtWV1VGQ45iNRp9+Zo7rH86cdfgkdnWTlNSHyTLW9NbXvyv/E12bppPcEvgCTAQXgnDVJ0/sqmeiijn9tTFh03aM+R2V/21h8aTraAS24qiPCz6gkmYGC8yr6mglcnNoYbsLNYZ69zF1XHcXPduCPdPdfLlzVlKK1/U7hkA28eG3BIAMh6uJYBRJTpiGgaGdPd7YekUB8S6cy+CQIDAQAB",
59-
"updateURL": "https://www.eff.org/files/https-everywhere-devel-update-2048.rdf",
60-
"userDisabled": false,
61-
"version": "5.0development.0",
62-
"visible": true
63-
}],
64-
"schemaVersion": 16
2+
"addons": [
3+
{
4+
"aboutURL": "chrome://https-everywhere/content/about.xul",
5+
"active": false,
6+
"appDisabled": false,
7+
"applyBackgroundUpdates": 1,
8+
"bootstrap": false,
9+
"defaultLocale": {
10+
"creator": "Mike Perry & Peter Eckersley",
11+
"description": "Encrypt the Web! Automatically use HTTPS security on many sites.",
12+
"homepageURL": "https://www.eff.org/https-everywhere",
13+
"name": "HTTPS-Everywhere"
14+
},
15+
"foreignInstall": true,
16+
"hasBinaryComponents": false,
17+
"icon64URL": null,
18+
"iconURL": "chrome://https-everywhere/skin/https-everywhere.png",
19+
"id": "https-everywhere@eff.org",
20+
"installDate": 1407525887000,
21+
"internalName": null,
22+
"locales": [],
23+
"location": "app-profile",
24+
"optionsType": null,
25+
"optionsURL": "chrome://https-everywhere/content/meta-preferences.xul",
26+
"releaseNotesURI": null,
27+
"size": 5133044,
28+
"softDisabled": false,
29+
"sourceURI": null,
30+
"strictCompatibility": false,
31+
"syncGUID": "PbynBLfrwhTP",
32+
"targetPlatforms": [],
33+
"type": "extension",
34+
"userDisabled": false,
35+
"visible": true
36+
}],
37+
"schemaVersion": 16
6538
}

0 commit comments

Comments
 (0)