ports/www/chromium/patches/patch-extensions_common_api_runtime_json

12 lines
615 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: extensions/common/api/runtime.json
--- extensions/common/api/runtime.json.orig
+++ extensions/common/api/runtime.json
2023-09-14 00:49:35 +00:00
@@ -89,6 +89,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."}
2023-08-16 22:26:55 +00:00
]
},