blob: ebf0e687387d7379439893ea3cf0f9ba8ca3bc03 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- extensions/common/api/runtime.json.orig 2025-05-07 06:48:23 UTC
+++ extensions/common/api/runtime.json
@@ -86,6 +86,7 @@
{"name": "cros", "description": "Specifies the Chrome operating system."},
{"name": "linux", "description": "Specifies the Linux operating system."},
{"name": "openbsd", "description": "Specifies the OpenBSD operating system."},
+ {"name": "freebsd", "description": "Specifies the FreeBSD operating system."},
{"name": "fuchsia", "description": "Specifies the Fuchsia operating system."}
]
},
|