-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix sticky scroll styling - Fix broken settings - Bump version to 1.14.0
- Loading branch information
1 parent
a0a4377
commit 037aa99
Showing
4 changed files
with
34 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "redmine-time-tracking", | ||
"description": "Redmine Time Tracking", | ||
"version": "1.14.0", | ||
"version": "1.14.1", | ||
"author": { | ||
"name": "CrawlerCode", | ||
"email": "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,32 @@ | ||
{ | ||
"manifest_version": 3, | ||
"version": "1.14.0", | ||
"name": "__MSG_extName__", | ||
"description": "__MSG_extDesc__", | ||
"default_locale": "en", | ||
"icons": { | ||
"16": "logo16.png", | ||
"48": "logo48.png", | ||
"128": "logo128.png" | ||
}, | ||
"author": "[email protected]", | ||
"homepage_url": "https://github.com/CrawlerCode/redmine-time-tracking", | ||
"action": { | ||
"default_title": "__MSG_extName__", | ||
"default_popup": "index.html?location=popup" | ||
}, | ||
"options_ui": { | ||
"page": "index.html?location=options#/settings", | ||
"open_in_tab": false | ||
}, | ||
"background": { | ||
"service_worker": "background.js" | ||
}, | ||
"permissions": ["storage"], | ||
"host_permissions": ["http://*/*", "https://*/*"] | ||
} | ||
"manifest_version": 3, | ||
"version": "1.14.1", | ||
"name": "__MSG_extName__", | ||
"description": "__MSG_extDesc__", | ||
"default_locale": "en", | ||
"icons": { | ||
"16": "logo16.png", | ||
"48": "logo48.png", | ||
"128": "logo128.png" | ||
}, | ||
"author": "[email protected]", | ||
"homepage_url": "https://github.com/CrawlerCode/redmine-time-tracking", | ||
"action": { | ||
"default_title": "__MSG_extName__", | ||
"default_popup": "index.html?location=popup" | ||
}, | ||
"options_ui": { | ||
"page": "index.html?location=options#/settings", | ||
"open_in_tab": false | ||
}, | ||
"background": { | ||
"service_worker": "background.js" | ||
}, | ||
"permissions": [ | ||
"storage" | ||
], | ||
"host_permissions": [ | ||
"http://*/*", | ||
"https://*/*" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters