icon & exclude package-lock.json

This commit is contained in:
iw0
2024-04-11 11:26:23 +02:00
parent 61c0dbdf01
commit cc7a1ceda5
5 changed files with 83 additions and 3 deletions

View File

@@ -2,9 +2,10 @@
"manifest_version": 2,
"name": "BC100 Autofill",
"description": "Autofills your BahnCard 100 number and birthday into the passenger rights claim form.",
"version": "0.2.0",
"version": "0.2.1",
"icons": {
"64": "icons/icon.png"
"48": "icons/icon.png",
"96": "icons/icon@2x.png"
},
"content_scripts": [
{