Skip to content

Commit

Permalink
Add shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
mnett0 committed Aug 29, 2020
1 parent 6a98cde commit 35bc281
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 1,7 @@
{
"manifest_version": 2,
"name": "URLite",
"version": "0.2.6",
"version": "0.2.7",
"description": "To reduce your too long url ",
"permissions": ["activeTab", "clipboardWrite", "https://urlite.cc/*"],
"browser_action": {
Expand All @@ -19,5 19,15 @@
"48": "images/favicon-48x48.png",
"96": "images/favicon-96x96.png",
"128": "images/favicon-128x128.png"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"windows": "Ctrl Shift U",
"mac": "Alt Shift U",
"chromeos": "Ctrl Shift U",
"linux": "Ctrl Shift U"
}
}
}
}
2 changes: 1 addition & 1 deletion popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 29,7 @@

<footer>
<div class="text-center">
<p class="text-tiny">URLite v0.2.6 - by <a class="text-primary" href="https://github.com/SamuelBagattin"
<p class="text-tiny">URLite v0.2.7 - by <a class="text-primary" href="https://github.com/SamuelBagattin"
target="_blank">Samuel</a> &
<a class="text-primary" href="https://github.com/mnett0" target="_blank">Médéric</a></p>
</div>
Expand Down

0 comments on commit 35bc281

Please sign in to comment.