fix: Source code link + Manifest.json update name

This commit is contained in:
2026-05-31 00:43:27 +05:30
parent f287df3872
commit 55454ed012
3 changed files with 8 additions and 4 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -1,5 +1,5 @@
{ {
"name": "Pascar Text Editor", "name": "Pascar",
"short_name": "Pascar", "short_name": "Pascar",
"start_url": "index.html", "start_url": "index.html",
"display": "standalone", "display": "standalone",
@@ -12,4 +12,4 @@
"type": "image/png" "type": "image/png"
} }
] ]
} }
+5 -1
View File
@@ -1311,6 +1311,9 @@
No server. No data sent anywhere.<br> No server. No data sent anywhere.<br>
Open &amp; save files via your local filesystem. Open &amp; save files via your local filesystem.
</div> </div>
<div style="font-size:14px;line-height:1.6;text-align:center;">
<a style="color:#295991;" href="https://github.com/potentzero/pascar" target="_blank">Source code</a>
by Nirmal Kumar R.
</div> </div>
<div class="dialog-buttons"><button class="btn primary" id="d-about-ok">OK</button></div> <div class="dialog-buttons"><button class="btn primary" id="d-about-ok">OK</button></div>
`, () => { `, () => {
@@ -1348,4 +1351,5 @@
})(); })();
</script> </script>
</body> </body>
</html> </html>