blob: 82f54f0273f3c8b988e7e1d1fac7000d6f423815 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/3rdparty/chromium/extensions/common/api/runtime.json.orig 2025-08-15 18:30:00 UTC
+++ src/3rdparty/chromium/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."}
]
},
|