Skip to content

Commit 923513a

Browse files
authored
Merge pull request #2 from allen-cook/master
Add better text messages
2 parents af9d492 + 205c724 commit 923513a

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

app/scripts.babel/background.js

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ chrome.runtime.onInstalled.addListener(details => {
44
console.log('previousVersion', details.previousVersion)
55
})
66

7-
const messages = ['Yo! Watch it on the tabs will ya?!',
8-
'Easy on the tabs, man.',
9-
'Sometimes you get the tab, sometimes the tab gets you.',
10-
'Oh so many tabs. So many.',
11-
'Stop. Stop this tabuse.',
12-
'Seriously?! Another tab?',
13-
'So this is your plan? Another tab. Great.',
14-
'Too much tabs!']
7+
const messages = ['Everything is going great!',
8+
'Don\'t worry about it',
9+
'Tabs are a great feature of modern browsers',
10+
'More tabs are always better',
11+
'Let\'s open another tab with pictures of puppies',
12+
'You are doing great',
13+
'More tabs, awesome!']
1514

1615
const getMessage = () => {
1716
return messages[Math.floor(Math.random() * messages.length)]

0 commit comments

Comments
 (0)