OLD | NEW |
---|---|
1 { | 1 { |
2 "manifest_version": 1, | 2 "manifest_version": 1, |
3 "name": "exe:content_utility", | 3 "name": "exe:content_utility", |
4 "display_name": "Content Utility", | 4 "display_name": "Content Utility", |
5 "capabilities": { | 5 "capabilities": { |
6 "provided": { | 6 "provided": { |
7 "browser": [ "IPC::mojom::ChannelBootstrap" ] | 7 "browser": [ |
8 "IPC::mojom::ChannelBootstrap", | |
9 "shell::mojom::ServiceFactory" | |
10 ] | |
8 } | 11 } |
9 } | 12 } |
10 } | 13 } |
OLD | NEW |