diff --git a/docs/config.toml b/docs/config.toml new file mode 100644 index 0000000..128cc33 --- /dev/null +++ b/docs/config.toml @@ -0,0 +1,26 @@ +name = "Gluon" +description = "Build Firefox-based browsers with ease" +license = "MPL 2.0" +homepage = "https://github.com/pulse-browser/gluon" +min_version = "1.14.0" + +# The URL the site will be built for +base_url = "https://docs.gluon.dev" + +# Whether to automatically compile all Sass files in the sass directory +compile_sass = true + +# Whether to build a search index to be used later on by a JavaScript library +build_search_index = true + +[markdown] +# Whether to do syntax highlighting +# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola +highlight_code = true + +[extra] +# TODO: New logo +release = "https://api.github.com/repos/focus-browser/build/releases/latest" + +[author] +name = "TrickyPR" diff --git a/docs_old/content/_index.md b/docs/content/_index.md similarity index 100% rename from docs_old/content/_index.md rename to docs/content/_index.md diff --git a/docs_old/content/getting-started/_index.md b/docs/content/getting-started/_index.md similarity index 100% rename from docs_old/content/getting-started/_index.md rename to docs/content/getting-started/_index.md diff --git a/docs_old/content/getting-started/overview.md b/docs/content/getting-started/overview.md similarity index 100% rename from docs_old/content/getting-started/overview.md rename to docs/content/getting-started/overview.md diff --git a/docs_old/content/getting-started/userchrome.md b/docs/content/getting-started/userchrome.md similarity index 100% rename from docs_old/content/getting-started/userchrome.md rename to docs/content/getting-started/userchrome.md diff --git a/docs_old/content/guides/_index.md b/docs/content/guides/_index.md similarity index 100% rename from docs_old/content/guides/_index.md rename to docs/content/guides/_index.md diff --git a/docs_old/content/guides/includingAddons.md b/docs/content/guides/includingAddons.md similarity index 100% rename from docs_old/content/guides/includingAddons.md rename to docs/content/guides/includingAddons.md diff --git a/docs_old/content/guides/removingPocket.md b/docs/content/guides/removingPocket.md similarity index 100% rename from docs_old/content/guides/removingPocket.md rename to docs/content/guides/removingPocket.md diff --git a/docs/content/notes/_index.md b/docs/content/notes/_index.md new file mode 100644 index 0000000..d1b7065 --- /dev/null +++ b/docs/content/notes/_index.md @@ -0,0 +1,5 @@ ++++ +title = "Notes" +weight = 3 +sort_by = "weight" ++++ diff --git a/docs_old/content/notes/windows.md b/docs/content/notes/windows.md similarity index 100% rename from docs_old/content/notes/windows.md rename to docs/content/notes/windows.md diff --git a/docs_old/sass/_search.scss b/docs/sass/_search.scss similarity index 100% rename from docs_old/sass/_search.scss rename to docs/sass/_search.scss diff --git a/docs_old/sass/_variables.scss b/docs/sass/_variables.scss similarity index 100% rename from docs_old/sass/_variables.scss rename to docs/sass/_variables.scss diff --git a/docs_old/sass/fabric-icons-inline.scss b/docs/sass/fabric-icons-inline.scss similarity index 100% rename from docs_old/sass/fabric-icons-inline.scss rename to docs/sass/fabric-icons-inline.scss diff --git a/docs_old/sass/main.scss b/docs/sass/main.scss similarity index 100% rename from docs_old/sass/main.scss rename to docs/sass/main.scss diff --git a/docs_old/templates/anchor-link.html b/docs/templates/anchor-link.html similarity index 100% rename from docs_old/templates/anchor-link.html rename to docs/templates/anchor-link.html diff --git a/docs_old/templates/index.html b/docs/templates/index.html similarity index 93% rename from docs_old/templates/index.html rename to docs/templates/index.html index dc7748b..98fdc8b 100644 --- a/docs_old/templates/index.html +++ b/docs/templates/index.html @@ -1,18 +1,4 @@ - - - - - - - {% block title %}{{ config.title }}{% endblock title %} - - - - - - - - + diff --git a/docs_old/templates/page.html b/docs/templates/page.html similarity index 100% rename from docs_old/templates/page.html rename to docs/templates/page.html diff --git a/docs_old/config.toml b/docs_old/config.toml deleted file mode 100644 index 72b9aa9..0000000 --- a/docs_old/config.toml +++ /dev/null @@ -1,12 +0,0 @@ -base_url = "/" -title = "Melon docs" -compile_sass = true -build_search_index = true - -[markdown] -highlight_code = true -highlight_theme = "base16-ocean-dark" - -[extra] -logo = "https://camo.githubusercontent.com/d8b2046aa769e171cb4c89d0f86dfb52c7f677ff287c2b5ac9451ae3d45b2ef3/68747470733a2f2f7477656d6f6a692e6d617863646e2e636f6d2f762f31332e302e312f7376672f31663334392e737667" -release = "https://api.github.com/repos/focus-browser/build/releases/latest" diff --git a/docs_old/public/images/userchrome/browser-toolbox.png b/docs_old/public/images/userchrome/browser-toolbox.png deleted file mode 100644 index 8c8e8bc..0000000 Binary files a/docs_old/public/images/userchrome/browser-toolbox.png and /dev/null differ diff --git a/docs_old/public/images/userchrome/css-basic.png b/docs_old/public/images/userchrome/css-basic.png deleted file mode 100644 index 77526e3..0000000 Binary files a/docs_old/public/images/userchrome/css-basic.png and /dev/null differ diff --git a/docs_old/public/images/userchrome/css-final.png b/docs_old/public/images/userchrome/css-final.png deleted file mode 100644 index eb76354..0000000 Binary files a/docs_old/public/images/userchrome/css-final.png and /dev/null differ diff --git a/docs_old/public/images/userchrome/css-square-tabs.png b/docs_old/public/images/userchrome/css-square-tabs.png deleted file mode 100644 index d800aea..0000000 Binary files a/docs_old/public/images/userchrome/css-square-tabs.png and /dev/null differ diff --git a/docs_old/public/js.js b/docs_old/public/js.js deleted file mode 100644 index 06223ba..0000000 --- a/docs_old/public/js.js +++ /dev/null @@ -1,291 +0,0 @@ -// search script, borrowed from book theme - -function debounce(func, wait) { - let timeout; - - return function () { - const context = this; - const args = arguments; - clearTimeout(timeout); - - timeout = setTimeout(() => { - timeout = null; - func.apply(context, args); - }, wait); - }; - } - - // Taken from mdbook - // The strategy is as follows: - // First, assign a value to each word in the document: - // Words that correspond to search terms (stemmer aware): 40 - // Normal words: 2 - // First word in a sentence: 8 - // Then use a sliding window with a constant number of words and count the - // sum of the values of the words within the window. Then use the window that got the - // maximum sum. If there are multiple maximas, then get the last one. - // Enclose the terms in . - function makeTeaser(body, terms) { - const TERM_WEIGHT = 40; - const NORMAL_WORD_WEIGHT = 2; - const FIRST_WORD_WEIGHT = 8; - const TEASER_MAX_WORDS = 30; - - const stemmedTerms = terms.map((w) => elasticlunr.stemmer(w.toLowerCase())); - let termFound = false; - let index = 0; - const weighted = []; // contains elements of ["word", weight, index_in_document] - - // split in sentences, then words - const sentences = body.toLowerCase().split(". "); - - for (var i in sentences) { - const words = sentences[i].split(" "); - let value = FIRST_WORD_WEIGHT; - - for (const j in words) { - var word = words[j]; - - if (word.length > 0) { - for (const k in stemmedTerms) { - if (elasticlunr.stemmer(word).startsWith(stemmedTerms[k])) { - value = TERM_WEIGHT; - termFound = true; - } - } - weighted.push([word, value, index]); - value = NORMAL_WORD_WEIGHT; - } - - index += word.length; - index += 1; // ' ' or '.' if last word in sentence - } - - index += 1; // because we split at a two-char boundary '. ' - } - - if (weighted.length === 0) { - return body; - } - - const windowWeights = []; - const windowSize = Math.min(weighted.length, TEASER_MAX_WORDS); - // We add a window with all the weights first - let curSum = 0; - for (var i = 0; i < windowSize; i++) { - curSum += weighted[i][1]; - } - windowWeights.push(curSum); - - for (var i = 0; i < weighted.length - windowSize; i++) { - curSum -= weighted[i][1]; - curSum += weighted[i + windowSize][1]; - windowWeights.push(curSum); - } - - // If we didn't find the term, just pick the first window - let maxSumIndex = 0; - if (termFound) { - let maxFound = 0; - // backwards - for (var i = windowWeights.length - 1; i >= 0; i--) { - if (windowWeights[i] > maxFound) { - maxFound = windowWeights[i]; - maxSumIndex = i; - } - } - } - - const teaser = []; - let startIndex = weighted[maxSumIndex][2]; - for (var i = maxSumIndex; i < maxSumIndex + windowSize; i++) { - var word = weighted[i]; - if (startIndex < word[2]) { - // missing text from index to start of `word` - teaser.push(body.substring(startIndex, word[2])); - startIndex = word[2]; - } - - // add around search terms - if (word[1] === TERM_WEIGHT) { - teaser.push(""); - } - startIndex = word[2] + word[0].length; - teaser.push(body.substring(word[2], startIndex)); - - if (word[1] === TERM_WEIGHT) { - teaser.push(""); - } - } - teaser.push("…"); - return teaser.join(""); - } - - function formatSearchResultItem(item, terms) { - const li = document.createElement("li"); - li.classList.add("search-results__item"); - li.innerHTML = `${item.doc.title}`; - li.innerHTML += `
${makeTeaser(item.doc.body, terms)}
`; - return li; - } - - // Go from the book view to the search view - function toggleSearchMode() { - const $wrapContent = document.querySelector("#wrap"); - const $searchIcon = document.querySelector("#search-ico"); - const $searchContainer = document.querySelector(".search-container"); - if ($searchContainer.classList.contains("search-container--is-visible")) { - $searchContainer.classList.remove("search-container--is-visible"); - $wrapContent.style.display = ""; - $searchIcon.className = "ms-Icon--Search"; - } else { - $searchContainer.classList.add("search-container--is-visible"); - $wrapContent.style.display = "none"; - $searchIcon.className = "ms-Icon--ChromeClose"; - document.getElementById("search").focus(); - } - } - - function initSearch() { - const $searchInput = document.getElementById("search"); - if (!$searchInput) { - return; - } - const $searchIcon = document.querySelector("#search-ico"); - $searchIcon.addEventListener("click", toggleSearchMode); - - const $searchResults = document.querySelector(".search-results"); - const $searchResultsHeader = document.querySelector(".search-results__header"); - const $searchResultsItems = document.querySelector(".search-results__items"); - const MAX_ITEMS = 100; - - const options = { - bool: "AND", - fields: { - title: {boost: 2}, - body: {boost: 1}, - } - }; - let currentTerm = ""; - const index = elasticlunr.Index.load(window.searchIndex); - - $searchInput.addEventListener("keyup", debounce(() => { - const term = $searchInput.value.trim(); - if (term === currentTerm || !index) { - return; - } - $searchResults.style.display = term === "" ? "none" : "block"; - $searchResultsItems.innerHTML = ""; - if (term === "") { - return; - } - - const results = index.search(term, options).filter((r) => r.doc.body !== ""); - if (results.length === 0) { - $searchResultsHeader.innerText = `Nothing like «${term}»`; - return; - } - - currentTerm = term; - $searchResultsHeader.innerText = `${results.length} found for «${term}»:`; - for (let i = 0; i < Math.min(results.length, MAX_ITEMS); i++) { - if (!results[i].doc.body) { - continue; - } - // var item = document.createElement("li"); - // item.innerHTML = formatSearchResultItem(results[i], term.split(" ")); - console.log(results[i]); - $searchResultsItems.appendChild(formatSearchResultItem(results[i], term.split(" "))); - } - }, 150)); - } - - if (document.readyState === "complete" || - (document.readyState !== "loading" && !document.documentElement.doScroll) - ) { - initSearch(); - } else { - document.addEventListener("DOMContentLoaded", initSearch); - } - -// mobile - - function burger() { - const x = document.querySelector("#trees"); - const y = document.querySelector("#mobile"); - - if (x.style.display === "block") { - x.style.display = "none"; - y.className = "ms-Icon--GlobalNavButton"; - } else { - x.style.display = "block"; - y.className = "ms-Icon--ChromeClose"; - } - } - -// https://aaronluna.dev/blog/add-copy-button-to-code-blocks-hugo-chroma/ - -function createCopyButton(highlightDiv) { - const button = document.createElement("button"); - button.className = "copy-code-button "; - button.type = "button"; - button.innerHTML = ""; - button.addEventListener("click", () => - copyCodeToClipboard(button, highlightDiv) - ); - addCopyButtonToDom(button, highlightDiv); -} - -async function copyCodeToClipboard(button, highlightDiv) { - const codeToCopy = highlightDiv.querySelector(":last-child > code") - .innerText; - try { - result = await navigator.permissions.query({ name: "clipboard-write" }); - if (result.state == "granted" || result.state == "prompt") { - await navigator.clipboard.writeText(codeToCopy); - } else { - copyCodeBlockExecCommand(codeToCopy, highlightDiv); - } - } catch (_) { - copyCodeBlockExecCommand(codeToCopy, highlightDiv); - } finally { - codeWasCopied(button); - } -} - -function copyCodeBlockExecCommand(codeToCopy, highlightDiv) { - const textArea = document.createElement("textArea"); - textArea.contentEditable = "true"; - textArea.readOnly = "false"; - textArea.className = "copyable-text-area"; - textArea.value = codeToCopy; - highlightDiv.insertBefore(textArea, highlightDiv.firstChild); - const range = document.createRange(); - range.selectNodeContents(textArea); - const sel = window.getSelection(); - sel.removeAllRanges(); - sel.addRange(range); - textArea.setSelectionRange(0, 999999); - document.execCommand("copy"); - highlightDiv.removeChild(textArea); -} - -function codeWasCopied(button) { - button.blur(); - button.innerHTML = ""; - setTimeout(() => { - button.innerHTML = ""; - }, 2000); -} - -function addCopyButtonToDom(button, highlightDiv) { - highlightDiv.insertBefore(button, highlightDiv.firstChild); - const wrapper = document.createElement("div"); - wrapper.className = "highlight-wrapper"; - highlightDiv.parentNode.insertBefore(wrapper, highlightDiv); - wrapper.appendChild(highlightDiv); -} - -document - .querySelectorAll("pre") - .forEach((highlightDiv) => createCopyButton(highlightDiv)); diff --git a/docs_old/public/logo.svg b/docs_old/public/logo.svg deleted file mode 100644 index 5d7d965..0000000 --- a/docs_old/public/logo.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/docs_old/public/search_index.en.js b/docs_old/public/search_index.en.js deleted file mode 100644 index 10023ba..0000000 --- a/docs_old/public/search_index.en.js +++ /dev/null @@ -1 +0,0 @@ -window.searchIndex = {"fields":["title","body"],"pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5","index":{"body":{"root":{"docs":{},"df":0,"0":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":2.0}},"df":1},"1":{"docs":{},"df":0,"2":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1},"9":{"docs":{},"df":0,"8":{"docs":{},"df":0,"0":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":1}}}},"2":{"docs":{},"df":0,"4":{"docs":{},"df":0,"0":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":2}},"p":{"docs":{},"df":0,"x":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}},"4":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.4142135623730951}},"df":1,"0":{"docs":{},"df":0,"2":{"docs":{},"df":0,"4":{"docs":{},"df":0,"9":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":1}}}}},"6":{"docs":{},"df":0,"0":{"docs":{},"df":0,".":{"docs":{},"df":0,"0":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0}},"df":1}}}},"8":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1},"9":{"docs":{},"df":0,"1":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1},"4":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":1}},"a":{"docs":{},"df":0,"b":{"docs":{},"df":0,"o":{"docs":{},"df":0,"v":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":3}}},"c":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.4142135623730951}},"df":1}},"v":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.4142135623730951}},"df":2}}}},"d":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":2,"d":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0},"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.4142135623730951}},"df":2,"i":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":2}}}}},"o":{"docs":{},"df":0,"n":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":2.6457513110645907}},"df":1}}}},"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{},"df":0,"g":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}},"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{},"df":0,"i":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.4142135623730951}},"df":1}}}}}},"p":{"docs":{},"df":0,"i":{"docs":{},"df":0,".":{"docs":{},"df":0,"g":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{},"df":0,"p":{"docs":{},"df":0,"o":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{},"df":0,".":{"docs":{},"df":0,"c":{"docs":{},"df":0,"o":{"docs":{},"df":0,"m":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":1}}}}}}}}}}}}}}},"p":{"docs":{},"df":0,"c":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{},"df":0,"s":{"docs":{},"df":0,".":{"docs":{},"df":0,"m":{"docs":{},"df":0,"o":{"docs":{},"df":0,"z":{"docs":{},"df":0,"_":{"docs":{},"df":0,"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"v":{"docs":{},"df":0,"_":{"docs":{},"df":0,"e":{"docs":{},"df":0,"d":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":2}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0}},"df":1}}},"i":{"docs":{},"df":0,"d":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.4142135623730951}},"df":1}},"l":{"docs":{},"df":0,"i":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.4142135623730951},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":2,"c":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0}},"df":1}}}}},"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.7320508075688772},"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.4142135623730951}},"df":3}}}},"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"y":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.4142135623730951},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.4142135623730951}},"df":2}},"o":{"docs":{},"df":0,"w":{"docs":{},"df":0,"s":{"docs":{},"df":0,"c":{"docs":{},"df":0,"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"l":{"docs":{},"df":0,"l":{"docs":{},"df":0,"b":{"docs":{},"df":0,"o":{"docs":{},"df":0,"x":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}}}}}}}}}}}},"s":{"docs":{},"df":0,"k":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.7320508075688772}},"df":1}},"t":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"m":{"docs":{},"df":0,"p":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}}}}},"u":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"m":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0}},"df":1}}}},"v":{"docs":{},"df":0,"a":{"docs":{},"df":0,"i":{"docs":{},"df":0,"l":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}},"o":{"docs":{},"df":0,"i":{"docs":{},"df":0,"d":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}}},"b":{"docs":{},"df":0,"a":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":2,"g":{"docs":{},"df":0,"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":2.449489742783178}},"df":1}}}}}}}},"r":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1},"s":{"docs":{},"df":0,"e":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}},"e":{"docs":{},"df":0,"t":{"docs":{},"df":0,"a":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.7320508075688772}},"df":1},"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"f":{"docs":{},"df":0,"o":{"docs":{},"df":0,"x":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":1}}}}}},"w":{"docs":{},"df":0,"e":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}}}},"g":{"docs":{},"df":0,"c":{"docs":{},"df":0,"o":{"docs":{},"df":0,"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}}}}},"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}},"d":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}},"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.7320508075688772}},"df":1}}}},"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":2.449489742783178}},"df":1}}}},"t":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"m":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":1}}}},"x":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":2}},"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}},"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"k":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}},"o":{"docs":{},"df":0,"w":{"docs":{},"df":0,"s":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":3.3166247903554},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":3.1622776601683795},"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.4142135623730951}},"df":3,".":{"docs":{},"df":0,"n":{"docs":{},"df":0,"e":{"docs":{},"df":0,"w":{"docs":{},"df":0,"t":{"docs":{},"df":0,"a":{"docs":{},"df":0,"b":{"docs":{},"df":0,"p":{"docs":{},"df":0,"a":{"docs":{},"df":0,"g":{"docs":{},"df":0,"e":{"docs":{},"df":0,".":{"docs":{},"df":0,"a":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":1}}}}}}}}}}}}}}},"/":{"docs":{},"df":0,"a":{"docs":{},"df":0,"p":{"docs":{},"df":0,"p":{"docs":{},"df":0,"/":{"docs":{},"df":0,"p":{"docs":{},"df":0,"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"f":{"docs":{},"df":0,"i":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"/":{"docs":{},"df":0,"f":{"docs":{},"df":0,"i":{"docs":{},"df":0,"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"f":{"docs":{},"df":0,"o":{"docs":{},"df":0,"x":{"docs":{},"df":0,".":{"docs":{},"df":0,"j":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":1}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"df":0,"o":{"docs":{},"df":0,"m":{"docs":{},"df":0,"p":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{},"df":0,"s":{"docs":{},"df":0,"/":{"docs":{},"df":0,"c":{"docs":{},"df":0,"u":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"m":{"docs":{},"df":0,"i":{"docs":{},"df":0,"z":{"docs":{},"df":0,"a":{"docs":{},"df":0,"b":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"u":{"docs":{},"df":0,"i":{"docs":{},"df":0,"/":{"docs":{},"df":0,"c":{"docs":{},"df":0,"u":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"m":{"docs":{},"df":0,"i":{"docs":{},"df":0,"z":{"docs":{},"df":0,"a":{"docs":{},"df":0,"b":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"u":{"docs":{},"df":0,"i":{"docs":{},"df":0,".":{"docs":{},"df":0,"j":{"docs":{},"df":0,"s":{"docs":{},"df":0,"m":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":2}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"_":{"docs":{},"df":0,"s":{"docs":{},"df":0,"p":{"docs":{},"df":0,"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"i":{"docs":{},"df":0,"f":{"docs":{},"df":0,"i":{"docs":{},"df":0,"c":{"docs":{},"df":0,"_":{"docs":{},"df":0,"s":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0}},"df":1}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"df":0,"g":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.7320508075688772}},"df":1,"g":{"docs":{},"df":0,"i":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}},"i":{"docs":{},"df":0,"l":{"docs":{},"df":0,"d":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":2.8284271247461903},"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0}},"df":2}}},"t":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":3.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":3.0}},"df":2}}}}}},"c":{"docs":{},"df":0,"a":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":1,"c":{"docs":{},"df":0,"h":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}},"l":{"docs":{},"df":0,"l":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}},"s":{"docs":{},"df":0,"e":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}},"u":{"docs":{},"df":0,"s":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.4142135623730951}},"df":1}}},"h":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{},"df":0,"g":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.7320508075688772},"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.4142135623730951},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.7320508075688772}},"df":3}},"t":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}},"o":{"docs":{},"df":0,"s":{"docs":{},"df":0,"e":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.4142135623730951}},"df":1}}},"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{},"df":0,"u":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"l":{"docs":{},"df":0,"s":{"docs":{},"df":0,".":{"docs":{},"df":0,"i":{"docs":{},"df":0,"m":{"docs":{},"df":0,"p":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0}},"df":1}}}}}}}}}}}}}}}}},"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}},"i":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}},"o":{"docs":{},"df":0,"n":{"docs":{},"df":0,"e":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}},"s":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}}}},"o":{"docs":{},"df":0,".":{"docs":{},"df":0,"d":{"docs":{},"df":0,"o":{"docs":{},"df":0,"t":{"docs":{},"df":0,"h":{"docs":{},"df":0,"q":{"docs":{},"df":0,".":{"docs":{},"df":0,"b":{"docs":{},"df":0,"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"w":{"docs":{},"df":0,"s":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}}}}}}}}}},"d":{"docs":{},"df":0,"e":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.7320508075688772},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.7320508075688772}},"df":2}},"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}},"m":{"docs":{},"df":0,"m":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}},"p":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{},"df":0,"i":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}},"e":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}},"u":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}},"n":{"docs":{},"df":0,"f":{"docs":{},"df":0,"i":{"docs":{},"df":0,"g":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0}},"df":1}}},"s":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.4142135623730951}},"df":1,"a":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0}},"df":1}}},"r":{"docs":{},"df":0,"u":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}}}}},"t":{"docs":{},"df":0,"a":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}},"i":{"docs":{},"df":0,"n":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":2}}},"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"b":{"docs":{},"df":0,"u":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}}}}}},"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}}},"p":{"docs":{},"df":0,"i":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}},"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":2.449489742783178},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.7320508075688772}},"df":2}}}},"s":{"docs":{},"df":0,"s":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":2.449489742783178}},"df":2}},"u":{"docs":{},"df":0,"r":{"docs":{},"df":0,"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}},"v":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}},"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"m":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.7320508075688772}},"df":2,"i":{"docs":{},"df":0,"z":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.4142135623730951}},"df":1,"a":{"docs":{},"df":0,"b":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"u":{"docs":{},"df":0,"i":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":1}}}}}}}}}}}}},"y":{"docs":{},"df":0,"c":{"docs":{},"df":0,"l":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}},"d":{"docs":{},"df":0,"a":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.4142135623730951}},"df":1}}},"e":{"docs":{},"df":0,"f":{"docs":{},"df":0,"a":{"docs":{},"df":0,"u":{"docs":{},"df":0,"l":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0},"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0}},"df":2}}}}},"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":1}}},"p":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.7320508075688772}},"df":1}}}},"s":{"docs":{},"df":0,"c":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"b":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":2}}}},"i":{"docs":{},"df":0,"g":{"docs":{},"df":0,"n":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.4142135623730951}},"df":1}}}},"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"p":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":2.0},"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":3}}}}}},"i":{"docs":{},"df":0,"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}}}}},"s":{"docs":{},"df":0,"a":{"docs":{},"df":0,"b":{"docs":{},"df":0,"l":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.7320508075688772}},"df":1}}},"c":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"d":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}},"u":{"docs":{},"df":0,"s":{"docs":{},"df":0,"s":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}}}},"n":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1},"o":{"docs":{},"df":0,"c":{"docs":{"http://127.0.0.1:1111/":{"tf":1.0}},"df":1,"u":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}}}},"m":{"docs":{},"df":0,"a":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.4142135623730951}},"df":1}}}},"n":{"docs":{},"df":0,"e":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}},"t":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.4142135623730951}},"df":1,"h":{"docs":{},"df":0,"q":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1,".":{"docs":{},"df":0,"c":{"docs":{},"df":0,"o":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}}}},"w":{"docs":{},"df":0,"n":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0},"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0}},"df":2,"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.7320508075688772},"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.7320508075688772},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":3}}}}}}},"u":{"docs":{},"df":0,"r":{"docs":{},"df":0,"e":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0}},"df":1}}},"y":{"docs":{},"df":0,"n":{"docs":{},"df":0,"a":{"docs":{},"df":0,"m":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}}}},"e":{"docs":{},"df":0,".":{"docs":{},"df":0,"g":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.4142135623730951}},"df":1}},"8":{"docs":{},"df":0,"8":{"docs":{},"df":0,"c":{"docs":{},"df":0,"4":{"docs":{},"df":0,"0":{"docs":{},"df":0,"1":{"docs":{},"df":0,"e":{"docs":{},"df":0,"1":{"docs":{},"df":0,"b":{"docs":{},"df":0,"1":{"docs":{},"df":0,"f":{"docs":{},"df":0,"2":{"docs":{},"df":0,"2":{"docs":{},"df":0,"4":{"docs":{},"df":0,"2":{"docs":{},"df":0,"d":{"docs":{},"df":0,"9":{"docs":{},"df":0,"e":{"docs":{},"df":0,"4":{"docs":{},"df":0,"4":{"docs":{},"df":0,"1":{"docs":{},"df":0,"c":{"docs":{},"df":0,"4":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":1}}}}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}},"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.7320508075688772}},"df":1}}}}}},"n":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":1,"c":{"docs":{},"df":0,"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"g":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":2}}}}}},"g":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"e":{"docs":{},"df":0,"/":{"docs":{},"df":0,"b":{"docs":{},"df":0,"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"w":{"docs":{},"df":0,"s":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"/":{"docs":{},"df":0,"a":{"docs":{},"df":0,"p":{"docs":{},"df":0,"p":{"docs":{},"df":0,"/":{"docs":{},"df":0,"p":{"docs":{},"df":0,"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"f":{"docs":{},"df":0,"i":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"/":{"docs":{},"df":0,"f":{"docs":{},"df":0,"i":{"docs":{},"df":0,"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"f":{"docs":{},"df":0,"o":{"docs":{},"df":0,"x":{"docs":{},"df":0,".":{"docs":{},"df":0,"j":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":1}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"df":0,"o":{"docs":{},"df":0,"m":{"docs":{},"df":0,"p":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{},"df":0,"s":{"docs":{},"df":0,"/":{"docs":{},"df":0,"c":{"docs":{},"df":0,"u":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"m":{"docs":{},"df":0,"i":{"docs":{},"df":0,"z":{"docs":{},"df":0,"a":{"docs":{},"df":0,"b":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"u":{"docs":{},"df":0,"i":{"docs":{},"df":0,"/":{"docs":{},"df":0,"c":{"docs":{},"df":0,"u":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"m":{"docs":{},"df":0,"i":{"docs":{},"df":0,"z":{"docs":{},"df":0,"a":{"docs":{},"df":0,"b":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"u":{"docs":{},"df":0,"i":{"docs":{},"df":0,".":{"docs":{},"df":0,"j":{"docs":{},"df":0,"s":{"docs":{},"df":0,"m":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":2}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"r":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}}},"q":{"docs":{},"df":0,"u":{"docs":{},"df":0,"i":{"docs":{},"df":0,"v":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}}}}},"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"y":{"docs":{},"df":0,"t":{"docs":{},"df":0,"h":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}}}},"x":{"docs":{},"df":0,"a":{"docs":{},"df":0,"m":{"docs":{},"df":0,"p":{"docs":{},"df":0,"l":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0},"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.4142135623730951}},"df":2}}}},"p":{"docs":{},"df":0,"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":2}},"r":{"docs":{},"df":0,"i":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}},"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}}},"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.4142135623730951},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":2.0}},"df":2}}}},"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":2.23606797749979}},"df":1},"s":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0}},"df":1,"i":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{},"df":0,"c":{"docs":{},"df":0,"o":{"docs":{},"df":0,"m":{"docs":{},"df":0,"m":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.4142135623730951}},"df":1}}}}}}}}}}}}}}},"f":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{},"df":0,"s":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.4142135623730951}},"df":1}},"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}}},"i":{"docs":{},"df":0,"e":{"docs":{},"df":0,"l":{"docs":{},"df":0,"d":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}},"g":{"docs":{},"df":0,"u":{"docs":{},"df":0,"r":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}},"l":{"docs":{},"df":0,"e":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.4142135623730951},"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.4142135623730951},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.7320508075688772}},"df":3},"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"(":{"docs":{},"df":0,"(":{"docs":{},"df":0,"n":{"docs":{},"df":0,"a":{"docs":{},"df":0,"m":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":2}}}}}}}}},"n":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.4142135623730951},"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0}},"df":2}},"d":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":3}},"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"f":{"docs":{},"df":0,"o":{"docs":{},"df":0,"x":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":3.605551275463989},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":2.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":3,"'":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":2},".":{"docs":{},"df":0,"j":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":2.0}},"df":1}}}}}},"s":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.7320508075688772},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":2,"l":{"docs":{},"df":0,"i":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}}},"t":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1},"x":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.4142135623730951}},"df":1}},"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"a":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.4142135623730951}},"df":1}}}},"o":{"docs":{},"df":0,"l":{"docs":{},"df":0,"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"w":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.4142135623730951},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.7320508075688772},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.7320508075688772}},"df":3}}}},"r":{"docs":{},"df":0,"w":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"d":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":2}}}}},"u":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}}},"x":{"docs":{},"df":0,"a":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":2}}},"g":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1,"b":{"docs":{},"df":0,",":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":1}}}},"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{},"df":0,"o":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.4142135623730951}},"df":1}}},"n":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.4142135623730951}},"df":1}}},"t":{"docs":{"http://127.0.0.1:1111/":{"tf":1.0},"http://127.0.0.1:1111/getting-started/":{"tf":1.0},"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.7320508075688772}},"df":3,"p":{"docs":{},"df":0,"o":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{},"df":0,".":{"docs":{},"df":0,"c":{"docs":{},"df":0,"o":{"docs":{},"df":0,"m":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":1}}}}}}}}}}}},"i":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1,"h":{"docs":{},"df":0,"u":{"docs":{},"df":0,"b":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}}},"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"b":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}}},"o":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.4142135623730951},"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.4142135623730951}},"df":2,"a":{"docs":{},"df":0,"l":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":2}}},"t":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":2},"u":{"docs":{},"df":0,"i":{"docs":{},"df":0,"d":{"docs":{"http://127.0.0.1:1111/":{"tf":1.0},"http://127.0.0.1:1111/guides/":{"tf":1.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":3}}}},"h":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{},"df":0,"f":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}},"m":{"docs":{},"df":0,"b":{"docs":{},"df":0,"u":{"docs":{},"df":0,"r":{"docs":{},"df":0,"g":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0},"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0}},"df":2}}}}},"v":{"docs":{},"df":0,"e":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}},"e":{"docs":{},"df":0,"i":{"docs":{},"df":0,"g":{"docs":{},"df":0,"h":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.4142135623730951}},"df":1}}}},"l":{"docs":{},"df":0,"p":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}},"r":{"docs":{},"df":0,"e":{"docs":{"http://127.0.0.1:1111/":{"tf":1.0},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.7320508075688772},"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0}},"df":3}}},"i":{"docs":{},"df":0,"d":{"docs":{},"df":0,"e":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}},"o":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":2}},"u":{"docs":{},"df":0,"r":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.4142135623730951}},"df":1}},"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}}},"q":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1},"t":{"docs":{},"df":0,"m":{"docs":{},"df":0,"l":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}},"t":{"docs":{},"df":0,"p":{"docs":{},"df":0,"s":{"docs":{},"df":0,":":{"docs":{},"df":0,"/":{"docs":{},"df":0,"/":{"docs":{},"df":0,"g":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{},"df":0,"h":{"docs":{},"df":0,"u":{"docs":{},"df":0,"b":{"docs":{},"df":0,".":{"docs":{},"df":0,"c":{"docs":{},"df":0,"o":{"docs":{},"df":0,"m":{"docs":{},"df":0,"/":{"docs":{},"df":0,"g":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"h":{"docs":{},"df":0,"i":{"docs":{},"df":0,"l":{"docs":{},"df":0,"l":{"docs":{},"df":0,"/":{"docs":{},"df":0,"u":{"docs":{},"df":0,"b":{"docs":{},"df":0,"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{},"df":0,"/":{"docs":{},"df":0,"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"s":{"docs":{},"df":0,"e":{"docs":{},"df":0,"s":{"docs":{},"df":0,"/":{"docs":{},"df":0,"d":{"docs":{},"df":0,"o":{"docs":{},"df":0,"w":{"docs":{},"df":0,"n":{"docs":{},"df":0,"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{},"df":0,"/":{"docs":{},"df":0,"1":{"docs":{},"df":0,".":{"docs":{},"df":0,"3":{"docs":{},"df":0,"9":{"docs":{},"df":0,".":{"docs":{},"df":0,"0":{"docs":{},"df":0,"/":{"docs":{},"df":0,"u":{"docs":{},"df":0,"b":{"docs":{},"df":0,"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{},"df":0,"0":{"docs":{},"df":0,"_":{"docs":{},"df":0,"1":{"docs":{},"df":0,".":{"docs":{},"df":0,"3":{"docs":{},"df":0,"9":{"docs":{},"df":0,".":{"docs":{},"df":0,"0":{"docs":{},"df":0,".":{"docs":{},"df":0,"f":{"docs":{},"df":0,"i":{"docs":{},"df":0,"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"f":{"docs":{},"df":0,"o":{"docs":{},"df":0,"x":{"docs":{},"df":0,".":{"docs":{},"df":0,"x":{"docs":{},"df":0,"p":{"docs":{},"df":0,"i":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0}},"df":1}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"df":0,"c":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0},"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.7320508075688772}},"df":3}}},"d":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":2.23606797749979}},"df":1,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.4142135623730951}},"df":1}}}},"m":{"docs":{},"df":0,"p":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":2.449489742783178},"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0}},"df":3}},"s":{"docs":{},"df":0,"s":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}}},"n":{"docs":{},"df":0,"c":{"docs":{},"df":0,"l":{"docs":{},"df":0,"u":{"docs":{},"df":0,"d":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.4142135623730951},"http://127.0.0.1:1111/guides/includingaddons/":{"tf":2.23606797749979},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":3}}}},"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"x":{"docs":{"http://127.0.0.1:1111/":{"tf":1.0}},"df":1}}},"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.4142135623730951}},"df":1}}},"s":{"docs":{},"df":0,"i":{"docs":{},"df":0,"d":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}},"p":{"docs":{},"df":0,"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}}},"t":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.7320508075688772}},"df":1}},"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":1}}},"r":{"docs":{},"df":0,"u":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}}}}},"s":{"docs":{},"df":0,"n":{"docs":{},"df":0,"'":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}},"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"m":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":1}}}},"j":{"docs":{},"df":0,"a":{"docs":{},"df":0,"v":{"docs":{},"df":0,"a":{"docs":{},"df":0,"s":{"docs":{},"df":0,"c":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"p":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}}}}}}}},"o":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}},"k":{"docs":{},"df":0,"e":{"docs":{},"df":0,"e":{"docs":{},"df":0,"p":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.4142135623730951}},"df":1}}},"u":{"docs":{},"df":0,"b":{"docs":{},"df":0,"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"g":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"i":{"docs":{},"df":0,"d":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0}},"df":1}}}}}}}}}}}}}}},"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"g":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}},"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1},"s":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.4142135623730951}},"df":1}}}},"y":{"docs":{},"df":0,"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":1}}}}},"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"n":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}},"f":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.4142135623730951}},"df":1}},"t":{"docs":{},"df":0,"'":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}},"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"e":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0},"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":2.23606797749979}},"df":3},"u":{"docs":{},"df":0,"x":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.7320508075688772}},"df":1}}}},"o":{"docs":{},"df":0,"c":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1},"t":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":2}}},"o":{"docs":{},"df":0,"k":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.4142135623730951},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":2}},"s":{"docs":{},"df":0,"e":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}},"t":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1},"w":{"docs":{},"df":0,"e":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}}}},"m":{"docs":{},"df":0,"a":{"docs":{},"df":0,"c":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1,"h":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}},"o":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}},"d":{"docs":{},"df":0,"e":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.4142135623730951},"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":3}},"k":{"docs":{},"df":0,"e":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.4142135623730951},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.4142135623730951},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":3,"w":{"docs":{},"df":0,"i":{"docs":{},"df":0,"d":{"docs":{},"df":0,"g":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"d":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0}},"df":1,"(":{"docs":{},"df":0,"k":{"docs":{},"df":0,"u":{"docs":{},"df":0,"b":{"docs":{},"df":0,"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"g":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"i":{"docs":{},"df":0,"d":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.4142135623730951}},"df":1}}}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"df":0,"i":{"docs":{},"df":0,"f":{"docs":{},"df":0,"e":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,".":{"docs":{},"df":0,"j":{"docs":{},"df":0,"s":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0}},"df":1}}}}}}}}}}},"r":{"docs":{},"df":0,"g":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":2.0}},"df":1}}}},"t":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"x":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}},"x":{"docs":{},"df":0,"i":{"docs":{},"df":0,"m":{"docs":{},"df":0,"u":{"docs":{},"df":0,"m":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}}}},"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.4142135623730951}},"df":1}},"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"http://127.0.0.1:1111/":{"tf":1.0},"http://127.0.0.1:1111/getting-started/overview/":{"tf":3.872983346207417},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.4142135623730951},"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.4142135623730951},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.7320508075688772}},"df":5,".":{"docs":{},"df":0,"j":{"docs":{},"df":0,"s":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0}},"df":1}}}}}}}},"n":{"docs":{},"df":0,"u":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0},"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.4142135623730951},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":3}}},"i":{"docs":{},"df":0,"g":{"docs":{},"df":0,"u":{"docs":{},"df":0,"e":{"docs":{},"df":0,"l":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}}},"n":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.4142135623730951}},"df":1},"x":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}},"o":{"docs":{},"df":0,"d":{"docs":{},"df":0,"u":{"docs":{},"df":0,"l":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0}},"df":1}}},"r":{"docs":{},"df":0,"e":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}},"z":{"docs":{},"df":0,"i":{"docs":{},"df":0,"l":{"docs":{},"df":0,"l":{"docs":{},"df":0,"a":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.4142135623730951},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":2}}}}}}},"n":{"docs":{},"df":0,"a":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.4142135623730951},"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":3}},"v":{"docs":{},"df":0,"b":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"p":{"docs":{},"df":0,"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"c":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.4142135623730951},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":2}}}}}}},"i":{"docs":{},"df":0,"g":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}},"e":{"docs":{},"df":0,"e":{"docs":{},"df":0,"d":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.4142135623730951},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.7320508075688772}},"df":2}},"w":{"docs":{"http://127.0.0.1:1111/":{"tf":1.0},"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":4,"e":{"docs":{},"df":0,"r":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.7320508075688772}},"df":1}}},"x":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.7320508075688772},"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":3}}},"i":{"docs":{},"df":0,"g":{"docs":{},"df":0,"h":{"docs":{},"df":0,"t":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":2}}}}}},"o":{"docs":{},"df":0,"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"j":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.4142135623730951}},"df":1}}},"t":{"docs":{},"df":0,"e":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0},"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":3}},"w":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.7320508075688772},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.4142135623730951},"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":4}},"p":{"docs":{},"df":0,"m":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.7320508075688772}},"df":1}},"u":{"docs":{},"df":0,"l":{"docs":{},"df":0,"l":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.4142135623730951},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.4142135623730951}},"df":2}}}},"o":{"docs":{},"df":0,"l":{"docs":{},"df":0,"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}}},"n":{"docs":{},"df":0,"c":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}},"p":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0},"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":3}},"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0},"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0}},"df":2}}}}},"s":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1},"u":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":2,"p":{"docs":{},"df":0,"u":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}}},"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"d":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}},"v":{"docs":{},"df":0,"i":{"docs":{},"df":0,"e":{"docs":{},"df":0,"w":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":2}}}}}}},"w":{"docs":{},"df":0,"n":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}},"p":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.7320508075688772}},"df":1},"g":{"docs":{},"df":0,"e":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":2}},"t":{"docs":{},"df":0,"c":{"docs":{},"df":0,"h":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}},"i":{"docs":{},"df":0,"l":{"docs":{},"df":0,"l":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}},"n":{"docs":{},"df":0,"g":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}},"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"c":{"docs":{},"df":0,"e":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.4142135623730951}},"df":1}},"t":{"docs":{},"df":0,"f":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"m":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.4142135623730951}},"df":2}}}}}},"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"s":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}},"o":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.4142135623730951},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":3.0}},"df":2}}}},"p":{"docs":{},"df":0,"u":{"docs":{},"df":0,"l":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}},"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"f":{"docs":{},"df":0,"(":{"docs":{},"df":0,"'":{"docs":{},"df":0,"e":{"docs":{},"df":0,"x":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"s":{"docs":{},"df":0,"i":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{},"df":0,"s":{"docs":{},"df":0,".":{"docs":{},"df":0,"p":{"docs":{},"df":0,"o":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{},"df":0,".":{"docs":{},"df":0,"a":{"docs":{},"df":0,"p":{"docs":{},"df":0,"i":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":1}}},"e":{"docs":{},"df":0,"n":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":1}},"o":{"docs":{},"df":0,"a":{"docs":{},"df":0,"u":{"docs":{},"df":0,"t":{"docs":{},"df":0,"h":{"docs":{},"df":0,"c":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{},"df":0,"s":{"docs":{},"df":0,"u":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"k":{"docs":{},"df":0,"e":{"docs":{},"df":0,"y":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":1}}}}}}}}}}}}}}},"n":{"docs":{},"df":0,"s":{"docs":{},"df":0,"a":{"docs":{},"df":0,"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"c":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":1,"s":{"docs":{},"df":0,".":{"docs":{},"df":0,"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"c":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":1}}}}}}}}}}}}}}}},"s":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":1}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}}}}},"o":{"docs":{},"df":0,"b":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"m":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}},"c":{"docs":{},"df":0,"e":{"docs":{},"df":0,"s":{"docs":{},"df":0,"s":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":2}}}},"g":{"docs":{},"df":0,"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"m":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}},"j":{"docs":{},"df":0,"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.7320508075688772},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0},"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.4142135623730951}},"df":3}}}},"p":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}}}},"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":2}}},"v":{"docs":{},"df":0,"i":{"docs":{},"df":0,"d":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0},"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0}},"df":2}}}}},"s":{"docs":{},"df":0,"u":{"docs":{},"df":0,"d":{"docs":{},"df":0,"o":{"docs":{},"df":0,"m":{"docs":{},"df":0,"i":{"docs":{},"df":0,"m":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}}}}}},"q":{"docs":{},"df":0,"u":{"docs":{},"df":0,"e":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}}}}}},"r":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1,"a":{"docs":{},"df":0,"d":{"docs":{},"df":0,"i":{"docs":{},"df":0,"u":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":2.23606797749979}},"df":1}}}},"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{"http://127.0.0.1:1111/":{"tf":1.0}},"df":1}},"b":{"docs":{},"df":0,"u":{"docs":{},"df":0,"i":{"docs":{},"df":0,"l":{"docs":{},"df":0,"d":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}}}},"c":{"docs":{},"df":0,"e":{"docs":{},"df":0,"i":{"docs":{},"df":0,"v":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}},"p":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}},"o":{"docs":{},"df":0,"m":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":2.23606797749979},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":2}}}}}}},"f":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}},"g":{"docs":{},"df":0,"u":{"docs":{},"df":0,"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}}},"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}},"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"s":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":3.1622776601683795}},"df":1}}},"o":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":2}}}},"m":{"docs":{},"df":0,"o":{"docs":{},"df":0,"v":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.4142135623730951},"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":2.6457513110645907}},"df":3}}},"p":{"docs":{},"df":0,"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"c":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":1}},"i":{"docs":{},"df":0,"c":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}},"o":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.4142135623730951}},"df":1}},"q":{"docs":{},"df":0,"u":{"docs":{},"df":0,"i":{"docs":{},"df":0,"r":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}},"s":{"docs":{},"df":0,"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"r":{"docs":{},"df":0,"c":{"docs":{},"df":0,"e":{"docs":{},"df":0,":":{"docs":{},"df":0,"/":{"docs":{},"df":0,"/":{"docs":{},"df":0,"g":{"docs":{},"df":0,"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"/":{"docs":{},"df":0,"m":{"docs":{},"df":0,"o":{"docs":{},"df":0,"d":{"docs":{},"df":0,"u":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"s":{"docs":{},"df":0,"/":{"docs":{},"df":0,"e":{"docs":{},"df":0,"x":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"s":{"docs":{},"df":0,"i":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{},"df":0,"c":{"docs":{},"df":0,"o":{"docs":{},"df":0,"m":{"docs":{},"df":0,"m":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{},"df":0,".":{"docs":{},"df":0,"j":{"docs":{},"df":0,"s":{"docs":{},"df":0,"m":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0}},"df":1}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"s":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":2}}}}},"o":{"docs":{},"df":0,"o":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}},"u":{"docs":{},"df":0,"n":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.7320508075688772}},"df":1}}},"s":{"docs":{},"df":0,"a":{"docs":{},"df":0,"v":{"docs":{},"df":0,"e":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.4142135623730951}},"df":2}}},"c":{"docs":{},"df":0,"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}},"o":{"docs":{},"df":0,"l":{"docs":{},"df":0,"l":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":2}}}}},"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"c":{"docs":{},"df":0,"h":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":2}}}},"c":{"docs":{},"df":0,"u":{"docs":{},"df":0,"r":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.4142135623730951}},"df":1}}},"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":2.0}},"df":1}}}},"r":{"docs":{},"df":0,"v":{"docs":{},"df":0,"i":{"docs":{},"df":0,"c":{"docs":{},"df":0,"e":{"docs":{},"df":0,"s":{"docs":{},"df":0,".":{"docs":{},"df":0,"p":{"docs":{},"df":0,"o":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"c":{"docs":{},"df":0,"i":{"docs":{},"df":0,"e":{"docs":{},"df":0,"s":{"docs":{},"df":0,".":{"docs":{},"df":0,"i":{"docs":{},"df":0,"s":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{},"df":0,"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"w":{"docs":{},"df":0,"e":{"docs":{},"df":0,"d":{"docs":{},"df":0,"(":{"docs":{},"df":0,"'":{"docs":{},"df":0,"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"m":{"docs":{},"df":0,"o":{"docs":{},"df":0,"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"h":{"docs":{},"df":0,"o":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{},"df":0,"b":{"docs":{},"df":0,"u":{"docs":{},"df":0,"t":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{},"df":0,"b":{"docs":{},"df":0,"y":{"docs":{},"df":0,"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"f":{"docs":{},"df":0,"a":{"docs":{},"df":0,"u":{"docs":{},"df":0,"l":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":2}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":2.449489742783178},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":2,"u":{"docs":{},"df":0,"p":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.4142135623730951},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":3}}}},"h":{"docs":{},"df":0,"o":{"docs":{},"df":0,"w":{"docs":{},"df":0,"n":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}}},"i":{"docs":{},"df":0,"m":{"docs":{},"df":0,"i":{"docs":{},"df":0,"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0},"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0}},"df":2}}}},"p":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"f":{"docs":{},"df":0,"o":{"docs":{},"df":0,"x":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}}},"i":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.4142135623730951}},"df":2,"f":{"docs":{},"df":0,"i":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}}}}},"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"g":{"docs":{},"df":0,"h":{"docs":{},"df":0,"t":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}}}}}},"m":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{},"df":0,"l":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.4142135623730951}},"df":1}}}},"o":{"docs":{},"df":0,"l":{"docs":{},"df":0,"o":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}},"m":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{},"df":0,"h":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}},"w":{"docs":{},"df":0,"h":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0}},"df":1}}}}}},"o":{"docs":{},"df":0,"n":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}},"u":{"docs":{},"df":0,"r":{"docs":{},"df":0,"c":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":2.0},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":2}}}},"p":{"docs":{},"df":0,"a":{"docs":{},"df":0,"c":{"docs":{},"df":0,"e":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}},"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"i":{"docs":{},"df":0,"f":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1,"i":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.4142135623730951}},"df":1}}}}},"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"g":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.4142135623730951},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.4142135623730951}},"df":2}}}}},"q":{"docs":{},"df":0,"u":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.4142135623730951}},"df":1}}}},"r":{"docs":{},"df":0,"c":{"docs":{},"df":0,"/":{"docs":{},"df":0,"b":{"docs":{},"df":0,"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"w":{"docs":{},"df":0,"s":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"/":{"docs":{},"df":0,"t":{"docs":{},"df":0,"h":{"docs":{},"df":0,"e":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{},"df":0,"s":{"docs":{},"df":0,"/":{"docs":{},"df":0,"c":{"docs":{},"df":0,"u":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"m":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1,"/":{"docs":{},"df":0,"s":{"docs":{},"df":0,"h":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"d":{"docs":{},"df":0,"/":{"docs":{},"df":0,"s":{"docs":{},"df":0,"h":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"d":{"docs":{},"df":0,".":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"c":{"docs":{},"df":0,".":{"docs":{},"df":0,"c":{"docs":{},"df":0,"s":{"docs":{},"df":0,"s":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.4142135623730951}},"df":1}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"df":0,"a":{"docs":{},"df":0,"b":{"docs":{},"df":0,"i":{"docs":{},"df":0,"l":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}},"l":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.7320508075688772}},"df":1}},"r":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/":{"tf":1.0},"http://127.0.0.1:1111/getting-started/":{"tf":1.0},"http://127.0.0.1:1111/getting-started/overview/":{"tf":2.23606797749979}},"df":3}}},"e":{"docs":{},"df":0,"p":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":2}},"i":{"docs":{},"df":0,"l":{"docs":{},"df":0,"l":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":1}}},"o":{"docs":{},"df":0,"p":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0},"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":3}},"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"m":{"docs":{},"df":0,".":{"docs":{},"df":0,"s":{"docs":{},"df":0,"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{},"df":0,".":{"docs":{},"df":0,"h":{"docs":{},"df":0,"i":{"docs":{},"df":0,"g":{"docs":{},"df":0,"h":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"g":{"docs":{},"df":0,"h":{"docs":{},"df":0,"t":{"docs":{},"df":0,"s":{"docs":{},"df":0,".":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"c":{"docs":{},"df":0,"l":{"docs":{},"df":0,"u":{"docs":{},"df":0,"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"p":{"docs":{},"df":0,"o":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":1}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{},"df":0,"_":{"docs":{},"df":0,"m":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"_":{"docs":{},"df":0,"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"s":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0}},"df":1}}}}}}}}}}}},"u":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{},"df":0,"u":{"docs":{},"df":0,"r":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}},"g":{"docs":{},"df":0,"g":{"docs":{},"df":0,"l":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}}},"y":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":2.0}},"df":1}}}},"u":{"docs":{},"df":0,"d":{"docs":{},"df":0,"o":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}},"p":{"docs":{},"df":0,"p":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":2.6457513110645907}},"df":1}}}}}},"y":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"m":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0},"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0}},"df":2}}}}}},"t":{"docs":{},"df":0,"a":{"docs":{},"df":0,"b":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":4.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":3,"b":{"docs":{},"df":0,"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"w":{"docs":{},"df":0,"s":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.7320508075688772}},"df":1}}}}}},"k":{"docs":{},"df":0,"e":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1,"n":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":1}}}},"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"m":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}},"m":{"docs":{},"df":0,"p":{"docs":{},"df":0,"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.4142135623730951}},"df":1}}}}}},"h":{"docs":{},"df":0,"e":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}},"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"g":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}},"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"g":{"docs":{},"df":0,"h":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}}}},"i":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}},"o":{"docs":{},"df":0,"d":{"docs":{},"df":0,"o":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}},"o":{"docs":{},"df":0,"l":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.4142135623730951}},"df":2,"b":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.4142135623730951},"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.4142135623730951},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":2.0}},"df":3}},"o":{"docs":{},"df":0,"x":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.7320508075688772}},"df":1}}}}},"p":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0},"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.7320508075688772}},"df":2},"u":{"docs":{},"df":0,"c":{"docs":{},"df":0,"h":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":2}}}},"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}},"i":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{},"df":0,"y":{"docs":{},"df":0,"p":{"docs":{},"df":0,"r":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1,".":{"docs":{},"df":0,"w":{"docs":{},"df":0,"a":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{},"df":0,"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}}}}}}}}}}}}}}},"u":{"docs":{},"df":0,"e":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.4142135623730951}},"df":1}}},"u":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.4142135623730951}},"df":1}}}}}},"u":{"docs":{},"df":0,"b":{"docs":{},"df":0,"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0}},"df":1,"0":{"docs":{},"df":0,"@":{"docs":{},"df":0,"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"y":{"docs":{},"df":0,"m":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{},"df":0,"h":{"docs":{},"df":0,"i":{"docs":{},"df":0,"l":{"docs":{},"df":0,"l":{"docs":{},"df":0,".":{"docs":{},"df":0,"n":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.7320508075688772}},"df":1}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.4142135623730951}},"df":1},"n":{"docs":{},"df":0,"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"s":{"docs":{},"df":0,"o":{"docs":{},"df":0,"l":{"docs":{},"df":0,"v":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}}}}},"p":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.4142135623730951},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":2,"d":{"docs":{},"df":0,"a":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.4142135623730951}},"df":1}}}},"r":{"docs":{},"df":0,"l":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0}},"df":1,"b":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0},"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":3}}}}},"s":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":2.23606797749979},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":2.23606797749979}},"df":2,",":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":1}}},"e":{"docs":{},"df":0,"r":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.4142135623730951}},"df":1,".":{"docs":{},"df":0,"j":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":1}},"_":{"docs":{},"df":0,"p":{"docs":{},"df":0,"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"f":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":1,"(":{"docs":{},"df":0,"'":{"docs":{},"df":0,"e":{"docs":{},"df":0,"x":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"s":{"docs":{},"df":0,"i":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{},"df":0,"s":{"docs":{},"df":0,".":{"docs":{},"df":0,"p":{"docs":{},"df":0,"o":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{},"df":0,".":{"docs":{},"df":0,"a":{"docs":{},"df":0,"p":{"docs":{},"df":0,"i":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":1}}},"e":{"docs":{},"df":0,"n":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":1}},"o":{"docs":{},"df":0,"a":{"docs":{},"df":0,"u":{"docs":{},"df":0,"t":{"docs":{},"df":0,"h":{"docs":{},"df":0,"c":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{},"df":0,"s":{"docs":{},"df":0,"u":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"k":{"docs":{},"df":0,"e":{"docs":{},"df":0,"y":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":1}}}}}}}}}}}}}}}},"s":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":1}}}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"df":0,"h":{"docs":{},"df":0,"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"m":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.4142135623730951},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":2.0}},"df":2}}}}},"n":{"docs":{},"df":0,"a":{"docs":{},"df":0,"m":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}}}}},"v":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{},"df":0,"u":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}},"r":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.7320508075688772}},"df":1,"i":{"docs":{},"df":0,"a":{"docs":{},"df":0,"b":{"docs":{},"df":0,"l":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}},"e":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}}}},"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}},"r":{"docs":{},"df":0,"s":{"docs":{},"df":0,"i":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.4142135623730951}},"df":1}}}}}},"i":{"docs":{},"df":0,"l":{"docs":{},"df":0,"a":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}},"s":{"docs":{},"df":0,"i":{"docs":{},"df":0,"b":{"docs":{},"df":0,"l":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":1}}},"u":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}}}}},"w":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.4142135623730951},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.7320508075688772},"http://127.0.0.1:1111/guides/includingaddons/":{"tf":2.0}},"df":3}},"y":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0}},"df":1}},"e":{"docs":{},"df":0,"b":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1},"e":{"docs":{},"df":0,"k":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.4142135623730951}},"df":1}},"i":{"docs":{},"df":0,"r":{"docs":{},"df":0,"d":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}},"l":{"docs":{},"df":0,"c":{"docs":{},"df":0,"o":{"docs":{},"df":0,"m":{"docs":{"http://127.0.0.1:1111/":{"tf":1.0}},"df":1}}}}},"h":{"docs":{},"df":0,"i":{"docs":{},"df":0,"l":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0},"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":2}}}}},"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{},"df":0,"o":{"docs":{},"df":0,"w":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0},"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":2}}}},"t":{"docs":{},"df":0,"h":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}},"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}}}}},"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}}},"x":{"docs":{},"df":0,")":{"docs":{},"df":0,"h":{"docs":{},"df":0,"t":{"docs":{},"df":0,"m":{"docs":{},"df":0,"l":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}}}}},"y":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"n":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.4142135623730951}},"df":1}}},"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"r":{"docs":{},"df":0,"s":{"docs":{},"df":0,"e":{"docs":{},"df":0,"l":{"docs":{},"df":0,"f":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}}}}}},"z":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"o":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}}}}},"title":{"root":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{},"df":0,"d":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0}},"df":1}}}}},"g":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/":{"tf":1.0}},"df":1}},"u":{"docs":{},"df":0,"i":{"docs":{},"df":0,"d":{"docs":{"http://127.0.0.1:1111/guides/":{"tf":1.0}},"df":1}}}},"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"c":{"docs":{},"df":0,"l":{"docs":{},"df":0,"u":{"docs":{},"df":0,"d":{"docs":{"http://127.0.0.1:1111/guides/includingaddons/":{"tf":1.0}},"df":1}}}},"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"x":{"docs":{"http://127.0.0.1:1111/":{"tf":1.0}},"df":1}}}}},"o":{"docs":{},"df":0,"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"v":{"docs":{},"df":0,"i":{"docs":{},"df":0,"e":{"docs":{},"df":0,"w":{"docs":{"http://127.0.0.1:1111/getting-started/overview/":{"tf":1.0}},"df":1}}}}}}}},"p":{"docs":{},"df":0,"o":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":1}}}}}},"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"m":{"docs":{},"df":0,"o":{"docs":{},"df":0,"v":{"docs":{"http://127.0.0.1:1111/guides/removingpocket/":{"tf":1.0}},"df":1}}}}},"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"t":{"docs":{"http://127.0.0.1:1111/getting-started/":{"tf":1.0}},"df":1}}}}},"u":{"docs":{},"df":0,"s":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"c":{"docs":{},"df":0,"h":{"docs":{},"df":0,"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"m":{"docs":{"http://127.0.0.1:1111/getting-started/userchrome/":{"tf":1.0}},"df":1}}}}}}}}}}}},"documentStore":{"save":true,"docs":{"http://127.0.0.1:1111/":{"body":"","id":"http://127.0.0.1:1111/","title":""},"http://127.0.0.1:1111/getting-started/":{"body":"","id":"http://127.0.0.1:1111/getting-started/","title":"Getting Started"},"http://127.0.0.1:1111/getting-started/overview/":{"body":"Getting started with melon\nWhat is melon\nMelon is a build tool and documentation for creating firefox-based browsers. Its goal is to simplify the process of creating web browsers to encourage competition and development within the space.\nGetting help\nIf you are having problems with following these instructions, or with melon in general, please contact us. You can create a discussion on github, ping @trickypr on the Dot HQ discord, or join our Matrix chat.\nSystem requirements\n\nOS: Linux, Windows, MacOS (We only have active contributors on linux, so other platforms might be a touch buggy)\nMelon dependencies: NodeJS and npm\nBrowser dependencies: TODO: find out what firefox's build dependencies are\n\nGetting started\nThe first thing you are going to need to do is to install melon. As it is a nodejs program it can be installed through npm or yarn.\nnpm install -g melon-build\n# or\nyarn global add melon-build\n\n# Note: Linux and mac users may have to run the above command with sudo\n\nNow create a git repo and clone it to your local machine. Then run melon setup-project inside of that repo. This will ask you a variety of questions in relation to your project setup. Firstly, the release of the browser you want to bind to.\n\nFirefox nightly: Updates every 12 hours, making it almost impossible to keep up to date (not recommended)\nFirefox beta: Updates every 4 weeks. It will have unresolved bugs (not recommended)\nFirefox developer edition: Tracks firefox beta (not recommended)\nFirefox stable: Releases around every 4 weeks, however has most of the bugs from beta fixed\nFirefox extended support release (newer): The latest extended support release. Releases around once every 8 stable cycles (mozilla isn't clear on this). Receives regular small security patches and bug fixes, but no large breaking changes (e.g. proton) between releases.\nFirefox extended support release (newer): The oldest supported extended support release. Maximum security and stability, but will lose support sooner than the newer extended support release.\n\nDot browser currently uses the stable releases, and keeping up to date can be a struggle with a small development team.\nThen next is the version of the browser you want to use. By default melon will populate this with the latest version available, which we recommend using.\nNext it will ask for the name of your browser. Avoid references to firefox or other mozilla brands if you can.\nVendor is the company (or solo developer) who is creating the browser.\nThe appid follows reverse dns naming conventions. For example, DotHQ owns the domain dothq.co, so our browser is co.dothq.browser. If you do not have a domain, you can use your username / psudomim as the appid, e.g. trickypr.watermelon.\nNext you need to chose a starting template for your browser. You can go with userchrome, where you apply css changes to firefox or custom html, where you have to write everything (tabs, navigation, search boxes) yourself. We generally recommend userchrome for new users, as it has the lowest learning curve. Additionally, you can chose to use no template.\nNow you have created the directory structure for your project, you can build it for the first time. First, ask melon to download the firefox source.\nmelon download\n\nAfter the source code has been downloaded, the changes to firefox described in the source code must be applied.\nmelon import\n\nFinally, you can start building the firefox source code. This takes around an hour and a half on my computer, but the binary output will be cached, making later builds faster\nmelon build\n\nNow you can finally start the browser!\nmelon run\n\n","id":"http://127.0.0.1:1111/getting-started/overview/","title":"Overview"},"http://127.0.0.1:1111/getting-started/userchrome/":{"body":"This page will explain the process for applying custom css (or userchrome) to your new browser. I expect you to have already setup melon as described in the overview and have something that looks like the following on your screen.\n\nThe firefox window shown above is constructed from (x)html, styled with css and made dynamic with javascript. This means that the entire browser can be styled with custom css, called userchrome.\nIf you selected the userchrome option when setting up the project, melon will have already created the theme files for you. src/browser/themes/custom/shared/shared.inc.css will be included on all platforms, whilst platform specific styles will be included from similar files in src/browser/themes/custom.\nAdditionally, firefox has an equivalent to \"inspect element\", but for the browser. Click on the hamburger menu, select \"More tools\", then \"Browser toolbox\" to open it.\n\nA touch of design\nThis tutorial will attempt to replicate the design of SimpleFox by Miguel R. Ávila, without copying its code. I would recommend creating your own visual identity for your browser.\nSquaring the tabs\nFirefox's proton made the tabs hover, with mixed reception. Let's reverse that.\nUsing the select tool (top left of the browser toolbox) select the active tab and look for what element provides the background. In this case it is the .tab-background element.\nYou can scroll down to find the code where the border radius is set. In firefox 91, this is:\n.tab-background {\n border-radius: var(--tab-border-radius);\n margin-block: var(--tab-block-margin);\n}\n\nFirefox uses css variables for a lot of its properties, meaning we can make the tabs square by setting the border radius to 0. Here, the margin, which makes the tabs \"float is set\", so setting it to zero will cause them to stop floating. This can be done by adding the following line to src/browser/themes/custom/shared/shared.inc.css:\n:root {\n --tab-border-radius: 0 !important;\n --tab-block-margin: 0 !important;\n}\n\nRebuilding the browser, the tabs are now slightly closer to how we want them.\n\nThere is this weird padding to the left of the active tab. This is caused by the following css:\n.tabbrowser-tab {\n min-height: var(--tab-min-height);\n padding-inline: 2px !important;\n}\n\nAs mozilla are using !important here, we have to use css priority to override it, rather than simply creating our own style with !important.\n#tabbrowser-arrowscrollbox .tabbrowser-tab {\n padding-inline: 0 !important;\n}\n\nNow, I want to remove the \"Nightly\" pill in the search bar, along with the background of it. Using the browser toolbox, we can figure out that we have to hide #identity-icon-box, remove the border on #urlbar-background and set --toolbar-field-background-color to the value of --toolbar-bgcolor.\n\nI encourage you to experiment and customize your browser to fit what you want your browser to be.\nThe source code for this tutorial can be found here\n","id":"http://127.0.0.1:1111/getting-started/userchrome/","title":"Userchrome"},"http://127.0.0.1:1111/guides/":{"body":"","id":"http://127.0.0.1:1111/guides/","title":"Guides"},"http://127.0.0.1:1111/guides/includingaddons/":{"body":"Including addons\nMelon provides an automated system for including extensions in your project. The addons are downloaded and included during the download build step. Addons can be included in the project config (melon.json).\n{\n // Your options here\n \"addons\": {\n \"ublock\": {\n \"id\": \"uBlock0@raymondhill.net\",\n \"url\": \"https://github.com/gorhill/uBlock/releases/download/1.39.0/uBlock0_1.39.0.firefox.xpi\"\n }\n }\n}\n\nNote that the id is the gecko application id specified in the manifest.json.\n{\n // ...\n\n \"browser_specific_settings\": {\n \"gecko\": {\n \"id\": \"uBlock0@raymondhill.net\",\n \"strict_min_version\": \"60.0\"\n }\n }\n\n // ...\n}\n\nSpecifying location in customizable ui\nBy default, when an addon with a toolbar button, it will placed next to the hamburger menu. However, you may want to place it somewhere else. To do this, you must change the customizable ui in a similar way to how you would to remove pocket.\nYou are going to want to open engine/browser/components/customizableui/CustomizableUI.jsm. At the top, you want to import the ExtensionCommon module.\nconst { makeWidgetId } = ChromeUtils.import(\n 'resource://gre/modules/ExtensionCommon.jsm'\n).ExtensionCommon\n\nThen, at the top add a constant with the id of the addon at the top of the file, for example:\nconst kUBlockOriginID = 'uBlock0@raymondhill.net'\n\nNow, you can go down to the navbarPlacements array (around line 240) and add\n`${makeWidgetId(kUBlockOriginID)}-browser-action`,\n\nTo the array where you want the icon to appear, for example:\nlet navbarPlacements = [\n 'back-button',\n 'forward-button',\n 'stop-reload-button',\n Services.policies.isAllowed('removeHomeButtonByDefault')\n ? null\n : 'home-button',\n 'spring',\n `${makeWidgetId(kUBlockOriginID)}-browser-action`,\n 'urlbar-container',\n 'spring',\n 'save-to-pocket-button',\n 'downloads-button',\n AppConstants.MOZ_DEV_EDITION ? 'developer-button' : null,\n 'fxa-toolbar-menu-button',\n].filter((name) => name)\n\nFinally, export the changes you have made:\nmelon export-file browser/components/customizableui/CustomizableUI.jsm\n\n","id":"http://127.0.0.1:1111/guides/includingaddons/","title":"Including addons"},"http://127.0.0.1:1111/guides/removingpocket/":{"body":"Removing pocket\nNote: This expects you have melon setup.\nDisabling in firefox.js\nThe goal of this guide is to disable pocket and remove its icon from the toolbar. The first changes we will need to make is to the firefox.js file located in engine/browser/app/profile/firefox.js. Scroll to the lines that include the following settings (around line 1980 in firefox 94):\npref('extensions.pocket.api', 'api.getpocket.com')\npref('extensions.pocket.enabled', true)\npref('extensions.pocket.oAuthConsumerKey', '40249-e88c401e1b1f2242d9e441c4')\npref('extensions.pocket.site', 'getpocket.com')\npref('extensions.pocket.onSaveRecs', true)\npref('extensions.pocket.onSaveRecs.locales', 'en-US,en-GB,en-CA')\n\nDelete these lines and replace them with the following:\n// Taken from BetterFox user.js\nuser_pref('extensions.pocket.enabled', false)\nuser_pref('extensions.pocket.api', ' ')\nuser_pref('extensions.pocket.oAuthConsumerKey', ' ')\nuser_pref('extensions.pocket.site', ' ')\n\nNext, you will need to remove pocket from the new tab page. You can do this by simply adding the following line to the bottom of firefox.js:\nuser_pref(\n 'browser.newtabpage.activity-stream.section.highlights.includePocket',\n false\n)\n\nNow you simply need to export the changes made to firefox.js:\nmelon export-file browser/app/profile/firefox.js\n\nRemoving pocket icon from toolbar\nWhilst the steps above will have disabled pocket. The pocket icon will still be visible in the toolbar. Instead you must remove it from the CustomizableUI layout. Open engine/browser/components/customizableui/CustomizableUI.jsm and find the array that looks like this (around line 240):\nlet navbarPlacements = [\n 'back-button',\n 'forward-button',\n 'stop-reload-button',\n Services.policies.isAllowed('removeHomeButtonByDefault')\n ? null\n : 'home-button',\n 'spring',\n 'urlbar-container',\n 'spring',\n 'save-to-pocket-button',\n 'downloads-button',\n AppConstants.MOZ_DEV_EDITION ? 'developer-button' : null,\n 'fxa-toolbar-menu-button',\n].filter((name) => name)\n\nRemove the save-to-pocket-button item from the array and export the changes:\nmelon export-file browser/components/customizableui/CustomizableUI.jsm\n\n","id":"http://127.0.0.1:1111/guides/removingpocket/","title":"Removing pocket"}},"docInfo":{"http://127.0.0.1:1111/":{"body":0,"title":0},"http://127.0.0.1:1111/getting-started/":{"body":0,"title":2},"http://127.0.0.1:1111/getting-started/overview/":{"body":358,"title":1},"http://127.0.0.1:1111/getting-started/userchrome/":{"body":275,"title":1},"http://127.0.0.1:1111/guides/":{"body":0,"title":1},"http://127.0.0.1:1111/guides/includingaddons/":{"body":149,"title":2},"http://127.0.0.1:1111/guides/removingpocket/":{"body":159,"title":2}},"length":7},"lang":"English"}; \ No newline at end of file diff --git a/docs_old/static/images/userchrome/browser-toolbox.png b/docs_old/static/images/userchrome/browser-toolbox.png deleted file mode 100644 index 8c8e8bc..0000000 Binary files a/docs_old/static/images/userchrome/browser-toolbox.png and /dev/null differ diff --git a/docs_old/static/images/userchrome/css-basic.png b/docs_old/static/images/userchrome/css-basic.png deleted file mode 100644 index 77526e3..0000000 Binary files a/docs_old/static/images/userchrome/css-basic.png and /dev/null differ diff --git a/docs_old/static/images/userchrome/css-final.png b/docs_old/static/images/userchrome/css-final.png deleted file mode 100644 index eb76354..0000000 Binary files a/docs_old/static/images/userchrome/css-final.png and /dev/null differ diff --git a/docs_old/static/images/userchrome/css-square-tabs.png b/docs_old/static/images/userchrome/css-square-tabs.png deleted file mode 100644 index d800aea..0000000 Binary files a/docs_old/static/images/userchrome/css-square-tabs.png and /dev/null differ diff --git a/docs_old/static/js.js b/docs_old/static/js.js deleted file mode 100644 index 06223ba..0000000 --- a/docs_old/static/js.js +++ /dev/null @@ -1,291 +0,0 @@ -// search script, borrowed from book theme - -function debounce(func, wait) { - let timeout; - - return function () { - const context = this; - const args = arguments; - clearTimeout(timeout); - - timeout = setTimeout(() => { - timeout = null; - func.apply(context, args); - }, wait); - }; - } - - // Taken from mdbook - // The strategy is as follows: - // First, assign a value to each word in the document: - // Words that correspond to search terms (stemmer aware): 40 - // Normal words: 2 - // First word in a sentence: 8 - // Then use a sliding window with a constant number of words and count the - // sum of the values of the words within the window. Then use the window that got the - // maximum sum. If there are multiple maximas, then get the last one. - // Enclose the terms in . - function makeTeaser(body, terms) { - const TERM_WEIGHT = 40; - const NORMAL_WORD_WEIGHT = 2; - const FIRST_WORD_WEIGHT = 8; - const TEASER_MAX_WORDS = 30; - - const stemmedTerms = terms.map((w) => elasticlunr.stemmer(w.toLowerCase())); - let termFound = false; - let index = 0; - const weighted = []; // contains elements of ["word", weight, index_in_document] - - // split in sentences, then words - const sentences = body.toLowerCase().split(". "); - - for (var i in sentences) { - const words = sentences[i].split(" "); - let value = FIRST_WORD_WEIGHT; - - for (const j in words) { - var word = words[j]; - - if (word.length > 0) { - for (const k in stemmedTerms) { - if (elasticlunr.stemmer(word).startsWith(stemmedTerms[k])) { - value = TERM_WEIGHT; - termFound = true; - } - } - weighted.push([word, value, index]); - value = NORMAL_WORD_WEIGHT; - } - - index += word.length; - index += 1; // ' ' or '.' if last word in sentence - } - - index += 1; // because we split at a two-char boundary '. ' - } - - if (weighted.length === 0) { - return body; - } - - const windowWeights = []; - const windowSize = Math.min(weighted.length, TEASER_MAX_WORDS); - // We add a window with all the weights first - let curSum = 0; - for (var i = 0; i < windowSize; i++) { - curSum += weighted[i][1]; - } - windowWeights.push(curSum); - - for (var i = 0; i < weighted.length - windowSize; i++) { - curSum -= weighted[i][1]; - curSum += weighted[i + windowSize][1]; - windowWeights.push(curSum); - } - - // If we didn't find the term, just pick the first window - let maxSumIndex = 0; - if (termFound) { - let maxFound = 0; - // backwards - for (var i = windowWeights.length - 1; i >= 0; i--) { - if (windowWeights[i] > maxFound) { - maxFound = windowWeights[i]; - maxSumIndex = i; - } - } - } - - const teaser = []; - let startIndex = weighted[maxSumIndex][2]; - for (var i = maxSumIndex; i < maxSumIndex + windowSize; i++) { - var word = weighted[i]; - if (startIndex < word[2]) { - // missing text from index to start of `word` - teaser.push(body.substring(startIndex, word[2])); - startIndex = word[2]; - } - - // add around search terms - if (word[1] === TERM_WEIGHT) { - teaser.push(""); - } - startIndex = word[2] + word[0].length; - teaser.push(body.substring(word[2], startIndex)); - - if (word[1] === TERM_WEIGHT) { - teaser.push(""); - } - } - teaser.push("…"); - return teaser.join(""); - } - - function formatSearchResultItem(item, terms) { - const li = document.createElement("li"); - li.classList.add("search-results__item"); - li.innerHTML = `${item.doc.title}`; - li.innerHTML += `
${makeTeaser(item.doc.body, terms)}
`; - return li; - } - - // Go from the book view to the search view - function toggleSearchMode() { - const $wrapContent = document.querySelector("#wrap"); - const $searchIcon = document.querySelector("#search-ico"); - const $searchContainer = document.querySelector(".search-container"); - if ($searchContainer.classList.contains("search-container--is-visible")) { - $searchContainer.classList.remove("search-container--is-visible"); - $wrapContent.style.display = ""; - $searchIcon.className = "ms-Icon--Search"; - } else { - $searchContainer.classList.add("search-container--is-visible"); - $wrapContent.style.display = "none"; - $searchIcon.className = "ms-Icon--ChromeClose"; - document.getElementById("search").focus(); - } - } - - function initSearch() { - const $searchInput = document.getElementById("search"); - if (!$searchInput) { - return; - } - const $searchIcon = document.querySelector("#search-ico"); - $searchIcon.addEventListener("click", toggleSearchMode); - - const $searchResults = document.querySelector(".search-results"); - const $searchResultsHeader = document.querySelector(".search-results__header"); - const $searchResultsItems = document.querySelector(".search-results__items"); - const MAX_ITEMS = 100; - - const options = { - bool: "AND", - fields: { - title: {boost: 2}, - body: {boost: 1}, - } - }; - let currentTerm = ""; - const index = elasticlunr.Index.load(window.searchIndex); - - $searchInput.addEventListener("keyup", debounce(() => { - const term = $searchInput.value.trim(); - if (term === currentTerm || !index) { - return; - } - $searchResults.style.display = term === "" ? "none" : "block"; - $searchResultsItems.innerHTML = ""; - if (term === "") { - return; - } - - const results = index.search(term, options).filter((r) => r.doc.body !== ""); - if (results.length === 0) { - $searchResultsHeader.innerText = `Nothing like «${term}»`; - return; - } - - currentTerm = term; - $searchResultsHeader.innerText = `${results.length} found for «${term}»:`; - for (let i = 0; i < Math.min(results.length, MAX_ITEMS); i++) { - if (!results[i].doc.body) { - continue; - } - // var item = document.createElement("li"); - // item.innerHTML = formatSearchResultItem(results[i], term.split(" ")); - console.log(results[i]); - $searchResultsItems.appendChild(formatSearchResultItem(results[i], term.split(" "))); - } - }, 150)); - } - - if (document.readyState === "complete" || - (document.readyState !== "loading" && !document.documentElement.doScroll) - ) { - initSearch(); - } else { - document.addEventListener("DOMContentLoaded", initSearch); - } - -// mobile - - function burger() { - const x = document.querySelector("#trees"); - const y = document.querySelector("#mobile"); - - if (x.style.display === "block") { - x.style.display = "none"; - y.className = "ms-Icon--GlobalNavButton"; - } else { - x.style.display = "block"; - y.className = "ms-Icon--ChromeClose"; - } - } - -// https://aaronluna.dev/blog/add-copy-button-to-code-blocks-hugo-chroma/ - -function createCopyButton(highlightDiv) { - const button = document.createElement("button"); - button.className = "copy-code-button "; - button.type = "button"; - button.innerHTML = ""; - button.addEventListener("click", () => - copyCodeToClipboard(button, highlightDiv) - ); - addCopyButtonToDom(button, highlightDiv); -} - -async function copyCodeToClipboard(button, highlightDiv) { - const codeToCopy = highlightDiv.querySelector(":last-child > code") - .innerText; - try { - result = await navigator.permissions.query({ name: "clipboard-write" }); - if (result.state == "granted" || result.state == "prompt") { - await navigator.clipboard.writeText(codeToCopy); - } else { - copyCodeBlockExecCommand(codeToCopy, highlightDiv); - } - } catch (_) { - copyCodeBlockExecCommand(codeToCopy, highlightDiv); - } finally { - codeWasCopied(button); - } -} - -function copyCodeBlockExecCommand(codeToCopy, highlightDiv) { - const textArea = document.createElement("textArea"); - textArea.contentEditable = "true"; - textArea.readOnly = "false"; - textArea.className = "copyable-text-area"; - textArea.value = codeToCopy; - highlightDiv.insertBefore(textArea, highlightDiv.firstChild); - const range = document.createRange(); - range.selectNodeContents(textArea); - const sel = window.getSelection(); - sel.removeAllRanges(); - sel.addRange(range); - textArea.setSelectionRange(0, 999999); - document.execCommand("copy"); - highlightDiv.removeChild(textArea); -} - -function codeWasCopied(button) { - button.blur(); - button.innerHTML = ""; - setTimeout(() => { - button.innerHTML = ""; - }, 2000); -} - -function addCopyButtonToDom(button, highlightDiv) { - highlightDiv.insertBefore(button, highlightDiv.firstChild); - const wrapper = document.createElement("div"); - wrapper.className = "highlight-wrapper"; - highlightDiv.parentNode.insertBefore(wrapper, highlightDiv); - wrapper.appendChild(highlightDiv); -} - -document - .querySelectorAll("pre") - .forEach((highlightDiv) => createCopyButton(highlightDiv)); diff --git a/docs_old/static/logo.svg b/docs_old/static/logo.svg deleted file mode 100644 index 5d7d965..0000000 --- a/docs_old/static/logo.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/docs_old/theme.toml b/docs_old/theme.toml deleted file mode 100644 index d4fa116..0000000 --- a/docs_old/theme.toml +++ /dev/null @@ -1,8 +0,0 @@ -name = "Melon" -description = "🍉 Build Firefox-based browsers with ease" -license = "MPL 2.0" -homepage = "https://github.com/dothq/melon" -min_version = "1.14.0" - -[author] -name = "TrickyPR"