diff --git a/manifest/manifest.json b/manifest/manifest.json
index 7f60599f..c25f2275 100644
--- a/manifest/manifest.json
+++ b/manifest/manifest.json
@@ -46,7 +46,6 @@
],
"permissions": [
"storage",
- "notifications",
"https://sponsor.ajay.app/*"
],
"optional_permissions": [
diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json
index 5f92d260..d631d2cc 100644
--- a/public/_locales/en/messages.json
+++ b/public/_locales/en/messages.json
@@ -97,9 +97,6 @@
"wantToSubmit": {
"message": "Do you want to submit for video id"
},
- "leftTimes": {
- "message": "You seem to have left some segments unsubmitted. Go back to that page to submit them (they are not deleted)."
- },
"clearTimes": {
"message": "Clear Segments"
},
@@ -235,6 +232,9 @@
"message": "If you still don't like it, hit the never show button.",
"description": "The second line of the message displayed after the notice was upgraded."
},
+ "setSkipShortcut": {
+ "message": "Set key for skipping a segment"
+ },
"setStartSponsorShortcut": {
"message": "Set key for start segment keybind"
},
@@ -631,12 +631,6 @@
"categoryUpdate2": {
"message": "Open the options to skip intros, outros, merch, etc."
},
- "unsubmittedWarning": {
- "message": "Unsubmitted Segments Notification"
- },
- "unsubmittedWarningDescription": {
- "message": "Send a notification when you leave a video with segments that are not uploaded"
- },
"help": {
"message": "Help"
}
diff --git a/public/options/options.html b/public/options/options.html
index 04620a9e..5907c07b 100644
--- a/public/options/options.html
+++ b/public/options/options.html
@@ -81,6 +81,27 @@
+
+
+
+