Skip to content

Commit

Permalink
Update id
Browse files Browse the repository at this point in the history
  • Loading branch information
hokkaydo committed Jan 12, 2023
1 parent e36b693 commit 20bfa83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
{
"name": "MoodleCustomizer",
"version": "1.1.1",
"manifest_version": 3,
"manifest_version": 2,
"browser_specific_settings": {
"gecko": {
"id": "34ba4e89-9b36-487b-8866-a27b304f3db6"
"id": "{34ba4e89-9b36-487b-8866-a27b304f3db6}"
}
},
"author": "Hokkaydo",
"permissions": [
"activeTab",
"storage"
],
"host_permissions": [
"storage",
"*://*/*"
],
"description": "Improve Moodle global experience.",
Expand All @@ -26,7 +24,7 @@
]
}
],
"action": {
"browser_action": {
"default_icon": {
"48": "icons/logo.png"
},
Expand Down
Binary file modified Firefox/moodlecustomizer-1.1.1.zip
Binary file not shown.

0 comments on commit 20bfa83

Please sign in to comment.