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

Commit

Permalink
Merge pull request #3 from byliuyang/shrink-omnibox-keyword
Browse files Browse the repository at this point in the history
Reduce omnibox keyword, rename omnibox display name and update description
  • Loading branch information
fxnoob authored Aug 25, 2019
2 parents bc45048 + 3bc1d02 commit 1c24658
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 1c24658

Please sign in to comment.