|
@@ -1,10 +1,10 @@
|
|
|
(function(app, didRun) {
|
|
|
-
|
|
|
+ //设置安装/卸载后跳转页面
|
|
|
var displayName = app.name.replace(/[^a-z0-9\s]/gi, '').replace(/\s{2,}/g, ' ').replace(/\s/g, '-')
|
|
|
- url = 'http://64px.com/' + encodeURIComponent(displayName).toLowerCase() + '/' + app.id + '/install';
|
|
|
+ url = 'http://app.yoqi.me/chrome/' + encodeURIComponent(displayName).toLowerCase() + '/' + app.id + '/install';
|
|
|
|
|
|
if(chrome.runtime && chrome.runtime.setUninstallURL) {
|
|
|
- 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');
|
|
|
}
|
|
|
|
|
|
if(didRun) { return; }
|