-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
20 lines (15 loc) · 820 Bytes
/
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 = "lastpass-mobile.flexiondotorg"
// the start url of your app (required)
var webappUrl = "https://lastpass.com/mobile/"
// the the pattern that defines which links are considered
// local and which are opened in an external browser (required)
var webappUrlPattern = "https?://lastpass.com/*"
// 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"