| Index: ios/chrome/app/resources/Info.plist
|
| diff --git a/ios/chrome/app/resources/Info.plist b/ios/chrome/app/resources/Info.plist
|
| index 3950ccd262d9901cba96d0e8efd712f13a890404..2a0bb7b19798e35f3f221ecea27ed9dc1327e685 100644
|
| --- a/ios/chrome/app/resources/Info.plist
|
| +++ b/ios/chrome/app/resources/Info.plist
|
| @@ -111,6 +111,14 @@
|
| <key>UIApplicationShortcutItemType</key>
|
| <string>OpenVoiceSearch</string>
|
| </dict>
|
| + <dict>
|
| + <key>UIApplicationShortcutItemIconFile</key>
|
| + <string>quick_action_qr_scanner</string>
|
| + <key>UIApplicationShortcutItemTitle</key>
|
| + <string>IDS_IOS_APPLICATION_SHORTCUT_QR_SCANNER_TITLE</string>
|
| + <key>UIApplicationShortcutItemType</key>
|
| + <string>OpenQRScanner</string>
|
| + </dict>
|
| </array>
|
| <key>UIPrerenderedIcon</key>
|
| <true/>
|
|
|