summaryrefslogtreecommitdiff
path: root/data/extensions/LCSP@0xbeef.coffee/manifest.json
blob: 4789180ad30f645d2c4c1fce86836058d3547383 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
  "manifest_version": 2,
  "name": "Free Salsalabs Petitions",
  "version": "1.3",
  "author": "Nathan Nichols",
  "id": "LCSP@0xbeef.coffee",
  "description": "Free Javascript for submitting Salsalabs petitions.",
  "icons": {
    "16": "icons/I16.png",
    "48": "icons/I48.png",
    "128": "icons/I128.png"
  },
  "applications": {
    "gecko": {
	  "id": "LCSP@0xbeef.coffee",
	  "strict_min_version": "42.0"
    }
  },
  "permissions": [
    "webRequest"
  ],
  "content_scripts": [
    {
      "matches": [
		"*://actionnetwork.org/letters/*",
        "*://dailykos.org/*",
		"*://act.rootsaction.org/*",
		"*://rootscation.org/*",
		"*://*.salsalabs.org/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ]
}