Skip to content

Commit 4a21c7c

Browse files
committed
Updates for chrome store
1 parent dbf7305 commit 4a21c7c

20 files changed

+4
-1
lines changed

artwork/logo256.png

27.9 KB
Loading

artwork/screenshot.png

94.6 KB
Loading

build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
tsc
44

5+
rm -rf build
56
mkdir -p build
67

78
rollup ts-out/background.js --format iife --name 'background' --file build/background.js
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/_locales/it/messages.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Description of the extension."
55
},
66
"detailedDescription": {
7-
"message": "Normalmente Firefox tratta i file JSON (tipo di contenuto \"application/json\") semplicemente come file da salvare. L'estensione JSONView permette di visualizzare i file JSON nel browser (così come vengono mostrati i file XML). Il file JSON mostrato nel browser contiene formattazione ed evidenziature, ed array ed oggetti possono essere contratti. Anche quando i file JSON contengono errori, l'estensione JSONView ne mostra il testo senza formattazione\nUna volta installata JSONView, per vedere l'estensione in azione aprire il link http://jsonview.com/example.json",
7+
"message": "Normalmente Firefox tratta i file JSON (tipo di contenuto \"application/json\") semplicemente come file da salvare. L'estensione JSONView permette di visualizzare i file JSON nel browser (così come vengono mostrati i file XML). Il file JSON mostrato nel browser contiene formattazione ed evidenziature, ed array ed oggetti possono essere contratti. Anche quando i file JSON contengono errori, l'estensione JSONView ne mostra il testo senza formattazione.\nUna volta installata JSONView, per vedere l'estensione in azione aprire il link http://jsonview.com/example.json",
88
"description": "Longer description for the extension in the stores."
99
},
1010
"errorParsing": {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/icon256.png

8.71 KB
Loading

src/icon48.png

3.82 KB
Loading

src/icon64.png

2.79 KB
Loading

src/manifest.json

+2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"homepage_url": "https://jsonview.com/",
88
"icons": {
99
"32": "icon.png",
10+
"48": "icon48.png",
1011
"64": "icon64.png",
12+
"128": "icon128.png",
1113
"256": "icon256.png"
1214
},
1315
"background": {

0 commit comments

Comments
 (0)