Skip to content

Commit

Permalink
update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
StegSchreck committed Feb 8, 2020
1 parent 3f7dc4e commit 0ea7712
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,20 @@
"name": "IS24 Price Per Area",
"version": "1.1",
"description": "Show price per m² on the search result page and shortlist page of ImmobilienScout24. Not affiliated with ImmobilienScout24.",
"author": "Sebastian Schreck",
"homepage_url": "https://github.com/StegSchreck/is24-price-per-area",
"icons": {
"16": "images/icon_16.png",
"32": "images/icon_32.png",
"48": "images/icon_48.png",
"128": "images/icon_128.png"
},

"content_scripts": [
{
"matches": ["https://*.immobilienscout24.de/*"],
"run_at": "document_end",
"js": ["contentScript.js"]
}
],
"icons": {
"16": "images/icon_16.png",
"32": "images/icon_32.png",
"48": "images/icon_48.png",
"128": "images/icon_128.png"
}
]
}

0 comments on commit 0ea7712

Please sign in to comment.