Skip to content
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.

Commit

Permalink
Reduce omnibox keyword from short to s, rename omnibox display name f…
Browse files Browse the repository at this point in the history
…rom Short Ext to Short, and update description
  • Loading branch information
coderworld10 committed Aug 25, 2019
1 parent 7981890 commit 3bc1d02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -16,7 +16,7 @@
"webRequestBlocking"
],
"omnibox": {
"keyword" : "short"
"keyword" : "s"
},
"icons": {
"16": "icons/logo-16.png",
Expand Down

0 comments on commit 3bc1d02

Please sign in to comment.