chromium/components/policy/test/data/pref_mapping/PinnedLauncherApps.json

[
  {
    "can_be_recommended": true,
    "os": [
      "chromeos_ash"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "policy_pinned_launcher_apps": {
            "default_value": []
          }
        }
      },
      {
        "policies": {
          "PinnedLauncherApps": []
        },
        "prefs": {
          "policy_pinned_launcher_apps": {
            "value": []
          }
        }
      },
      {
        "policies": {
          "PinnedLauncherApps": [
            "abcdefghijklmnopabcdefghijklmnop",
            "com.google.android.pm",
            "https://google.com",
            "camera",
            "unknown_id_should_be_filtered",
            "w2gqjem6b4m7vhiqpjr3btcpp7dxfyjt6h4uuyuxklcsmygtgncaaaac",
            "egoxo6biqdjrk62rman4vvr5cbq2ozsyydig7jmdxcmohdob2ecaaaic",
            "phngluimglwnafhcthulhurlyehwgahnaglfhtagniacthulhufhtagn"
          ]
        },
        "prefs": {
          "policy_pinned_launcher_apps": {
            "value": [
              {
                "id": "abcdefghijklmnopabcdefghijklmnop"
              },
              {
                "id": "com.google.android.pm"
              },
              {
                "id": "https://google.com"
              },
              {
                "id": "camera"
              },
              {
                "id": "w2gqjem6b4m7vhiqpjr3btcpp7dxfyjt6h4uuyuxklcsmygtgncaaaac"
              },
              {
                "id": "egoxo6biqdjrk62rman4vvr5cbq2ozsyydig7jmdxcmohdob2ecaaaic"
              }
            ]
          }
        }
      }
    ]
  }
]