Skip to content

Commit

Permalink
updated to v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomo0611 committed May 7, 2024
1 parent 5c4f14c commit 274b798
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
1 change: 1 addition & 0 deletions _locales/ja/messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
22 changes: 9 additions & 13 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "Moodle Plus",
"version": "0.1",
"version": "1.1",
"manifest_version": 3,
"default_locale": "ja",
"description": "Moodleにちょっとした機能を追加します!",
"author": "[email protected]",
"browser_specific_settings": {
"gecko": {
"id": "moodleplus@tomo0611"
}
"icons": {
"16": "./icons/icon16.png",
"32": "./icons/icon32.png",
"48": "./icons/icon48.png",
"128": "./icons/icon128.png"
},
"author": "[email protected]",
"content_scripts": [
{
"matches": [
Expand All @@ -22,11 +24,5 @@
"./styles/main.css"
]
}
],
"icons": {
"16": "./icons/icon16.png",
"32": "./icons/icon32.png",
"48": "./icons/icon48.png",
"128": "./icons/icon128.png"
}
]
}

0 comments on commit 274b798

Please sign in to comment.