Skip to content

Commit

Permalink
bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
selleronom committed Feb 13, 2022
1 parent 95c76ed commit 43759ff
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
{
"manifest_version": 2,
"name": "PrecisionTouchPadSwipe",
"version": "1.2.1",
"version": "1.3.0",
"description": "Enables two-finger swipe (backwards/forwards) in Firefox for Precision Touchpads. ",
"icons": {
"48": "icons/icon.png",
"96": "icons/icon@2x.png"
},
"homepage_url": "https://github.com/selleronom/PrecisionTouchPadSwipe",
"content_scripts": [{
"matches": [
"<all_urls>"
],
"js": [
"swipe.js"
]
}],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"swipe.js"
]
}
],
"background": {
"scripts": [
"background-script.js"
Expand Down

0 comments on commit 43759ff

Please sign in to comment.