<?php

return [
    'name' => 'ثاقب',
    'short_name' => 'Thaqib',
    'description' => 'منصة ثاقب التعليمية الذكية — thaqib-learn.com',
    'start_url' => '/',
    'scope' => '/',
    'display' => 'standalone',
    'orientation' => 'portrait-primary',
    'background_color' => '#020c1f',
    'theme_color' => '#0078ff',
    'lang' => 'ar-SA',
    'dir' => 'rtl',
    'categories' => ['education', 'productivity'],
    'icons' => [
        [
            'src' => '/logo.png',
            'sizes' => '512x512',
            'type' => 'image/png',
            'purpose' => 'any maskable',
        ],
    ],
];
