ARTICLE AD BOX
I tried using the json similar to this example but it just does not block ways from opening the internal links to YouTube and Google in the Waze app settings
{ "applications": [ { "packageName": "com.android.chrome", "installType": "FORCE_INSTALLED", "managedConfiguration": { "URLBlacklist": ["*"], "URLWhitelist": ["https://www.example.com", "https://sub.example.com"] }, "defaultPermissionPolicy": "GRANT" }