Skip to content

Commit

Permalink
fix(manifest): set name to _Le Même en Mieux_ instead of _LMEM_
Browse files Browse the repository at this point in the history
  • Loading branch information
bmenant committed Sep 7, 2018
1 parent e73457b commit 727a7a9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion manifest/chromium.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export default Object.assign(
{},
base,
{
'name': 'LMEM',
'content_security_policy': csp({
'directives': {
'default-src': [
Expand Down
1 change: 0 additions & 1 deletion manifest/firefox.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export default Object.assign(
{},
base,
{
'name': 'LMEM',
'permissions': [
'storage',
'tabs',
Expand Down

0 comments on commit 727a7a9

Please sign in to comment.