Add OWNERS and README.chromium
diff --git a/README.chromium b/README.chromium
new file mode 100644
index 0000000..7a680e9
--- /dev/null
+++ b/README.chromium
@@ -0,0 +1,12 @@
+Name: Dawn
+Short Name: dawn
+URL: https://github.com/google/nxt-standalone
+License: Apache 2.0
+License File: LICENSE
+Security Critical: yes
+
+Description:
+Dawn is an implementation of the WebGPU standard exposed through a C/C++
+interface. It provides implementations on top of native graphics APIs like
+D3D12, Metal and Vulkan, as well as a client-server implementation to remote
+WebGPU outside sandboxed context like Chromium's render processes.