Skip to content

Commit f2e9fba

Browse files
authored
Merge pull request #2 from maxtheaxe/update-alarm-interval
Update alarm interval
2 parents 54a1fd4 + b56abc4 commit f2e9fba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "under-new-management",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Early warning system for acquired extensions",
55
"scripts": {
66
"start": "parcel watch src/manifest.json --host localhost --config @parcel/config-webextension",

src/consts.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ export const PREVIOUS_API_DATA_KEY = "PREVIOUS_API_DATA_KEY";
22
export const CHANGELOG_KEY = "CHANGELOG_KEY";
33
export const LAST_CHECK_KEY = "LAST_CHECK_KEY";
44

5-
export const ALARM_INTERVAL_MIN = 5;
5+
export const ALARM_INTERVAL_MIN = 60;
66

77
export const RED_BADGE_COLOR = "#e81313";

src/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Under New Management",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Detect when your installed browser extensions have changed owners.",
55
"manifest_version": 2,
66
"background": {

0 commit comments

Comments
 (0)