hiz-yarisi/manifest.json

14 lines
353 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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