Skip to content

Commit

Permalink
feat(index): add jair embora (#25)
Browse files Browse the repository at this point in the history
* feat(index): add jair embora

* feat(manifest): atualiza versao
  • Loading branch information
tchaguitos committed Oct 30, 2022
1 parent a795dbb commit fd1cd77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const names = ['Bolsonaro','Bolsomito'],
'Tchutchuca do centrão',
'Broxonaro',
'Maçonaro',
'Embora'
],
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.4",
"version": "1.0.5",
"permissions": ["<all_urls>"],
"content_scripts": [
{
Expand Down

0 comments on commit fd1cd77

Please sign in to comment.