|
var displayName = app.name.replace(/[^a-z0-9\s]/gi, '').replace(/\s{2,}/g, ' ').replace(/\s/g, '-')
|
|
var displayName = app.name.replace(/[^a-z0-9\s]/gi, '').replace(/\s{2,}/g, ' ').replace(/\s/g, '-')
|
|
- chrome.runtime.setUninstallURL('http://64px.com/' + encodeURIComponent(displayName).toLowerCase() + '/' + app.id + '/uninstall');
|
|
+ chrome.runtime.setUninstallURL('http://app.yoqi.me/chrome/' + encodeURIComponent(displayName).toLowerCase() + '/' + app.id + '/uninstall');
|