Skip to content

Commit

Permalink
Merge pull request #15 from jkueh/test-mozilla-uuid
Browse files Browse the repository at this point in the history
Resolving incorrect Firefox UUID field
  • Loading branch information
jkueh committed May 5, 2024
2 parents 8cd0376 + 8978416 commit 50201ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Jordan Kueh",
"homepage_url": "https://github.com/jkueh/aws-rolex",
"name": "AWS RolEx",
"version": "1.2.2",
"version": "1.2.3",
"description": "A handy extension that adds a search bar to the AWS role selection page. Log in without leaving the keyboard!",
"manifest_version": 3,
"permissions": [
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"browser_specific_settings": {
"gecko": {
"id": "aws-rolex@addons.mozilla.org"
"id": "{75a0b0c5-4107-4731-a745-aa3d305a3934}"
}
}
}

0 comments on commit 50201ea

Please sign in to comment.