Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Fung committed Sep 30, 2023
1 parent 96cd511 commit 7ba7b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ This should be a quick drop-in library into your mobile website.
{
appName: 'Aardvark', // Name of the app
appIcon: 'apple-touch-icon.png', // App icon link (square, at least 40 x 40 pixels)
assetUrl: 'https://cdn.jsdelivr.net/gh/philfung/add-to-homescreen@master/dist/assets/img/', // Link to directory of library image assets
assetUrl: 'https://cdn.jsdelivr.net/gh/philfung/add-to-homescreen@1.1/dist/assets/img/', // Link to directory of library image assets
showErrorMessageForUnsupportedBrowsers: true, // Should we prompt users on non-compliant browsers (like IOS Firefox) to switch to compliant one (like Safari) Default: true.
allowUserToCloseModal: false // Allow user to close the 'Add to Homescreen' message? Not allowing will increase installs. Default: false.
}
Expand Down

0 comments on commit 7ba7b91

Please sign in to comment.