fix: TLD from .ORG to .COM

This commit is contained in:
Karol Sójko
2021-08-31 10:13:52 +02:00
parent 6408941c07
commit f80dc08058
6 changed files with 10 additions and 10 deletions

View File

@@ -2,9 +2,9 @@
"app": {
"launch": {
"urls": [
"https://app.standardnotes.org/"
"https://app.standardnotes.com/"
],
"web_url": "https://app.standardnotes.org",
"web_url": "https://app.standardnotes.com",
"container": "tab"
}
},
@@ -22,4 +22,4 @@
"description": "A Simple And Private Notes App",
"version": "1.0",
"manifest_version": 2
}
}