From f0a92e8534ff6c67e744067fb6d80868a8ed91ed Mon Sep 17 00:00:00 2001 From: numex-admin Date: Wed, 9 Sep 2026 22:39:42 +0000 Subject: [PATCH] =?UTF-8?q?Numex=20yay=C4=B1n:=20manifest.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 manifest.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..6fd3705 --- /dev/null +++ b/manifest.json @@ -0,0 +1,13 @@ +{ + "manifest_version": 3, + "name": "Süper Racing - Araba Yarışı Oyunu", + "version": "2.0.0", + "description": "Çok bölümlü, garaj yükseltme mağazalı ve aksiyon dolu süper otoban araba yarışı oyunu.", + "action": { + "default_popup": "index.html", + "default_title": "Süper Racing Oyna" + }, + "permissions": [ + "storage" + ] +}