blob: 616cf6b1d2365e0a00a8b06c784ea8b50b59fb70 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- extensions/common/api/runtime.json.orig 2025-10-21 16:57:35 UTC
+++ extensions/common/api/runtime.json
@@ -85,7 +85,8 @@
{"name": "android", "description": "Specifies the Android operating system."},
{"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": "openbsd", "description": "Specifies the OpenBSD operating system."},
+ {"name": "freebsd", "description": "Specifies the FreeBSD operating system."}
]
},
{
|