File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " under-new-management" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.0.2 " ,
4
4
"description" : " Early warning system for acquired extensions" ,
5
5
"scripts" : {
6
6
"start" : " parcel watch src/manifest.json --host localhost --config @parcel/config-webextension" ,
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ export const PREVIOUS_API_DATA_KEY = "PREVIOUS_API_DATA_KEY";
2
2
export const CHANGELOG_KEY = "CHANGELOG_KEY" ;
3
3
export const LAST_CHECK_KEY = "LAST_CHECK_KEY" ;
4
4
5
- export const ALARM_INTERVAL_MIN = 5 ;
5
+ export const ALARM_INTERVAL_MIN = 60 ;
6
6
7
7
export const RED_BADGE_COLOR = "#e81313" ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Under New Management" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.0.2 " ,
4
4
"description" : " Detect when your installed browser extensions have changed owners." ,
5
5
"manifest_version" : 2 ,
6
6
"background" : {
You can’t perform that action at this time.
0 commit comments