Dibyajyoti Pal | e91bb6c | 2024-04-04 00:21:20 | [diff] [blame] | 1 | # Shortcuts |
| 2 | |
| 3 | This folder implements the logic behind the `Create Shortcut` flow that is seen |
| 4 | in the three dot menu in Chrome. This folder contains: |
| 5 | |
| 6 | * Core business logic behind downloading metadata from a site required to |
| 7 | create a shortcut and icon manipulation techniques to badge icons. |
| 8 | * Platform-specific implementations to integrate these shortcuts in the |
| 9 | respective operating systems it is triggered on as well as ensuring that |
| 10 | they work on Chrome. This is not used on ChromeOS. |