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