1/*global Ultraviolet*/ 2self.__uv$config = { 3 prefix: "/service/", 4 encodeUrl: Ultraviolet.codec.xor.encode, 5 decodeUrl: Ultraviolet.codec.xor.decode, 6 handler: "/uv.handler.js", 7 client: "/uv.client.js", 8 bundle: "/uv.bundle.js", 9 config: "/uv.config.js", 10 sw: "/uv.sw.js", 11}; 12 13