blob: 84c6927f9db8425d08457440623435b387c88584 (
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
|
{
"manifest_version": 2,
"name": "Goteo.org payments with free JS",
"version": "1.1",
"author": "Nathan Nichols",
"id": "goteo@0xbeef.coffee",
"description": "Fixes Goteo payments while running LibreJS",
"icons": {
"128": "icons/icon128.png"
},
"applications": {
"gecko": {
"id": "goteo@0xbeef.coffee",
"strict_min_version": "42.0"
}
},
"content_scripts": [
{
"matches": [
"https://pgw.ceca.es/cgi-bin/tpv",
"https://pgw.ceca.es/tpvweb/tpv/compra.action",
"*://*.goteo.org/*"
],
"js": [
"goteo.js"
]
}
]
}
|