Numex yayın: manifest.json

This commit is contained in:
numex-admin 2026-09-09 22:39:42 +00:00
parent bee944c863
commit f0a92e8534

13
manifest.json Normal file
View File

@ -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"
]
}