package com.darkweb.genesissearchengine.constants; public class constants { /*LOCAL URL CONSTANTS*/ public static String blackMarket = "https://boogle.store/search?q=black+market&p_num=1&s_type=all"; public static String leakedDocument = "https://boogle.store/search?q=leaked+document&p_num=1&s_type=all&p_num=1&s_type=all"; public static String news = "https://boogle.store/search?q=latest%20news&p_num=1&s_type=news"; public static String softwares = "https://boogle.store/search?q=softwares+tools&p_num=1&s_type=all&p_num=1&s_type=all"; /*URL CONSTANTS*/ public static String backendUrl = "https://boogle.store"; public static String backendUrlHost = "boogle.store"; public static String backendUrlSlashed = "https://boogle.store/"; public static String frontUrlSlashed = "https://genesis.onion/"; public static String frontEndUrlHost = "genesis.store"; public static String allowedHost = ".onion"; public static String reportUrl = "https://boogle.store/reportus?r_key="; public static String updateUrl = "https://boogle.store/manual?abi="; public static String playstoreUrl = "https://play.google.com/store/apps/details?id=com.darkweb.genesissearchengine"; /*BUILD CONSTANTS*/ public static String build_type = "playstore"; //public static String build_type = "local"; /*BUILD PROXY*/ public static int proxy_type = 1; public static String proxy_socks = "127.0.0.1"; public static int proxy_socks_version = 5; public static boolean proxy_socks_remote_dns = true; public static boolean proxy_cache = false; public static boolean proxy_memory = false; public static String proxy_useragent_override = "Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20100101 Firefox/17.0"; public static boolean proxy_donottrackheader_enabled = false; public static int proxy_donottrackheader_value = 1; }