ports/www/ungoogled-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
2024-05-20 13:42:05 +00:00
@@ -86,6 +86,7 @@
2023-09-17 04:05:06 +00:00
{"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
]
},