Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
v1.1.1
  • Loading branch information
arbadacarbaYK authored Jan 3, 2025
1 parent a7d9570 commit ef58d8e
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"manifest_version": 3,
"name": "Tides",
"version": "1.1.1",
"description": "A Nostr Messenger For Your Chromium Browser",
"permissions": [
"storage",
"notifications"
],
"host_permissions": [
"*://*/*",
"https://*.twitch.tv/*"
],
"background": {
"service_worker": "background-wrapper.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons/Logo.png",
"48": "icons/Logo.png",
"128": "icons/Logo.png"
}
},
"icons": {
"16": "icons/Logo.png",
"48": "icons/Logo.png",
"128": "icons/Logo.png"
},
"web_accessible_resources": [{
"resources": ["sounds/*", "icons/*", "lib/*"],
"matches": ["<all_urls>"]
}],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; frame-src https://www.youtube.com https://youtube.com https://*.twitter.com https://*.x.com https://*.instagram.com https://*.tiktok.com https://player.twitch.tv https://embed.twitch.tv https://*.twitch.tv https://radio.noderunners.org"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tides",
"version": "1.0.1",
"version": "1.1.1",
"description": "A Nostr-based Messenger",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit ef58d8e

Please sign in to comment.