diff --git a/icons/icon.png b/icons/icon.png index 063cfa8..c89d042 100644 Binary files a/icons/icon.png and b/icons/icon.png differ diff --git a/icons/icon@2x.png b/icons/icon@2x.png new file mode 100644 index 0000000..3bfa266 Binary files /dev/null and b/icons/icon@2x.png differ diff --git a/icons/icon_edit.svg b/icons/icon_edit.svg new file mode 100644 index 0000000..00c56d1 --- /dev/null +++ b/icons/icon_edit.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + diff --git a/manifest.json b/manifest.json index ddb65c7..99ee3dc 100644 --- a/manifest.json +++ b/manifest.json @@ -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": [ { diff --git a/web-ext-config.js b/web-ext-config.js index 394fcbc..770528e 100644 --- a/web-ext-config.js +++ b/web-ext-config.js @@ -3,7 +3,9 @@ module.exports = { "README.md", "package.json", "web-ext-config.js", - ".DS_Store" + ".DS_Store", + "package-lock.json", + "icons/*.svg" ], run: { devtools: true,