This commit is contained in:
Lauchmelder 2022-03-20 01:04:40 +01:00
parent f7661a839d
commit 0a69f12cb7
No known key found for this signature in database
GPG key ID: C2403C69D78F011D

View file

@ -1,7 +1,7 @@
{
"name": "FuriKani",
"description": "Removes furigana on websites based on your WaniKani level",
"version": "0.3",
"version": "0.4",
"manifest_version": 3,
"action": {
"default_popup": "popup.html"
@ -12,5 +12,8 @@
"js": ["content.js"]
}
],
"background": {
"service_worker": "background.js"
},
"permissions": ["storage"]
}