{
    "schema": 1,
    "files": [
        ".env.example",
        ".htaccess",
        "CHANGELOG.md",
        "CONTRIBUTING.md",
        "LICENSE",
        "README.md",
        "RELEASE-CHECKLIST.md",
        "SECURITY.md",
        "VERSION",
        "admin/.htaccess",
        "admin/AdminAccess.php",
        "admin/index.php",
        "api/v1/index.php",
        "app/Admin/AdminDashboardService.php",
        "app/Admin/AdminPagination.php",
        "app/Admin/AdminRepository.php",
        "app/Admin/EditorialSeedService.php",
        "app/Admin/SeedImportService.php",
        "app/Ads/AdCreativeRepository.php",
        "app/Ads/AdPlacementService.php",
        "app/Audit/AuditLogger.php",
        "app/Auth/ApiTokenService.php",
        "app/Auth/AuthService.php",
        "app/Community/CommentService.php",
        "app/Community/ContentFingerprintService.php",
        "app/Community/FollowService.php",
        "app/Community/HomeFeedService.php",
        "app/Community/PostingPolicyService.php",
        "app/Community/SpamAssessment.php",
        "app/Community/SpamRiskService.php",
        "app/Contact/ContactService.php",
        "app/Content/RichTextFormatter.php",
        "app/Database/Connection.php",
        "app/Database/DatabaseUpgradeService.php",
        "app/Database/Migrator.php",
        "app/Database/SchemaHealthService.php",
        "app/Http/ApiMutationController.php",
        "app/Http/ApiRouter.php",
        "app/Http/JsonResponse.php",
        "app/Http/QuestionApiController.php",
        "app/Http/QuestionSerializer.php",
        "app/Languages/LanguageManagementService.php",
        "app/Languages/LanguageRepository.php",
        "app/Mailer/EmailMessage.php",
        "app/Mailer/MailerFactory.php",
        "app/Mailer/MailerInterface.php",
        "app/Mailer/NullMailer.php",
        "app/Mailer/PhpMailMailer.php",
        "app/Mailer/SmtpDiagnosticService.php",
        "app/Mailer/SmtpMailer.php",
        "app/Media/ImageUploadService.php",
        "app/Notifications/NotificationChannelRegistry.php",
        "app/Notifications/NotificationService.php",
        "app/Questions/AnswerService.php",
        "app/Questions/DuplicateDetectionService.php",
        "app/Questions/QuestionService.php",
        "app/Questions/SearchService.php",
        "app/Questions/VoteService.php",
        "app/Security/ChallengeService.php",
        "app/Security/CsrfService.php",
        "app/Security/FormBotGuard.php",
        "app/Security/HtmlSanitizer.php",
        "app/Security/RateLimitService.php",
        "app/Security/UrlPolicy.php",
        "app/Seo/CanonicalPolicy.php",
        "app/Seo/ProfileIndexPolicy.php",
        "app/Seo/SeoBuilder.php",
        "app/Seo/SitemapService.php",
        "app/Seo/SitemapXmlRenderer.php",
        "app/Settings/SettingsRepository.php",
        "app/Slug/Slugger.php",
        "app/Support/CoreHooks.php",
        "app/Support/CustomCodeService.php",
        "app/Support/FileLogger.php",
        "app/Support/Hooks.php",
        "app/Support/LocaleContext.php",
        "app/Support/PublicPageType.php",
        "app/Support/ReleaseManifest.php",
        "app/Support/TextNormalizer.php",
        "app/Support/TranslatableException.php",
        "app/Support/Translator.php",
        "app/System/DiagnosticService.php",
        "app/Taxonomy/TagCreationService.php",
        "app/Taxonomy/TaxonomyService.php",
        "app/Theme/LayoutPresetService.php",
        "app/Theme/MenuRepository.php",
        "app/Theme/ThemeAppearanceService.php",
        "app/Theme/ThemeManager.php",
        "app/Theme/ThemePackageService.php",
        "app/Theme/ThemePresetService.php",
        "app/Theme/ThemeProfilePackageService.php",
        "app/Theme/ThemeProfileRepository.php",
        "app/Theme/ThemeProfileService.php",
        "app/Theme/ThemeTokenService.php",
        "app/Topics/TopicRepository.php",
        "app/Topics/TopicService.php",
        "app/Users/ProfileService.php",
        "app/Users/TrustService.php",
        "app/Web/Session.php",
        "app/Widgets/PublicWidgetRenderer.php",
        "app/Widgets/WidgetRegistry.php",
        "app/bootstrap.php",
        "app/views/ask.php",
        "app/views/auth/api-tokens.php",
        "app/views/auth/forgot.php",
        "app/views/auth/login.php",
        "app/views/auth/message.php",
        "app/views/auth/profile.php",
        "app/views/auth/register.php",
        "app/views/auth/resend.php",
        "app/views/auth/reset.php",
        "app/views/contact.php",
        "app/views/errors/404.php",
        "app/views/errors/405.php",
        "app/views/helpers.php",
        "app/views/home.php",
        "app/views/layouts/app.php",
        "app/views/notifications.php",
        "app/views/question.php",
        "app/views/search.php",
        "app/views/taxonomy.php",
        "app/views/topic.php",
        "app/views/topics.php",
        "app/views/user-profile.php",
        "bin/admin-smoke.php",
        "bin/doctor.php",
        "bin/fetch-fonts.php",
        "bin/inspect.php",
        "bin/migrate.php",
        "bin/package.php",
        "bin/run-all-tests.php",
        "config/database.local.example.php",
        "config/database.php",
        "config/release-inventory.json",
        "config/site.local.example.php",
        "config/site.php",
        "database/migrations/001_create_users_categories_tags.sql",
        "database/migrations/002_create_questions_answers.sql",
        "database/migrations/003_add_question_best_answer_fk.sql",
        "database/migrations/004_create_content_tables.sql",
        "database/migrations/005_create_auth_settings_rate_limits.sql",
        "database/migrations/006_create_layouts_widgets.sql",
        "database/migrations/007_fix_question_moderation_default.sql",
        "database/migrations/008_add_user_profile_fields.sql",
        "database/migrations/009_update_users_role_default.sql",
        "database/migrations/010_add_question_moderation_columns.sql",
        "database/migrations/011_add_question_seo_fields.sql",
        "database/migrations/012_create_language_management.sql",
        "database/migrations/013_create_notifications_contact_settings.sql",
        "database/migrations/014_create_mail_settings.sql",
        "database/migrations/015_create_core_qa_plus.sql",
        "database/migrations/016_add_user_public_profiles.sql",
        "database/migrations/017_add_taxonomy_seo_and_synonyms.sql",
        "database/migrations/018_create_audit_moderation.sql",
        "database/migrations/019_locale_scoped_tag_names.sql",
        "database/migrations/020_backfill_public_usernames.sql",
        "database/migrations/021_seed_homepage_community_widgets.sql",
        "database/migrations/022_seed_homepage_ad_widget.sql",
        "database/migrations/023_language_mode_layout_status_and_indexes.sql",
        "database/migrations/024_add_report_moderator_notes.sql",
        "database/migrations/025_create_custom_code.sql",
        "database/migrations/026_theme_sections_and_menus.sql",
        "database/migrations/027_custom_code_scoping.sql",
        "database/migrations/028_create_ad_creatives.sql",
        "database/migrations/029_remove_legacy_ad_settings.sql",
        "database/migrations/030_seed_default_layout.sql",
        "database/migrations/031_create_widget_translations.sql",
        "database/migrations/032_add_user_auth_version.sql",
        "database/migrations/033_create_topics.sql",
        "database/migrations/034_seed_primary_navigation_menu_items.sql",
        "database/migrations/035_create_topic_follows.sql",
        "database/migrations/036_add_user_trust_and_account_type.sql",
        "database/migrations/037_create_theme_profiles.sql",
        "docs/01-getting-started/BACKUP-RESTORE.md",
        "docs/01-getting-started/FIRST-RUN.md",
        "docs/01-getting-started/INSTALLATION.md",
        "docs/01-getting-started/UPGRADE.md",
        "docs/02-administration/ADMIN-OVERVIEW.md",
        "docs/02-administration/ADS-CUSTOM-CODE.md",
        "docs/02-administration/CATEGORIES-TAGS.md",
        "docs/02-administration/EDITORIAL-SEED.md",
        "docs/02-administration/MENUS-WIDGETS.md",
        "docs/02-administration/MODERATION.md",
        "docs/02-administration/QUESTIONS-ANSWERS.md",
        "docs/02-administration/TOPICS-DISCUSSIONS.md",
        "docs/02-administration/USERS-ROLES.md",
        "docs/03-configuration/ANTI-SPAM.md",
        "docs/03-configuration/LANGUAGES-RTL.md",
        "docs/03-configuration/SECURITY.md",
        "docs/03-configuration/SEO.md",
        "docs/03-configuration/SITE-SETTINGS.md",
        "docs/03-configuration/SMTP-EMAIL.md",
        "docs/03-configuration/TELEGRAM.md",
        "docs/04-themes/APPEARANCE-TOKENS.md",
        "docs/04-themes/BUILDING-A-THEME.md",
        "docs/04-themes/TEMPLATE-OVERRIDES.md",
        "docs/04-themes/THEME-DESIGN-BRIEF.md",
        "docs/04-themes/THEME-PACKAGES.md",
        "docs/04-themes/THEMES-OVERVIEW.md",
        "docs/05-extensions/HOOKS-REFERENCE.md",
        "docs/05-extensions/PLUGIN-MIGRATIONS.md",
        "docs/05-extensions/PLUGIN-SETTINGS.md",
        "docs/05-extensions/PLUGINS.md",
        "docs/06-api/API-V1.md",
        "docs/06-api/AUTH-TOKENS.md",
        "docs/06-api/ERROR-CODES.md",
        "docs/07-internals/ARCHITECTURE.md",
        "docs/07-internals/DATABASE-SCHEMA.md",
        "docs/07-internals/EDITOR-MARKDOWN.md",
        "docs/07-internals/HOOKS-EVENTS.md",
        "docs/07-internals/NOTIFICATIONS-FLOW.md",
        "docs/07-internals/REQUEST-LIFECYCLE.md",
        "docs/07-internals/ROUTING.md",
        "docs/07-internals/SEO-PIPELINE.md",
        "docs/07-internals/SITEMAP-PIPELINE.md",
        "docs/07-internals/THEME-RESOLUTION.md",
        "docs/08-operations/CODE-INSPECTION.md",
        "docs/08-operations/CPANEL-DEPLOYMENT.md",
        "docs/08-operations/DIAGNOSTICS.md",
        "docs/08-operations/LOGGING.md",
        "docs/08-operations/RELEASE-CHECKLIST.md",
        "docs/08-operations/SHARED-HOSTING.md",
        "docs/08-operations/SUBDIRECTORY-INSTALL.md",
        "docs/08-operations/TROUBLESHOOTING.md",
        "docs/09-recipes/MOVE-DOMAIN.md",
        "docs/09-recipes/RECOVER-ADMIN-ACCESS.md",
        "docs/09-recipes/SMTP-CPANEL.md",
        "docs/09-recipes/SMTP-SSL-465.md",
        "docs/09-recipes/SMTP-STARTTLS-587.md",
        "docs/09-recipes/TELEGRAM-BOT-SETUP.md",
        "docs/LOCAL-DEVELOPMENT.md",
        "docs/README.md",
        "docs/reference/DATABASE-TABLES.md",
        "docs/reference/HOOKS.md",
        "docs/reference/PERMISSIONS.md",
        "docs/reference/ROUTES.md",
        "docs/reference/SETTINGS-KEYS.md",
        "docs/reference/THEME-MANIFEST.md",
        "install/.htaccess",
        "install/index.php",
        "install/lib.php",
        "install/requirements.php",
        "plugins/hello-world/plugin.json",
        "plugins/hello-world/plugin.php",
        "public/.htaccess",
        "public/assets/css/quaeriva-admin.css",
        "public/assets/css/quaeriva.css",
        "public/assets/fonts/cairo-arabic.woff2",
        "public/assets/fonts/cairo-latin.woff2",
        "public/assets/fonts/cairo.css",
        "public/assets/fonts/inter-latin.woff2",
        "public/assets/fonts/inter.css",
        "public/assets/fonts/noto-kufi-arabic-arabic.woff2",
        "public/assets/fonts/noto-kufi-arabic-latin.woff2",
        "public/assets/fonts/noto_kufi.css",
        "public/assets/js/quaeriva-admin.js",
        "public/assets/js/quaeriva.js",
        "public/assets/media/avatars/avatar-1.svg",
        "public/assets/media/avatars/avatar-2.svg",
        "public/assets/media/avatars/avatar-3.svg",
        "public/assets/media/avatars/avatar-4.svg",
        "public/assets/media/avatars/avatar-5.svg",
        "public/assets/media/avatars/avatar-6.svg",
        "public/assets/media/avatars/avatar-7.svg",
        "public/assets/media/avatars/avatar-8.svg",
        "public/index.php",
        "public/router.php",
        "public/themes/cortex/assets/css/theme.css",
        "public/themes/cortex/cortex.json",
        "public/themes/cortex/theme.json",
        "public/themes/cortex/views/home.php",
        "public/themes/cortex/views/question.php",
        "public/themes/cortex/views/search.php",
        "public/themes/cortex/views/taxonomy.php",
        "public/themes/cortex/views/topic.php",
        "public/themes/cortex/views/topics.php",
        "public/themes/default/assets/css/theme.css",
        "public/themes/default/theme.json",
        "public/themes/hikaya/assets/css/theme.css",
        "public/themes/hikaya/hikaya.json",
        "public/themes/hikaya/theme.json",
        "public/themes/hikaya/views/home.php",
        "public/themes/hikaya/views/question.php",
        "public/themes/hikaya/views/search.php",
        "public/themes/hikaya/views/taxonomy.php",
        "public/themes/hikaya/views/topic.php",
        "public/themes/hikaya/views/topics.php",
        "public/themes/nexus/assets/css/theme.css",
        "public/themes/nexus/nexus.json",
        "public/themes/nexus/theme.json",
        "public/themes/nexus/views/home.php",
        "public/themes/nexus/views/question.php",
        "public/themes/nexus/views/search.php",
        "public/themes/nexus/views/taxonomy.php",
        "public/themes/nexus/views/topic.php",
        "public/themes/nexus/views/topics.php",
        "public/themes/orbit/assets/css/theme.css",
        "public/themes/orbit/orbit.json",
        "public/themes/orbit/theme.json",
        "public/themes/orbit/views/home.php",
        "public/themes/orbit/views/question.php",
        "public/themes/orbit/views/search.php",
        "public/themes/orbit/views/taxonomy.php",
        "public/themes/orbit/views/topic.php",
        "public/themes/orbit/views/topics.php",
        "public/themes/rawy/assets/css/theme.css",
        "public/themes/rawy/rawy.json",
        "public/themes/rawy/theme.json",
        "public/themes/rawy/views/home.php",
        "public/themes/rawy/views/question.php",
        "public/themes/rawy/views/search.php",
        "public/themes/rawy/views/taxonomy.php",
        "public/themes/rawy/views/topic.php",
        "public/themes/rawy/views/topics.php",
        "public/themes/zenith/assets/css/theme.css",
        "public/themes/zenith/theme.json",
        "public/themes/zenith/views/home.php",
        "public/themes/zenith/views/question.php",
        "public/themes/zenith/views/search.php",
        "public/themes/zenith/views/taxonomy.php",
        "public/themes/zenith/views/topic.php",
        "public/themes/zenith/views/topics.php",
        "public/themes/zenith/zenith.json",
        "public/uploads/.htaccess",
        "public/uploads/branding/8fc81aa60e861aa0c0f51233ab4d7ec6.jpg",
        "resources/lang/ar.php",
        "resources/lang/en.php",
        "storage/.htaccess"
    ]
}
