Skip to content

Commit

Permalink
Rewrited manifest description
Browse files Browse the repository at this point in the history
  • Loading branch information
exdis committed Dec 12, 2018
1 parent e4bee06 commit 049578e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manifest.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
name: 'JsonDiscovery',
short_name: 'Json Tool', // eslint-disable-line camelcase
description: 'Extension for discovery json APIs and data',
description: 'Browser extension for viewing JSON documents and making reports on the fly.',
author: 'exdis',
manifest_version: 2, // eslint-disable-line camelcase
icons: { 16: 'icons/16.png', 128: 'icons/128.png' },
Expand Down

0 comments on commit 049578e

Please sign in to comment.