We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e4870 commit 902fbb9Copy full SHA for 902fbb9
popup.js
@@ -1,11 +1,10 @@
1
document.addEventListener("DOMContentLoaded", () => {
2
document.querySelector("button").addEventListener("click", () => {
3
- let options = {
+ chrome.notifications.create({
4
type: "basic",
5
title: "x neue Anzeigen!",
6
message: "auf ImmoScout24",
7
iconUrl: "icon-48.png",
8
- };
9
- chrome.notifications.create(options);
+ });
10
});
11
0 commit comments