Skip to content

Commit

Permalink
feat(index): add inelegível (#26)
Browse files Browse the repository at this point in the history
* Update index.js

* Update manifest.json
  • Loading branch information
tchaguitos committed Jun 30, 2023
1 parent fd1cd77 commit f6211ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ const names = ['Bolsonaro','Bolsomito'],
'Tchutchuca do centrão',
'Broxonaro',
'Maçonaro',
'Embora'
'Embora',
'Inelegível'
],
getRandomPosition = array => Math.floor(Math.random() * array.length),
getRandomNickname = array => array[getRandomPosition(array)],
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Bolsonaro replace",
"short_name": "bolsonaro-replace",
"description": "Extensão que substitui Bolsonaro por apelidos dados pela internet.",
"version": "1.0.5",
"version": "1.0.6",
"permissions": ["<all_urls>"],
"content_scripts": [
{
Expand Down

1 comment on commit f6211ab

@grippado
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nunca errou!! <3

Please sign in to comment.