From 168b72bdea1ddf55e98098c0a3413cb1050bc4ba Mon Sep 17 00:00:00 2001 From: iw0 Date: Wed, 1 May 2024 16:29:21 +0200 Subject: [PATCH] 0.3.0 --- changelog.htm | 11 ++++++++++- manifest.json | 8 +++++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/changelog.htm b/changelog.htm index b5a3849..c34aad7 100644 --- a/changelog.htm +++ b/changelog.htm @@ -1,15 +1,24 @@ + BC100 Autofill :: Changelog +

BC100 Autofill has been updated

New feature since v0.2.1:

+ \ No newline at end of file diff --git a/manifest.json b/manifest.json index 99ee3dc..2153386 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "BC100 Autofill", "description": "Autofills your BahnCard 100 number and birthday into the passenger rights claim form.", - "version": "0.2.1", + "version": "0.3.0", "icons": { "48": "icons/icon.png", "96": "icons/icon@2x.png" @@ -42,5 +42,11 @@ "gecko_android": { "strict_min_version": "113.0" } + }, + "background": { + "scripts": [ + "bg.js" + ], + "persistent": false } } \ No newline at end of file