Skip to content

Commit

Permalink
fix(manifest): rename shortname to short_name
Browse files Browse the repository at this point in the history
  • Loading branch information
JalilArfaoui committed Jun 10, 2019
1 parent 1d5f196 commit ad67ec0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions manifest/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const version = require('../package.json').version;

module.exports = Object.freeze({
name: 'Le Même en Mieux',
short_name: 'LMEM',
description:
'Qualité, prix, éthique : s’il existe un meilleur choix, vous le saurez. ' +
'Gratuit et sans pub, respecte votre vie privée.',
Expand Down
1 change: 0 additions & 1 deletion manifest/firefox.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ const base = require('./base');

module.exports = {
...base,
shortname: 'LMEM',
permissions: ['storage', 'tabs', 'http://*/*', 'https://*/*']
};

0 comments on commit ad67ec0

Please sign in to comment.