Commit 0fc3c6c 1 parent 5b04949 commit 0fc3c6c Copy full SHA for 0fc3c6c
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"manifest_version" : 2 ,
3
- "name" : " Disengaged - an Attention Blocker" ,
3
+ "name" : " Disengaged - an Addiction Blocker" ,
4
4
"short_name" : " Disengaged" ,
5
- "version" : " 0.1.3 " ,
5
+ "version" : " 0.1.4 " ,
6
6
"description" : " The internet sux rn so I deleted the bad parts" ,
7
7
"homepage_url" : " https://github.com/a13o/disengaged" ,
8
8
"icons" : {
16
16
},
17
17
"browser_action" : {
18
18
"default_icon" : " icons/icon_48_on.png" ,
19
- "default_title" : " Disengaged - Attention Blocker "
19
+ "default_title" : " Disengaged"
20
20
},
21
21
"background" : {
22
22
"scripts" : [" src/background.js" ]
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ function updateIcon () {
81
81
path : isEnabled ? 'icons/icon_48_on.png' : 'icons/icon_48_off.png'
82
82
} )
83
83
browser . browserAction . setTitle ( {
84
- title : `Disengaged - Attention Blocker (${ isEnabled ? 'on' : 'off' } )`
84
+ title : `Disengaged (${ isEnabled ? 'on' : 'off' } )`
85
85
} )
86
86
}
87
87
You can’t perform that action at this time.
0 commit comments