Skip to content

Commit

Permalink
Migrate manifest to version 3 - fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
StegSchreck committed Aug 5, 2022
1 parent fdfb67e commit 4303ae5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 2,
"manifest_version": 3,

"name": "IS24 Price Per Area",
"version": "2.0",
"version": "3.0",
"description": "Show price per m² on the search result pages, the shortlist page, and the expose pages of ImmobilienScout24. Not affiliated with ImmobilienScout24.",
"author": "Sebastian Schreck",
"homepage_url": "https://github.com/StegSchreck/is24-price-per-area",
Expand All @@ -18,11 +18,10 @@
],

"background": {
"scripts": ["background.js"],
"persistent": false
"service_worker": "background.js"
},

"page_action": {
"action": {
"default_icon": {
"16": "images/icon_16.png",
"32": "images/icon_32.png",
Expand Down

0 comments on commit 4303ae5

Please sign in to comment.