From fd1cd77fb908dce2d529c0351d5adbb19043df8c Mon Sep 17 00:00:00 2001 From: Thiago Brasil Date: Sun, 30 Oct 2022 19:58:35 -0300 Subject: [PATCH] feat(index): add jair embora (#25) * feat(index): add jair embora * feat(manifest): atualiza versao --- index.js | 1 + manifest.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 23df72f..24d982b 100644 --- a/index.js +++ b/index.js @@ -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)], diff --git a/manifest.json b/manifest.json index d36ee4f..6fcbddf 100644 --- a/manifest.json +++ b/manifest.json @@ -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": [""], "content_scripts": [ {