diff --git a/extension/icons/ntfy-192.png b/extension/icons/ntfy-192.png new file mode 100644 index 00000000..8aaebcc4 Binary files /dev/null and b/extension/icons/ntfy-192.png differ diff --git a/extension/manifest.json b/extension/manifest.json new file mode 100644 index 00000000..13563fd4 --- /dev/null +++ b/extension/manifest.json @@ -0,0 +1,17 @@ +{ + "manifest_version": 3, + "name": "ntfy", + "version": "0.0.1", + + "description": "Simple extension to display the ntfy app as a browser action popup.", + "homepage_url": "https://ntfy.sh/", + "icons": { + "192": "icons/ntfy-192.png" + }, + + "action": { + "default_icon": "icons/ntfy-192.png", + "default_title": "ntfy", + "default_popup": "popup/ntfy.html" + } +} diff --git a/extension/popup/ntfy.html b/extension/popup/ntfy.html new file mode 100644 index 00000000..bff3d4d6 --- /dev/null +++ b/extension/popup/ntfy.html @@ -0,0 +1,25 @@ + + + + + + + + + +