blob: d77f7053718bf2b6ba44052a9befec354ad31ab3 (
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
|
{
"manifest_version": 2,
"name": "Sign RSF.org petitions with free Javascript",
"version": "1.1",
"author": "Nathan Nichols",
"id": "rsf@0xbeef.coffee",
"description": "Allows you to sign rsf.org petitions with free Javascript.",
"icons": {
"128": "icons/L4Libre128.png"
},
"applications": {
"gecko": {
"id": "rsf@0xbeef.coffee",
"strict_min_version": "42.0"
}
},
"content_scripts": [
{
"matches": [
"*://rsf.org/*",
"*://rsf.secure.force.com/*"
],
"js": [
"rsf.js"
]
}
]
}
|