Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html lang="el">
<!-- Βάλε ακριβώς πριν το </head> -->
<link rel="manifest" href="data:application/manifest+json,{
&quot;name&quot;: &quot;Παιχνίδι Λέξεων&quot;,
&quot;short_name&quot;: &quot;Λέξεις&quot;,
&quot;start_url&quot;: &quot;.&quot;,
&quot;display&quot;: &quot;standalone&quot;,
&quot;background_color&quot;: &quot;#ff9a9e&quot;,
&quot;theme_color&quot;: &quot;#4ecdc4&quot;,