import type { Namespace } from '@/types';

export const namespace: Namespace = {
    name: 'Scientific American',
    url: 'scientificamerican.com',
    categories: ['new-media'],
    description: 'Scientific American is the essential guide to the most awe-inspiring advances in science and technology, explaining how they change our understanding of the world and shape our lives.',
    lang: 'en',
};
