Brendan Abolivier 7 anos atrás
pai
commit
975e0e08a9
Assinado por: Brendan Abolivier <contact@brendanabolivier.com> ID da chave GPG: 8EF1500759F70623
3 arquivos alterados com 32 adições e 3 exclusões
  1. 11
    0
      _locales/en/messages.json
  2. 11
    0
      _locales/fr/messages.json
  3. 10
    3
      manifest.json

+ 11
- 0
_locales/en/messages.json Ver arquivo

@@ -0,0 +1,11 @@
1
+{
2
+    "mirror": {
3
+        "message": "This website may be blocked in your region."
4
+    },
5
+    "mirror-button": {
6
+        "message": "Take me to a mirror"
7
+    },
8
+    "nomirror": {
9
+        "message": "This website has no mirror provided by RWB"
10
+    }
11
+}

+ 11
- 0
_locales/fr/messages.json Ver arquivo

@@ -0,0 +1,11 @@
1
+{
2
+    "mirror": {
3
+        "message": "Ce site est peut-être bloqué dans votre région."
4
+    },
5
+    "mirror-button": {
6
+        "message": "Redirigez-moi vers un miroir"
7
+    },
8
+    "nomirror": {
9
+        "message": "Ce site n'a aucun miroir proposé par RSF"
10
+    }
11
+}

+ 10
- 3
manifest.json Ver arquivo

@@ -20,7 +20,14 @@
20 20
     ],
21 21
 
22 22
     "background": {
23
-        "scripts": ["jquery.js", "eventPage.js"],
24
-        "persistent": false
25
-    }
23
+        "scripts": ["jquery.js", "backgroundPage.js"]
24
+    },
25
+
26
+    "applications": {
27
+        "gecko": {
28
+            "id": "collateral-freedom@rsf.org"
29
+        }
30
+    },
31
+
32
+    "default_locale": "en"
26 33
 }