Bug 620522 - Make default add-ons snippet identifiable by AMO.

r+a=mossop
This commit is contained in:
Marco Bonardo 2011-02-09 14:02:02 +01:00
parent eec129c904
commit c7b6d9c955

View File

@ -142,7 +142,7 @@ const SEARCH_ENGINES = {
// The <a/> part of the snippet will be linked to the corresponding url.
const DEFAULT_SNIPPETS_URLS = [
"http://www.mozilla.com/firefox/4.0/features"
, "https://addons.mozilla.org/firefox/?browse=featured"
, "https://addons.mozilla.org/firefox/?src=snippet"
];
const SNIPPETS_UPDATE_INTERVAL_MS = 86400000; // 1 Day.