Skip to content

Commit

Permalink
Updates for chrome store
Browse files Browse the repository at this point in the history
  • Loading branch information
bhollis committed May 13, 2018
1 parent dbf7305 commit 4a21c7c
Show file tree
Hide file tree
Showing 20 changed files with 4 additions and 1 deletion.
Binary file added artwork/logo256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added artwork/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

tsc

rm -rf build
mkdir -p build

rollup ts-out/background.js --format iife --name 'background' --file build/background.js
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/_locales/it/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Description of the extension."
},
"detailedDescription": {
"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",
"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",
"description": "Longer description for the extension in the stores."
},
"errorParsing": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file modified src/icon256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/icon48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/icon64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"homepage_url": "https://jsonview.com/",
"icons": {
"32": "icon.png",
"48": "icon48.png",
"64": "icon64.png",
"128": "icon128.png",
"256": "icon256.png"
},
"background": {
Expand Down

0 comments on commit 4a21c7c

Please sign in to comment.