-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
20 lines (15 loc) · 1.21 KB
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// the name of your app as used in the click package (required)
var webappName = "msainsburyscouk-owo.flexiondotorg"
// the start url of your app (required)
var webappUrl = "https://m.sainsburys.co.uk"
// the the pattern that defines which links are considered
// local and which are opened in an external browser (required)
var webappUrlPattern = "https?://*.sainsburys.co.uk/*,https?://*.sainsburys-live-well-for-less.co.uk/*,https?://*.sainsburysebooks.co.uk/*,https?://*.sainsburysentertainment.co.uk/*,https?://*.phoneshopsainsburys.co.uk/*,https?://*.sainsburysbank.co.uk/*,https?://*.homemadebyyou.co.uk/*,https?://*.sainsburysenergy.com/*,https?://*.sainsburyshome.co.uk/*,https?://*.sainsburyslivingarchive.co.uk/*,https?://*.sainsburysgifts.co.uk/* https://m.sainsburys.co.uk"
// a user agent override (optional)
// var webappUA = "uncomment this line and set your User Agent string here between these quotes, if you need to override it"
// Haptic feedback for links (note, this does not work if your site
// uses javascript functions to open links) (optional)
// var hapticLinks = "true"
// Audible feedback when clicking links (the same constraints as
// for hapticLinks apply) (optional)
// var audibleLinks = "true"