export const VERSION = "0.1.0"; export const USER_AGENT = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0 Safari/537.36"; export const MAX_ASSET_BYTES = 8 * 1024 * 1024; export const MAX_STYLESHEETS = 6; export const MAX_STYLESHEET_BYTES = 2 * 1024 * 1024; export const MAX_PALETTE_ENTRIES = 48;