<?php

return [
    'name' => 'عقلسكيل',
    'short_name' => 'AqlSkill',
    'description' => 'منصة عقلسكيل التعليمية — aqlskill.com',
    'start_url' => '/',
    'scope' => '/',
    'display' => 'standalone',
    'orientation' => 'portrait-primary',
    'background_color' => '#131F24',
    'theme_color' => '#1CB0F6',
    'lang' => 'ar-EG',
    'dir' => 'rtl',
    'categories' => ['education', 'productivity'],
    'icons' => [
        [
            'src' => '/logo.png',
            'sizes' => '512x512',
            'type' => 'image/png',
            'purpose' => 'any maskable',
        ],
    ],
];
