From 3bc1d02cff97f2fc2620367f1d40539f285fe3a0 Mon Sep 17 00:00:00 2001 From: Harry Liu Date: Sun, 25 Aug 2019 08:48:23 -0700 Subject: [PATCH] Reduce omnibox keyword from short to s, rename omnibox display name from Short Ext to Short, and update description --- manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index fee8cce..1edb62d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "name": "Short", - "short_name": "Short Ext", - "version": "0.0.3", - "description": "Short allows you to visit short links using prefix s/ instead of https://s.time4hacks.com/r/", + "short_name": "Short", + "version": "0.0.4", + "description": "Visit short links with less typing", "manifest_version": 2, "background": { "scripts": [ @@ -16,7 +16,7 @@ "webRequestBlocking" ], "omnibox": { - "keyword" : "short" + "keyword" : "s" }, "icons": { "16": "icons/logo-16.png",