@ideasio/add-to-homescreen-react
Version:
A React component providing add-to-home-screen functionality for progressive webapps on different platforms and browsers.
169 lines • 4.01 kB
JSON
{
"appId": "add-to-homescreen-react",
"debug": false,
"activateLogging": false,
"startAutomatically": true,
"skipFirstVisit": false,
"minPageViews": 0,
"startDelay": 1,
"lifespan": 15,
"displayPace": 1440,
"mustShowCustomPrompt": false,
"maxDisplayCount": 0,
"validLocation": [],
"onInit": null,
"onShow": null,
"onAdd": null,
"onInstall": null,
"onCancel": null,
"showClasses": [
"animated",
"d-grid"
],
"showClass": "d-grid",
"hideClass": "d-none",
"customCriteria": null,
"customPromptContent": {},
"customPromptElements": {
"container": "ath-container",
"containerAddOns": "banner-bottom-center",
"banner": "ath-banner",
"bannerAddOns": "",
"logoCell": "ath-logo-cell",
"logoCellAddOns": "ath-banner-cell",
"logo": "ath-prompt-logo",
"logoAddOns": "",
"titleCell": "ath-title-cell",
"titleCellAddOns": "ath-banner-cell",
"title": "ath-banner-title",
"titleAddOns": "",
"cancelButtonCell": "ath-cancel-cell",
"cancelButtonCellAddOns": "ath-banner-cell",
"cancelButton": "btn-cancel",
"cancelButtonAddOns": "btn btn-link",
"installButtonCell": "ath-install-cell",
"installButtonCellAddOns": "ath-banner-cell",
"installButton": "btn-install",
"installButtonAddOns": "btn btn-success",
"guidance": "ath-guidance",
"guidanceAddOns": "",
"guidanceImageCell": "ath-guidance-image-cell",
"guidanceImageCellAddOns": "ath-banner-cell",
"guidanceCancelButton": "btn-guidance-cancel",
"guidanceCancelButtonAddOns": "btn btn-link"
},
"customPromptPlatformDependencies": {
"native": {
"showClasses": [
"fadeInUp",
"right-banner"
],
"images": [
{
"src": "images/guidance/chromium.png",
"alt": "Guide to install application on home screen."
}
]
},
"edge": {
"showClasses": [
"edge-wrapper",
"animated",
"fadeIn",
"d-block",
"right-banner"
],
"images": [
{
"src": "images/guidance/chromium.png",
"alt": "Guide to install application on home screen."
}
]
},
"chromium": {
"showClasses": [
"chromium-wrapper",
"animated",
"fadeIn",
"d-block",
"right-banner"
],
"images": [
{
"src": "images/guidance/chromium.png",
"alt": "Guide to install application on home screen."
}
]
},
"iphone": {
"showClasses": [
"iphone-wrapper",
"animated",
"fadeIn",
"d-block"
],
"images": [
{
"src": "images/guidance/iphone.png",
"alt": "Guide to install application on home screen."
}
]
},
"ipad": {
"showClasses": [
"ipad-wrapper",
"animated",
"fadeIn",
"d-block"
],
"images": [
{
"src": "images/guidance/ipad.png",
"alt": "Guide to install application on home screen."
}
]
},
"firefox": {
"showClasses": [
"firefox-wrapper",
"animated",
"fadeIn",
"d-block"
],
"images": [
{
"src": "images/guidance/firefox.png",
"alt": "Guide to install application on home screen."
}
]
},
"samsung": {
"showClasses": [
"samsung-wrapper",
"animated",
"fadeIn",
"d-block"
],
"images": [
{
"src": "images/guidance/firefox.png",
"alt": "Guide to install application on home screen."
}
]
},
"opera": {
"showClasses": [
"opera-home-screen-wrapper",
"animated",
"fadeIn",
"d-block"
],
"images": [
{
"src": "images/guidance/opera.png",
"alt": "Guide to install application on home screen."
}
]
}
}
}