aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2023-08-26 15:22:09 +1000
committerYuchen Pei <id@ypei.org>2023-09-09 14:31:52 +1000
commit34e527313edbcc7d41afa4f2992cfb4fc10ba81c (patch)
tree9052f388ff6f99ccace115bb009e38537515402f /manifest.json
parentb48f2c46114e1e5e997b0e58e4402699686bd540 (diff)
Add extension preferences to Redirector.HEADmaster
A set of preloaded redirects. Caveat: still need to open the redirect tab before the redirection is in effect.
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json
index 19b88bb..835d676 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Redirector",
"description": "Automatically redirect content based on user-defined rules.",
- "version": "3.5.4",
+ "version": "3.5.4-custom",
"icons": {
"16": "images/icon-light-theme-16.png",
"19": "images/icon-light-theme-19.png",
@@ -89,4 +89,4 @@
}
]
}
-} \ No newline at end of file
+}