1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2024-11-23 19:59:26 +01:00
ntfy/extension/manifest.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
375 B
JSON
Raw Normal View History

2023-10-01 19:38:59 +02:00
{
"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"
}
}