[
  {
    "path": ".github/ISSUE_TEMPLATE.md",
    "content": "## Issue Description\n\n## Steps to Reproduce\n- .\n- .\n- .\n\n## Tasks\n- [ ] t1\n- [ ] t2\n- [ ] t3\n\n## Screenshots and Documentation\n"
  },
  {
    "path": ".github/PULL_REQUEST_TEMPLATE.md",
    "content": "## Fixes #\n\n### Changes Proposed in this Pull Request:\n- .\n- .\n- .\n\n### Additional Comments and Documentation:\n"
  },
  {
    "path": ".gitignore",
    "content": "/.idea/\n.build/"
  },
  {
    "path": "CODE_OF_CONDUCT.md",
    "content": "# Contributor Covenant Code of Conduct\n\n## Our Pledge\n\nIn the interest of fostering an open and welcoming environment, we as\ncontributors and maintainers pledge to making participation in our project and\nour community a harassment-free experience for everyone, regardless of age, body\nsize, disability, ethnicity, gender identity and expression, level of\nexperience, nationality, personal appearance, race, religion, or sexual identity\nand orientation.\n\n## Our Standards\n\nExamples of behavior that contributes to creating a positive environment\ninclude:\n\n* Using welcoming and inclusive language\n* Being respectful of differing viewpoints and experiences\n* Gracefully accepting constructive criticism\n* Focusing on what is best for the community\n* Showing empathy towards other community members\n\nExamples of unacceptable behavior by participants include:\n\n* The use of sexualized language or imagery and unwelcome sexual attention or\n  advances\n* Trolling, insulting/derogatory comments, and personal or political attacks\n* Public or private harassment\n* Publishing others' private information, such as a physical or electronic\n  address, without explicit permission\n* Other conduct which could reasonably be considered inappropriate in a\n  professional setting\n\n## Our Responsibilities\n\nProject maintainers are responsible for clarifying the standards of acceptable\nbehavior and are expected to take appropriate and fair corrective action in\nresponse to any instances of unacceptable behavior.\n\nProject maintainers have the right and responsibility to remove, edit, or reject\ncomments, commits, code, wiki edits, issues, and other contributions that are\nnot aligned to this Code of Conduct, or to ban temporarily or permanently any\ncontributor for other behaviors that they deem inappropriate, threatening,\noffensive, or harmful.\n\n## Scope\n\nThis Code of Conduct applies both within project spaces and in public spaces\nwhen an individual is representing the project or its community. Examples of\nrepresenting a project or community include using an official project e-mail\naddress, posting via an official social media account, or acting as an appointed\nrepresentative at an online or offline event. Representation of a project may be\nfurther defined and clarified by project maintainers.\n\n## Enforcement\n\nInstances of abusive, harassing, or otherwise unacceptable behavior may be\nreported by contacting the project team at brandon1024.br@gmail.com. The project\nteam will review and investigate all complaints, and will respond in a way that\nit deems appropriate to the circumstances. The project team is obligated to\nmaintain confidentiality with regard to the reporter of an incident. Further\ndetails of specific enforcement policies may be posted separately.\n\nProject maintainers who do not follow or enforce the Code of Conduct in good\nfaith may face temporary or permanent repercussions as determined by other\nmembers of the project's leadership.\n\n## Attribution\n\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage],\nversion 1.4, available at [http://contributor-covenant.org/version/1/4][version]\n\n[homepage]: http://contributor-covenant.org\n[version]: http://contributor-covenant.org/version/1/4/\n"
  },
  {
    "path": "CONTRIBUTING.md",
    "content": "# Contributing to {find+}\n\nWe need help! We feel this project has great potential, but there is a lot of\nwork to go around. If you are interested in becoming a contributor, reading this\ndocument should help you get started.\n\nAll contributions from the community must follow the [Code of Conduct](CODE_OF_CONDUCT.md).\n\n## Reporting an Issue\n\nDid you notice an issue? We probably missed something. Let us know by [opening\nan issue](https://github.com/brandon1024/find/issues). Be sure to check whether\nthe issue has already been brought up (expand upon the issue if you have more\ndetails), or whether the issue has been fixed in a new release.\n\nIn creating a new issue, ensure you use a succinct title, full description, and\nimages if applicable.\n\nIf you think you can fix the issue yourself, follow the steps to become a\ncontributor. If you feel the issue is outside of your comfort zone, you can\nmention someone in the description or assign the issue to another developer.\n\n## Making Changes\n\nOur project follows the git-flow. This means that we have a `master`\n(stable-release) branch, and a `develop` (beta) branch. All proposed changes\nmust be targeted at the `develop` branch.\n\nOnce you create a fork of this repository, you can make your changes on a\nfeature branch and open a pull request to the upstream project when it's ready.\n\nOnce you think your changes are ready to be merged, create a pull request. Use a\nsuccinct title, full description, and images if applicable. Linking a pull\nrequest to the original issue helps the reviewer when testing your changes.\nProvide a description of how you tested your changes locally. Another developer\nwill review your changes, provide feedback, and merge once everything looks\ngood.\n\n## Reviewing a Pull Request\n\nCode reviews plays an important part of our development cycle. As a reviewer,\nit's important to check that fixes/functionality is working as described, that\nthe changes follow good style guidelines, and that the changes provide value to\nthe project.\n"
  },
  {
    "path": "LICENSE",
    "content": "                    GNU GENERAL PUBLIC LICENSE\n                       Version 3, 29 June 2007\n\n Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n                            Preamble\n\n  The GNU General Public License is a free, copyleft license for\nsoftware and other kinds of works.\n\n  The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works.  By contrast,\nthe GNU General Public License is intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users.  We, the Free Software Foundation, use the\nGNU General Public License for most of our software; it applies also to\nany other work released this way by its authors.  You can apply it to\nyour programs, too.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n\n  To protect your rights, we need to prevent others from denying you\nthese rights or asking you to surrender the rights.  Therefore, you have\ncertain responsibilities if you distribute copies of the software, or if\nyou modify it: responsibilities to respect the freedom of others.\n\n  For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must pass on to the recipients the same\nfreedoms that you received.  You must make sure that they, too, receive\nor can get the source code.  And you must show them these terms so they\nknow their rights.\n\n  Developers that use the GNU GPL protect your rights with two steps:\n(1) assert copyright on the software, and (2) offer you this License\ngiving you legal permission to copy, distribute and/or modify it.\n\n  For the developers' and authors' protection, the GPL clearly explains\nthat there is no warranty for this free software.  For both users' and\nauthors' sake, the GPL requires that modified versions be marked as\nchanged, so that their problems will not be attributed erroneously to\nauthors of previous versions.\n\n  Some devices are designed to deny users access to install or run\nmodified versions of the software inside them, although the manufacturer\ncan do so.  This is fundamentally incompatible with the aim of\nprotecting users' freedom to change the software.  The systematic\npattern of such abuse occurs in the area of products for individuals to\nuse, which is precisely where it is most unacceptable.  Therefore, we\nhave designed this version of the GPL to prohibit the practice for those\nproducts.  If such problems arise substantially in other domains, we\nstand ready to extend this provision to those domains in future versions\nof the GPL, as needed to protect the freedom of users.\n\n  Finally, every program is threatened constantly by software patents.\nStates should not allow patents to restrict development and use of\nsoftware on general-purpose computers, but in those that do, we wish to\navoid the special danger that patents applied to a free program could\nmake it effectively proprietary.  To prevent this, the GPL assures that\npatents cannot be used to render the program non-free.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n                       TERMS AND CONDITIONS\n\n  0. Definitions.\n\n  \"This License\" refers to version 3 of the GNU General Public License.\n\n  \"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n\n  \"The Program\" refers to any copyrightable work licensed under this\nLicense.  Each licensee is addressed as \"you\".  \"Licensees\" and\n\"recipients\" may be individuals or organizations.\n\n  To \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy.  The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\n\n  A \"covered work\" means either the unmodified Program or a work based\non the Program.\n\n  To \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy.  Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\n\n  To \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies.  Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\n\n  An interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License.  If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\n  1. Source Code.\n\n  The \"source code\" for a work means the preferred form of the work\nfor making modifications to it.  \"Object code\" means any non-source\nform of a work.\n\n  A \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\n\n  The \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form.  A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\n\n  The \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities.  However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work.  For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\n\n  The Corresponding Source need not include anything that users\ncan regenerate automatically from other parts of the Corresponding\nSource.\n\n  The Corresponding Source for a work in source code form is that\nsame work.\n\n  2. Basic Permissions.\n\n  All rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met.  This License explicitly affirms your unlimited\npermission to run the unmodified Program.  The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work.  This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\n\n  You may make, run and propagate covered works that you do not\nconvey, without conditions so long as your license otherwise remains\nin force.  You may convey covered works to others for the sole purpose\nof having them make modifications exclusively for you, or provide you\nwith facilities for running those works, provided that you comply with\nthe terms of this License in conveying all material for which you do\nnot control copyright.  Those thus making or running the covered works\nfor you must do so exclusively on your behalf, under your direction\nand control, on terms that prohibit them from making any copies of\nyour copyrighted material outside their relationship with you.\n\n  Conveying under any other circumstances is permitted solely under\nthe conditions stated below.  Sublicensing is not allowed; section 10\nmakes it unnecessary.\n\n  3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n\n  No covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\n\n  When you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such circumvention\nis effected by exercising rights under this License with respect to\nthe covered work, and you disclaim any intention to limit operation or\nmodification of the work as a means of enforcing, against the work's\nusers, your or third parties' legal rights to forbid circumvention of\ntechnological measures.\n\n  4. Conveying Verbatim Copies.\n\n  You may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\n\n  You may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\n  5. Conveying Modified Source Versions.\n\n  You may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these conditions:\n\n    a) The work must carry prominent notices stating that you modified\n    it, and giving a relevant date.\n\n    b) The work must carry prominent notices stating that it is\n    released under this License and any conditions added under section\n    7.  This requirement modifies the requirement in section 4 to\n    \"keep intact all notices\".\n\n    c) You must license the entire work, as a whole, under this\n    License to anyone who comes into possession of a copy.  This\n    License will therefore apply, along with any applicable section 7\n    additional terms, to the whole of the work, and all its parts,\n    regardless of how they are packaged.  This License gives no\n    permission to license the work in any other way, but it does not\n    invalidate such permission if you have separately received it.\n\n    d) If the work has interactive user interfaces, each must display\n    Appropriate Legal Notices; however, if the Program has interactive\n    interfaces that do not display Appropriate Legal Notices, your\n    work need not make them do so.\n\n  A compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit.  Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\n  6. Conveying Non-Source Forms.\n\n  You may convey a covered work in object code form under the terms\nof sections 4 and 5, provided that you also convey the\nmachine-readable Corresponding Source under the terms of this License,\nin one of these ways:\n\n    a) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by the\n    Corresponding Source fixed on a durable physical medium\n    customarily used for software interchange.\n\n    b) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by a\n    written offer, valid for at least three years and valid for as\n    long as you offer spare parts or customer support for that product\n    model, to give anyone who possesses the object code either (1) a\n    copy of the Corresponding Source for all the software in the\n    product that is covered by this License, on a durable physical\n    medium customarily used for software interchange, for a price no\n    more than your reasonable cost of physically performing this\n    conveying of source, or (2) access to copy the\n    Corresponding Source from a network server at no charge.\n\n    c) Convey individual copies of the object code with a copy of the\n    written offer to provide the Corresponding Source.  This\n    alternative is allowed only occasionally and noncommercially, and\n    only if you received the object code with such an offer, in accord\n    with subsection 6b.\n\n    d) Convey the object code by offering access from a designated\n    place (gratis or for a charge), and offer equivalent access to the\n    Corresponding Source in the same way through the same place at no\n    further charge.  You need not require recipients to copy the\n    Corresponding Source along with the object code.  If the place to\n    copy the object code is a network server, the Corresponding Source\n    may be on a different server (operated by you or a third party)\n    that supports equivalent copying facilities, provided you maintain\n    clear directions next to the object code saying where to find the\n    Corresponding Source.  Regardless of what server hosts the\n    Corresponding Source, you remain obligated to ensure that it is\n    available for as long as needed to satisfy these requirements.\n\n    e) Convey the object code using peer-to-peer transmission, provided\n    you inform other peers where the object code and Corresponding\n    Source of the work are being offered to the general public at no\n    charge under subsection 6d.\n\n  A separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\n\n  A \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal, family,\nor household purposes, or (2) anything designed or sold for incorporation\ninto a dwelling.  In determining whether a product is a consumer product,\ndoubtful cases shall be resolved in favor of coverage.  For a particular\nproduct received by a particular user, \"normally used\" refers to a\ntypical or common use of that class of product, regardless of the status\nof the particular user or of the way in which the particular user\nactually uses, or expects or is expected to use, the product.  A product\nis a consumer product regardless of whether the product has substantial\ncommercial, industrial or non-consumer uses, unless such uses represent\nthe only significant mode of use of the product.\n\n  \"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to install\nand execute modified versions of a covered work in that User Product from\na modified version of its Corresponding Source.  The information must\nsuffice to ensure that the continued functioning of the modified object\ncode is in no case prevented or interfered with solely because\nmodification has been made.\n\n  If you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information.  But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\n\n  The requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or updates\nfor a work that has been modified or installed by the recipient, or for\nthe User Product in which it has been modified or installed.  Access to a\nnetwork may be denied when the modification itself materially and\nadversely affects the operation of the network or violates the rules and\nprotocols for communication across the network.\n\n  Corresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\n  7. Additional Terms.\n\n  \"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law.  If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\n\n  When you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit.  (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.)  You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\n\n  Notwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\n\n    a) Disclaiming warranty or limiting liability differently from the\n    terms of sections 15 and 16 of this License; or\n\n    b) Requiring preservation of specified reasonable legal notices or\n    author attributions in that material or in the Appropriate Legal\n    Notices displayed by works containing it; or\n\n    c) Prohibiting misrepresentation of the origin of that material, or\n    requiring that modified versions of such material be marked in\n    reasonable ways as different from the original version; or\n\n    d) Limiting the use for publicity purposes of names of licensors or\n    authors of the material; or\n\n    e) Declining to grant rights under trademark law for use of some\n    trade names, trademarks, or service marks; or\n\n    f) Requiring indemnification of licensors and authors of that\n    material by anyone who conveys the material (or modified versions of\n    it) with contractual assumptions of liability to the recipient, for\n    any liability that these contractual assumptions directly impose on\n    those licensors and authors.\n\n  All other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10.  If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term.  If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\n\n  If you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\n\n  Additional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions;\nthe above requirements apply either way.\n\n  8. Termination.\n\n  You may not propagate or modify a covered work except as expressly\nprovided under this License.  Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\n\n  However, if you cease all violation of this License, then your\nlicense from a particular copyright holder is reinstated (a)\nprovisionally, unless and until the copyright holder explicitly and\nfinally terminates your license, and (b) permanently, if the copyright\nholder fails to notify you of the violation by some reasonable means\nprior to 60 days after the cessation.\n\n  Moreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\n\n  Termination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License.  If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\n  9. Acceptance Not Required for Having Copies.\n\n  You are not required to accept this License in order to receive or\nrun a copy of the Program.  Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance.  However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work.  These actions infringe copyright if you do\nnot accept this License.  Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\n  10. Automatic Licensing of Downstream Recipients.\n\n  Each time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License.  You are not responsible\nfor enforcing compliance by third parties with this License.\n\n  An \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations.  If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\n\n  You may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License.  For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\n  11. Patents.\n\n  A \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based.  The\nwork thus licensed is called the contributor's \"contributor version\".\n\n  A contributor's \"essential patent claims\" are all patent claims\nowned or controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version.  For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\n\n  Each contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\n\n  In the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement).  To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\n\n  If you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients.  \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\n\n  If, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\n\n  A patent license is \"discriminatory\" if it does not include within\nthe scope of its coverage, prohibits the exercise of, or is\nconditioned on the non-exercise of one or more of the rights that are\nspecifically granted under this License.  You may not convey a covered\nwork if you are a party to an arrangement with a third party that is\nin the business of distributing software, under which you make payment\nto the third party based on the extent of your activity of conveying\nthe work, and under which the third party grants, to any of the\nparties who would receive the covered work from you, a discriminatory\npatent license (a) in connection with copies of the covered work\nconveyed by you (or copies made from those copies), or (b) primarily\nfor and in connection with specific products or compilations that\ncontain the covered work, unless you entered into that arrangement,\nor that patent license was granted, prior to 28 March 2007.\n\n  Nothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\n  12. No Surrender of Others' Freedom.\n\n  If conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you may\nnot convey it at all.  For example, if you agree to terms that obligate you\nto collect a royalty for further conveying from those to whom you convey\nthe Program, the only way you could satisfy both those terms and this\nLicense would be to refrain entirely from conveying the Program.\n\n  13. Use with the GNU Affero General Public License.\n\n  Notwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU Affero General Public License into a single\ncombined work, and to convey the resulting work.  The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the special requirements of the GNU Affero General Public License,\nsection 13, concerning interaction through a network will apply to the\ncombination as such.\n\n  14. Revised Versions of this License.\n\n  The Free Software Foundation may publish revised and/or new versions of\nthe GNU General Public License from time to time.  Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\n  Each version is given a distinguishing version number.  If the\nProgram specifies that a certain numbered version of the GNU General\nPublic License \"or any later version\" applies to it, you have the\noption of following the terms and conditions either of that numbered\nversion or of any later version published by the Free Software\nFoundation.  If the Program does not specify a version number of the\nGNU General Public License, you may choose any version ever published\nby the Free Software Foundation.\n\n  If the Program specifies that a proxy can decide which future\nversions of the GNU General Public License can be used, that proxy's\npublic statement of acceptance of a version permanently authorizes you\nto choose that version for the Program.\n\n  Later license versions may give you additional or different\npermissions.  However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\n  15. Disclaimer of Warranty.\n\n  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\nIS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n  16. Limitation of Liability.\n\n  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGES.\n\n  17. Interpretation of Sections 15 and 16.\n\n  If the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\n\n                     END OF TERMS AND CONDITIONS\n\n            How to Apply These Terms to Your New Programs\n\n  If you develop a new program, and you want it to be of the greatest\npossible use to the public, the best way to achieve this is to make it\nfree software which everyone can redistribute and change under these terms.\n\n  To do so, attach the following notices to the program.  It is safest\nto attach them to the start of each source file to most effectively\nstate the exclusion of warranty; and each file should have at least\nthe \"copyright\" line and a pointer to where the full notice is found.\n\n    {one line to give the program's name and a brief idea of what it does.}\n    Copyright (C) {year}  {name of author}\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see <http://www.gnu.org/licenses/>.\n\nAlso add information on how to contact you by electronic and paper mail.\n\n  If the program does terminal interaction, make it output a short\nnotice like this when it starts in an interactive mode:\n\n    {project}  Copyright (C) {year}  {fullname}\n    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\n    This is free software, and you are welcome to redistribute it\n    under certain conditions; type `show c' for details.\n\nThe hypothetical commands `show w' and `show c' should show the appropriate\nparts of the General Public License.  Of course, your program's commands\nmight be different; for a GUI interface, you would use an \"about box\".\n\n  You should also get your employer (if you work as a programmer) or school,\nif any, to sign a \"copyright disclaimer\" for the program, if necessary.\nFor more information on this, and how to apply and follow the GNU GPL, see\n<http://www.gnu.org/licenses/>.\n\n  The GNU General Public License does not permit incorporating your program\ninto proprietary programs.  If your program is a subroutine library, you\nmay consider it more useful to permit linking proprietary applications with\nthe library.  If this is what you want to do, use the GNU Lesser General\nPublic License instead of this License.  But first, please read\n<http://www.gnu.org/philosophy/why-not-lgpl.html>.\n"
  },
  {
    "path": "PRIVACY.md",
    "content": "# Find+ Privacy Policy\n\nFind+ does not collect any data of any kind.\n\n- Find+ is run on the client, only. There are no external servers hosted to\n  support this extension.\n- Find+ doesn't embed any kind of analytic or telemetry hooks in its code.\n- Find+ doesn't accept donations or any other form of financing.\n- Find+ doesn't make any web requests to any third party servers.\n"
  },
  {
    "path": "README.md",
    "content": "<img src=\"resources/icon.png\" align=\"right\" width=\"128\" />\n\n# **{find+}**\n\n[![Chrome Users](https://img.shields.io/chrome-web-store/users/fddffkdncgkkdjobemgbpojjeffmmofb.svg?style=flat&label=chrome%20users)](https://chrome.google.com/webstore/detail/find%2B/fddffkdncgkkdjobemgbpojjeffmmofb)\n[![Firefox Users](https://img.shields.io/amo/users/brandon1024-find.svg?label=firefox%20users&style=flat)](https://addons.mozilla.org/en-US/firefox/addon/brandon1024-find/)\n[![Last Commit on GitHub](https://img.shields.io/github/last-commit/brandon1024/find.svg?style=flat)](https://github.com/brandon1024/find/commits/develop)\n\n**{find+}** is a powerful _find-in-page_ extension for Chrome and Firefox that\nallows you to search for content in a web page or document by regular\nexpression. It is a feature-rich alternative to the native _find-in-page_ tool\nbuilt into your browser.\n\nSome notable features:\n\n- match a regular expression against text in a web page\n- quickly search for text using the browser omnibox\n- find and replace text in a page\n- copy occurrences of a regular expression to your clipboard\n- store frequently-used patterns\n- adjust colours and search settings\n\n\n## Getting Started\n\nThe **{find+}** extension is available through the Chrome Web Store and through\nthe Firefox Add-ons Store.\n\n<img src=\".github/chrome-icon.png\" width=\"16\"/> Download the extension here: [find+ | Regex Find-in-Page Tool](https://chrome.google.com/webstore/detail/find%2B/fddffkdncgkkdjobemgbpojjeffmmofb).\n\n<img src=\".github/firefox-icon.png\" width=\"16\"/> Download the extension here: [{find+} – Get this Extension for 🦊 Firefox](https://addons.mozilla.org/en-US/firefox/addon/brandon1024-find/).\n\n## Keyboard Shortcuts\n\nIn Firefox, you can use <kbd>CTRL</kbd>+<kbd>⇧</kbd>+<kbd>F</kbd> to open the\nextension popup.\n\nTo open the extension popup in Chrome using a keyboard shortcut, you must first\nassign a keyboard shortcut to the extension through the Chrome settings. You can\ndo this by following these steps:\n\n1. Navigate to the `Extensions` settings page in Chrome, or type\n   `chrome://extensions/` into the navigation bar.\n2. In the top left click on the ☰ menu icon, then click `Keyboard shortcuts`.\n3. Locate the shortcut settings for find+. Click the input field located to the\n   right of the label `Activate the extension`.\n4. Press the combination of keys you would like to use, and once complete press\n   `OK`. We recommend using <kbd>CTRL</kbd>+<kbd>⇧</kbd>+<kbd>F</kbd>, since it\n   shouldn't conflict with any other browser keyboard shortcut mappings.\n\nWhen the extension popup is open, there are a number of keyboard shortcuts you\ncan use. These settings cannot be remapped.\n\n| Windows Shortcut                                   | macOS Shortcut                                     | Action                                                                 |\n| :------------------------------------------------- | :------------------------------------------------- | :--------------------------------------------------------------------- |\n| <kbd>↵</kbd>                                       | <kbd>↵</kbd>                                       | Advance to the next occurrence of the regular expression in the page   |\n| <kbd>⇧</kbd>+<kbd>↵</kbd>                          | <kbd>⇧</kbd>+<kbd>↵</kbd>                          | Return to the previous occurrence of the regular expression in the page|\n| <kbd>CTRL</kbd>+<kbd>⇧</kbd>+<kbd>↵</kbd>          | <kbd>^</kbd>+<kbd>⇧</kbd>+<kbd>↵</kbd>             | Follow the first highlighted link in the current occurrence focus      |\n| <kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>C</kbd>        | <kbd>^</kbd>+<kbd>⌥</kbd>+<kbd>C</kbd>             | Copy to the clipboard the currently highlighted text on the page.      |\n| <kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>A</kbd>        | <kbd>^</kbd>+<kbd>⌥</kbd>+<kbd>A</kbd>             | Copy to the clipboard the all highlighted text on the page.            |\n| <kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>O</kbd>        | <kbd>^</kbd>+<kbd>⌥</kbd>+<kbd>O</kbd>             | Expand or Collapse Options Pane                                        |\n| <kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>R</kbd>        | <kbd>^</kbd>+<kbd>⌥</kbd>+<kbd>R</kbd>             | Expand or Collapse Replace Text Pane                                   |\n| <kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>H</kbd>        | <kbd>^</kbd>+<kbd>⌥</kbd>+<kbd>H</kbd>             | Expand or Collapse Saved Expressions Pane                              |\n| <kbd>CTRL</kbd>+<kbd>↵</kbd> or <kbd>ESC</kbd>     | <kbd>^</kbd>+<kbd>↵</kbd> or <kbd>ESC</kbd>        | Close the extension popup                                              |\n\n## Omnibox Support\n\nIn version 1.4.0, we introduced omnibox support! This allows you to highlight\ntext on a page without even opening the extension. To use this feature, type\n`findplus` in your browser's address bar, press <kbd>␣</kbd> or <kbd>⇥</kbd>,\nand then enter a regular expression. Occurrences of the regular expression will\nbecome highlighted on the page as you type.\n\nPressing `ENTER` will leave the highlights in the page. To remove the\nhighlights, simply refresh the page. If you don't want to leave the highlights\nin the page, just erase the text entered in the address bar.\n\n<img src=\".github/omni.png\"/>\n\n## Contributing\n\nWe can use your help! Our [CONTRIBUTING](CONTRIBUTING.md) doc should help get\nyou started.\n\n## Contributors\n\n[<img src=\"https://avatars3.githubusercontent.com/u/22732449?v=3&s=460\" width=\"64\" style=\"border-radius:50%\">](https://github.com/brandon1024) [<img src=\"https://avatars3.githubusercontent.com/u/25009878?s=460&u=ba1d4eb8abb2ad96c514aeb911adf1b34949e32f&v=4\" width=\"64\" style=\"border-radius:50%\">](https://github.com/MichaelWalz) [<img src=\"https://avatars3.githubusercontent.com/u/184316?s=460&u=beed843205b1fd652277562e715f517d3082b4be&v=4\" width=\"64\" style=\"border-radius:50%\">](https://github.com/muescha) [<img src=\"https://avatars3.githubusercontent.com/u/7383028?s=460&v=4\" width=\"64\" style=\"border-radius:50%\">](https://github.com/amit-gshe) [<img src=\"https://avatars2.githubusercontent.com/u/8235338?s=460&v=4\" width=\"64\" style=\"border-radius:50%\">](https://github.com/ReporterX) [<img src=\"https://avatars.githubusercontent.com/u/29089388?v=4\" width=\"64\" style=\"border-radius:50%\">](https://github.com/pzhlkj6612)\n\n## License\n\nThis project is licensed under the [GPLv3 License](https://www.gnu.org/licenses/gpl-3.0.en.html).\n"
  },
  {
    "path": "_locales/en/messages.json",
    "content": "{\n  \"extension_name\": {\n    \"message\": \"find+ | Regex Find-in-Page Tool\",\n    \"description\": \"The extension name in the manifest file.\"\n  },\n  \"extension_description\": {\n    \"message\": \"A find-in-page extension with support for regular expressions.\",\n    \"description\": \"Short description of the extension in the manifest file.\"\n  },\n\n\n  \"search_field_title\": {\n    \"message\": \"Search Field\",\n    \"description\": \"Tooltip text for the search field.\"\n  },\n  \"malformed_regex_error_title\": {\n    \"message\": \"Malformed Regex:\\nThe regular expression entered is not acceptable, as it is either an invalid regular expression, or not supported according to the Javascript RegExp specification\",\n    \"description\": \"Tooltip text for the invalid regex icon.\"\n  },\n  \"clipboard_copy_error_title\": {\n    \"message\": \"Unable to copy to the clipboard due to unexpected error.\",\n    \"description\": \"Tooltip text for the clipboard copy error icon.\"\n  },\n  \"iframes_found_warning_title\": {\n    \"message\": \"One or more iframes were encountered in the page. As a result, some occurrences of your search query may not be highlighted in the page.\",\n    \"description\": \"Tooltip text for the iframes encountered warning icon.\"\n  },\n  \"clipboard_copy_title\": {\n    \"message\": \"Regex occurrence copied to clipboard.\",\n    \"description\": \"Tooltip text for the clipboard copy successful icon.\"\n  },\n  \"installation_information_title\": {\n    \"message\": \"Welcome and thanks for installing our extension! Here are some tips to get you started:\\n\\tENTER : Advance to the next occurrence of the regular expression in the page\\n\\tSHIFT-ENTER : Return to the previous occurrence of the regular expression in the page\\n\\tCTRL-ALT-O : Expand or Collapse Options Pane\\n\\tCTRL-ALT-R : Expand or Collapse Replace Text Pane\\n\\tCTRL-ENTER or ESC : Close the extension popup\",\n    \"description\": \"Tooltip text for the install information icon.\"\n  },\n  \"update_information_title\": {\n    \"message\": \"We just updated the extension! Now it works better than ever :)\\nCheck out our GitHub page for information about this update!\",\n    \"description\": \"Tooltip text for the update information icon.\"\n  },\n  \"search_prev_title\": {\n    \"message\": \"Previous\",\n    \"description\": \"Tooltip text for the seek backwards button.\"\n  },\n  \"search_next_title\": {\n    \"message\": \"Next\",\n    \"description\": \"Tooltip text for the seek forwards button.\"\n  },\n  \"toggle_options_pane_title\": {\n    \"message\": \"Toggle Options Pane\",\n    \"description\": \"Tooltip text for the toggle options pane button.\"\n  },\n  \"toggle_saved_expressions_button\": {\n    \"message\": \"Show Saved Expressions\",\n    \"description\": \"Tooltip text for the show saved expressions button.\"\n  },\n  \"copy_to_clipboard_button_title\": {\n    \"message\": \"Copy All Occurrences To Clipboard\",\n    \"description\": \"Tooltip text for the copy to clipboard button.\"\n  },\n  \"toggle_find_replace_button_title\": {\n    \"message\": \"Find and Replace\",\n    \"description\": \"Tooltip text for the find and replace toggle button.\"\n  },\n  \"close_extension_title\": {\n    \"message\": \"Close find+\",\n    \"description\": \"Tooltip text for the close extension button.\"\n  },\n  \"replace_field_title\": {\n    \"message\": \"Replace Field\",\n    \"description\": \"Tooltip text for the replace field.\"\n  },\n  \"replace_button_title\": {\n    \"message\": \"Replace Next\",\n    \"description\": \"Tooltip text for the replace next button.\"\n  },\n  \"replace_all_button_title\": {\n    \"message\": \"Replace All\",\n    \"description\": \"Tooltip text for the replace all button.\"\n  },\n  \"search_option_find_by_regex_title\": {\n    \"message\": \"If enabled, text entered in the search field will be treated as a regular expression.\\nIf disabled, the text is treated as string literal.\",\n    \"description\": \"Tooltip text for the find by regex option description icon.\"\n  },\n  \"search_option_match_case_title\": {\n    \"message\": \"If enabled, the case of characters must match that of the query string.\\nIf disabled, the case of characters in the query string are not considered.\",\n    \"description\": \"Tooltip text for the match case option description icon.\"\n  },\n  \"search_option_persistent_highlights_title\": {\n    \"message\": \"If enabled, highlights in the web page will remain after the extension closes.\\nRemove the highlights by reloading the page or reopening the extension.\",\n    \"description\": \"Tooltip text for the persistent highlights option description icon.\"\n  },\n  \"extension_option_persistent_storage_incognito_title\": {\n    \"message\": \"If enabled, searches and options will be persisted in regular and incognito sessions.\\nIf disabled, no session information will be saved while incognito.\",\n    \"description\": \"Tooltip text for the persistent storage incognito option description icon.\"\n  },\n  \"extension_option_hide_option_pane_toggle_button_title\": {\n    \"message\": \"If enabled, the button used to toggle the option pane will be hidden.\\nThe keyboard shortcuts may still be used to display or hide the pane.\",\n    \"description\": \"Tooltip text for the hide option pane toggle button option description icon.\"\n  },\n  \"extension_option_hide_saved_expressions_pane_toggle_button_title\": {\n    \"message\": \"If enabled, the button used to toggle the saved expressions pane will be hidden.\\nThe keyboard shortcuts may still be used to display or hide the pane.\",\n    \"description\": \"Tooltip text for the hide saved expressions pane toggle button option description icon.\"\n  },\n  \"extension_option_hide_copy_to_clipboard_toggle_button_title\": {\n    \"message\": \"If enabled, the button used to copy all occurrences to clipboard will be hidden.\\nThe keyboard shortcuts may still be used to copy all occurrences to clipboard.\",\n    \"description\": \"Tooltip text for the copy all occurrences to clipboard button option description icon.\"\n  },\n  \"extension_option_hide_find_replace_toggle_button_title\": {\n    \"message\": \"If enabled, the button used to toggle the Find and Replace pane will be hidden.\\nThe keyboard shortcuts may still be used to display or hide the pane.\",\n    \"description\": \"Tooltip text for the hide find and replace pane toggle button option description icon.\"\n  },\n  \"saved_expression_icon_title\": {\n    \"message\": \"Load this expression\",\n    \"description\": \"Tooltip text for a saved expression entry icon.\"\n  },\n  \"delete_saved_expression_icon_title\": {\n    \"message\": \"Delete this expression\",\n    \"description\": \"Tooltip text for a delete saved expression entry icon.\"\n  },\n  \"clear_expressions_button_title\": {\n    \"message\": \"Clear All Saved Expressions\",\n    \"description\": \"Tooltip text for the clear saved expressions button.\"\n  },\n  \"save_expression_button_title\": {\n    \"message\": \"Save Expression in Search Field\",\n    \"description\": \"Tooltip text for the save expression button.\"\n  },\n\n\n  \"replace_field_placeholder\": {\n    \"message\": \"Replace with..\",\n    \"description\": \"Placeholder text for the replace field.\"\n  },\n\n\n  \"replace_button_text\": {\n    \"message\": \"Replace\",\n    \"description\": \"Text displayed inside the replace button.\"\n  },\n  \"replace_all_button_text\": {\n    \"message\": \"Replace All\",\n    \"description\": \"Text displayed inside the replace all button.\"\n  },\n  \"extension_limitation_internal_restricted_browser_page_text\": {\n    \"message\": \"Oops! It appears you are trying to use the extension in a restricted internal browser page. Browser developers have blocked extensions from executing here to prevent the malicious injection of code. This is a security limitation across all browser extensions.\",\n    \"description\": \"Text displayed in the message pane when the extension is used in an internal restrcited browser page.\"\n  },\n  \"extension_limitation_pdf_text\": {\n    \"message\": \"Oops! It appears you are trying to use the extension in a PDF document. Unfortunately, due to the complexity of the PDF viewer our extension is not able to handle searching through a PDF. We recommend using the native tool instead.\",\n    \"description\": \"Text displayed in the message pane when the extension is used in a PDF.\"\n  },\n  \"extension_limitation_offline_file_text\": {\n    \"message\": \"Something went wrong internally while trying to search this offline file. Luckily, we might know how to fix this. Navigate to 'chrome://extensions' and locate the checkbox 'Allow access to file URLs' in the 'Details' page of the {find+} extension.\",\n    \"description\": \"Text displayed in the message pane when the extension is used in an offline file without adequate permissions for parsing file contents.\"\n  },\n  \"search_options_header_text\": {\n    \"message\": \"Expression Options\",\n    \"description\": \"Header text displayed in the options pane.\"\n  },\n  \"extension_options_header_text\": {\n    \"message\": \"Extension Options\",\n    \"description\": \"Header text displayed in the options pane.\"\n  },\n  \"saved_expressions_body_header\": {\n    \"message\": \"Saved Expressions\",\n    \"description\": \"Header text displayed in the saved expressions pane.\"\n  },\n  \"search_option_find_by_regex_text\": {\n    \"message\": \"Find by Regular Expression\",\n    \"description\": \"Text displayed beside the find by regex option.\"\n  },\n  \"search_option_match_case_text\": {\n    \"message\": \"Match Case\",\n    \"description\": \"Text displayed beside the match case option.\"\n  },\n  \"search_option_persistent_highlights_text\": {\n    \"message\": \"Persistent Highlights\",\n    \"description\": \"Text displayed beside the persistent highlights option.\"\n  },\n  \"extension_option_persistent_storage_incognito_text\": {\n    \"message\": \"Persistent Storage (Incognito)\",\n    \"description\": \"Text displayed beside the persistent storage option.\"\n  },\n  \"extension_option_hide_option_pane_toggle_button_text\": {\n    \"message\": \"Hide Option Pane Toggle Button\",\n    \"description\": \"Text displayed beside the hide option pane toggle button option.\"\n  },\n  \"extension_option_hide_saved_expressions_pane_toggle_button_text\": {\n    \"message\": \"Hide Saved Expressions Pane Toggle Button\",\n    \"description\": \"Text displayed beside the hide saved expressions pane toggle button option.\"\n  },\n  \"extension_option_hide_copy_to_clipboard_toggle_button_text\": {\n    \"message\": \"Hide Copy To Clipboard Button\",\n    \"description\": \"Text displayed beside the hide copy to clipboard toggle button option.\"\n  },\n  \"extension_option_hide_find_replace_toggle_button_text\": {\n    \"message\": \"Hide Find and Replace Pane Toggle Button\",\n    \"description\": \"Text displayed beside the hide find and replace toggle button option.\"\n  },\n  \"search_option_max_results_text\": {\n    \"message\": \"Max Highlighted Results\",\n    \"description\": \"Text displayed above the max highlighted results option.\"\n  },\n  \"search_option_index_highlight_text\": {\n    \"message\": \"Selected Occurrence Highlight Color\",\n    \"description\": \"Text displayed above the index highlight color option.\"\n  },\n  \"search_option_all_highlight_text\": {\n    \"message\": \"Highlight Color\",\n    \"description\": \"Text displayed above the all highlight color option.\"\n  },\n  \"reset_options_button_text\": {\n    \"message\": \"Reset All Options\",\n    \"description\": \"Text displayed in the reset options button.\"\n  },\n\n  \"no_expressions_found_text\": {\n    \"message\": \"No saved expressions found.\",\n    \"description\": \"Text displayed in the saved expressions pane when no expressions exist.\"\n  },\n  \"clear_expressions_button_text\":{\n    \"message\": \"Clear Saved Expressions\",\n    \"description\": \"Text displayed in the saved expressions pane.\"\n  },\n  \"save_expression_button_text\":{\n    \"message\": \"Save Expression\",\n    \"description\": \"Text displayed in the saved expressions pane.\"\n  },\n\n\n  \"contextmenu_show_help_title\": {\n    \"message\": \"Show Help\",\n    \"description\": \"Text displayed inside the show-help button in the context menu.\"\n  }\n}\n"
  },
  {
    "path": "_locales/zh/messages.json",
    "content": "{\n  \"extension_name\": {\n    \"message\": \"find+ | 正则页内查找工具\",\n    \"description\": \"The extension name in the manifest file.\"\n  },\n  \"extension_description\": {\n    \"message\": \"一个支持正则表达式查找的扩展程序\",\n    \"description\": \"Short description of the extension in the manifest file.\"\n  },\n\n\n  \"search_field_title\": {\n    \"message\": \"表达式\",\n    \"description\": \"Tooltip text for the search field.\"\n  },\n  \"malformed_regex_error_title\": {\n    \"message\": \"表达式错误：\\n可能输入了不符合 JavaScript 规范的正则表达式。\",\n    \"description\": \"Tooltip text for the invalid regex icon.\"\n  },\n  \"clipboard_copy_error_title\": {\n    \"message\": \"未知错误，无法复制到剪贴板。\",\n    \"description\": \"Tooltip text for the clipboard copy error icon.\"\n  },\n  \"iframes_found_warning_title\": {\n    \"message\": \"由于该页面包含 iframe，页面上的某些内容将被忽略从而没有高亮。\",\n    \"description\": \"Tooltip text for the iframes encountered warning icon.\"\n  },\n  \"clipboard_copy_title\": {\n    \"message\": \"匹配项已复制到剪贴板。\",\n    \"description\": \"Tooltip text for the clipboard copy successful icon.\"\n  },\n  \"installation_information_title\": {\n    \"message\": \"欢迎！感谢您安装我们的扩展程序。这里是一些提示：\\n\\tENTER：查看页面中的下一个匹配项\\n\\tSHIFT-ENTER：查看页面中的上一个匹配项\\n\\tCTRL-ALT-O：显示或隐藏“设置”面板\\n\\tCTRL-ALT-R：显示或隐藏“查找并替换”面板\\n\\tCTRL-ENTER 或 ESC：关闭本窗口\",\n    \"description\": \"Tooltip text for the install information icon.\"\n  },\n  \"update_information_title\": {\n    \"message\": \"我们刚刚更新了这个扩展程序！现在它更好用了 :)\\n请访问我们的 GitHub 页面了解本次更新的详细信息！\",\n    \"description\": \"Tooltip text for the update information icon.\"\n  },\n  \"search_prev_title\": {\n    \"message\": \"上一个\",\n    \"description\": \"Tooltip text for the seek backwards button.\"\n  },\n  \"search_next_title\": {\n    \"message\": \"下一个\",\n    \"description\": \"Tooltip text for the seek forwards button.\"\n  },\n  \"toggle_options_pane_title\": {\n    \"message\": \"设置\",\n    \"description\": \"Tooltip text for the toggle options pane button.\"\n  },\n  \"toggle_saved_expressions_button\": {\n    \"message\": \"保存的表达式\",\n    \"description\": \"Tooltip text for the show saved expressions button.\"\n  },\n  \"copy_to_clipboard_button_title\": {\n    \"message\": \"复制到剪贴板\",\n    \"description\": \"Tooltip text for the copy to clipboard button.\"\n  },\n  \"toggle_find_replace_button_title\": {\n    \"message\": \"查找并替换\",\n    \"description\": \"Tooltip text for the find and replace toggle button.\"\n  },\n  \"close_extension_title\": {\n    \"message\": \"关闭 find+\",\n    \"description\": \"Tooltip text for the close extension button.\"\n  },\n  \"replace_field_title\": {\n    \"message\": \"替换文本\",\n    \"description\": \"Tooltip text for the replace field.\"\n  },\n  \"replace_button_title\": {\n    \"message\": \"替换下一个匹配项\",\n    \"description\": \"Tooltip text for the replace next button.\"\n  },\n  \"replace_all_button_title\": {\n    \"message\": \"替换所有匹配项\",\n    \"description\": \"Tooltip text for the replace all button.\"\n  },\n  \"search_option_find_by_regex_title\": {\n    \"message\": \"若启用，将“表达式”视为正则表达式；\\n若禁用，则视为普通文本。\",\n    \"description\": \"Tooltip text for the find by regex option description icon.\"\n  },\n  \"search_option_match_case_title\": {\n    \"message\": \"若启用，“表达式”大小写敏感；\\n若禁用，则忽略大小写。\",\n    \"description\": \"Tooltip text for the match case option description icon.\"\n  },\n  \"search_option_persistent_highlights_title\": {\n    \"message\": \"若启用，关闭本窗口后仍然显示高亮。\\n要移除高亮，刷新页面或重新打开本扩展程序\",\n    \"description\": \"Tooltip text for the persistent highlights option description icon.\"\n  },\n  \"extension_option_persistent_storage_incognito_title\": {\n    \"message\": \"若启用，本扩展程序的设置和已保存的表达式将由常规浏览和无痕浏览共享；\\n若禁用，在无痕浏览时所作的任何修改均不会保留\",\n    \"description\": \"Tooltip text for the persistent storage incognito option description icon.\"\n  },\n  \"extension_option_hide_option_pane_toggle_button_title\": {\n    \"message\": \"若启用，将隐藏顶部的“设置”面板切换按钮。\\n仍可使用快捷键显示或隐藏该面板。\",\n    \"description\": \"Tooltip text for the hide option pane toggle button option description icon.\"\n  },\n  \"extension_option_hide_saved_expressions_pane_toggle_button_title\": {\n    \"message\": \"若启用，将隐藏顶部的“保存的表达式”面板切换按钮。\\n仍可使用快捷键显示或隐藏该面板。\",\n    \"description\": \"Tooltip text for the hide saved expressions pane toggle button option description icon.\"\n  },\n  \"extension_option_hide_copy_to_clipboard_toggle_button_title\": {\n    \"message\": \"若启用，将隐藏顶部的“复制到剪贴板”按钮。\\n仍可使用快捷键复制所有匹配项到剪贴板。\",\n    \"description\": \"Tooltip text for the copy all occurrences to clipboard button option description icon.\"\n  },\n  \"extension_option_hide_find_replace_toggle_button_title\": {\n    \"message\": \"若启用，将隐藏顶部的“查找并替换”面板切换按钮。\\n仍可使用快捷键显示或隐藏该面板。\",\n    \"description\": \"Tooltip text for the hide find and replace pane toggle button option description icon.\"\n  },\n  \"saved_expression_icon_title\": {\n    \"message\": \"使用该表达式\",\n    \"description\": \"Tooltip text for a saved expression entry icon.\"\n  },\n  \"delete_saved_expression_icon_title\": {\n    \"message\": \"删除该表达式\",\n    \"description\": \"Tooltip text for a delete saved expression entry icon.\"\n  },\n  \"clear_expressions_button_title\": {\n    \"message\": \"清空已保存的表达式\",\n    \"description\": \"Tooltip text for the clear saved expressions button.\"\n  },\n  \"save_expression_button_title\": {\n    \"message\": \"保存当前表达式\",\n    \"description\": \"Tooltip text for the save expression button.\"\n  },\n\n\n  \"replace_field_placeholder\": {\n    \"message\": \"替换为…\",\n    \"description\": \"Placeholder text for the replace field.\"\n  },\n\n\n  \"replace_button_text\": {\n    \"message\": \"替换\",\n    \"description\": \"Text displayed inside the replace button.\"\n  },\n  \"replace_all_button_text\": {\n    \"message\": \"全部替换\",\n    \"description\": \"Text displayed inside the replace all button.\"\n  },\n  \"extension_limitation_internal_restricted_browser_page_text\": {\n    \"message\": \"哎呀！您似乎正在浏览器内部页面或某些受限制的页面中使用本扩展程序。为避免遭受恶意代码的攻击，浏览器开发者对所有的扩展程序都施加了安全限制，因此本扩展程序无法在该页面运行。\",\n    \"description\": \"Text displayed in the message pane when the extension is used in an internal restrcited browser page.\"\n  },\n  \"extension_limitation_pdf_text\": {\n    \"message\": \"哎呀！您似乎正在 PDF 文档中使用本扩展程序。由于浏览器的内置阅读器比较复杂，很遗憾，我们无法进行查找，建议改用专门的 PDF 阅读器\",\n    \"description\": \"Text displayed in the message pane when the extension is used in a PDF.\"\n  },\n  \"extension_limitation_offline_file_text\": {\n    \"message\": \"在离线文件中查找时出现错误，请按下列步骤操作：访问“chrome://extensions”，进入 find+ 扩展程序的详情页，勾选“允许访问文件网址”复选框。\",\n    \"description\": \"Text displayed in the message pane when the extension is used in an offline file without adequate permissions for parsing file contents.\"\n  },\n  \"search_options_header_text\": {\n    \"message\": \"表达式设置\",\n    \"description\": \"Header text displayed in the options pane.\"\n  },\n  \"extension_options_header_text\": {\n    \"message\": \"扩展程序设置\",\n    \"description\": \"Header text displayed in the options pane.\"\n  },\n  \"saved_expressions_body_header\": {\n    \"message\": \"保存的表达式\",\n    \"description\": \"Header text displayed in the saved expressions pane.\"\n  },\n  \"search_option_find_by_regex_text\": {\n    \"message\": \"正则表达式\",\n    \"description\": \"Text displayed beside the find by regex option.\"\n  },\n  \"search_option_match_case_text\": {\n    \"message\": \"匹配大小写\",\n    \"description\": \"Text displayed beside the match case option.\"\n  },\n  \"search_option_persistent_highlights_text\": {\n    \"message\": \"保持高亮\",\n    \"description\": \"Text displayed beside the persistent highlights option.\"\n  },\n  \"extension_option_persistent_storage_incognito_text\": {\n    \"message\": \"存储持久化（无痕浏览）\",\n    \"description\": \"Text displayed beside the persistent storage option.\"\n  },\n  \"extension_option_hide_option_pane_toggle_button_text\": {\n    \"message\": \"隐藏“设置”按钮\",\n    \"description\": \"Text displayed beside the hide option pane toggle button option.\"\n  },\n  \"extension_option_hide_saved_expressions_pane_toggle_button_text\": {\n    \"message\": \"隐藏“保存的表达式”按钮\",\n    \"description\": \"Text displayed beside the hide saved expressions pane toggle button option.\"\n  },\n  \"extension_option_hide_copy_to_clipboard_toggle_button_text\": {\n    \"message\": \"隐藏“复制到剪贴板”按钮\",\n    \"description\": \"Text displayed beside the hide copy to clipboard toggle button option.\"\n  },\n  \"extension_option_hide_find_replace_toggle_button_text\": {\n    \"message\": \"隐藏“查找并替换”按钮\",\n    \"description\": \"Text displayed beside the hide find and replace toggle button option.\"\n  },\n  \"search_option_max_results_text\": {\n    \"message\": \"最大高亮数量\",\n    \"description\": \"Text displayed above the max highlighted results option.\"\n  },\n  \"search_option_index_highlight_text\": {\n    \"message\": \"选中项的高亮颜色\",\n    \"description\": \"Text displayed above the index highlight color option.\"\n  },\n  \"search_option_all_highlight_text\": {\n    \"message\": \"高亮颜色\",\n    \"description\": \"Text displayed above the all highlight color option.\"\n  },\n  \"reset_options_button_text\": {\n    \"message\": \"重置所有设置\",\n    \"description\": \"Text displayed in the reset options button.\"\n  },\n\n  \"no_expressions_found_text\": {\n    \"message\": \"表达式为空\",\n    \"description\": \"Text displayed in the saved expressions pane when no expressions exist.\"\n  },\n  \"clear_expressions_button_text\":{\n    \"message\": \"清空表达式\",\n    \"description\": \"Text displayed in the saved expressions pane.\"\n  },\n  \"save_expression_button_text\":{\n    \"message\": \"保存表达式\",\n    \"description\": \"Text displayed in the saved expressions pane.\"\n  },\n\n\n  \"contextmenu_show_help_title\": {\n    \"message\": \"显示帮助（英语）\",\n    \"description\": \"Text displayed inside the show-help button in the context menu.\"\n  }\n}\n"
  },
  {
    "path": "app.js",
    "content": "'use strict';\n\n/**\n * Micro-framework specifically built for the find+ browser extension.\n *\n * This design was inspired from Stoyan Stefanov's nested namespace pattern outlined in\n * his book JavaScript Patterns.\n * */\nconst Find = (function () {\n    const self = {};\n\n    self.browserId = (() => {\n        return typeof browser !== 'undefined' ? 'Firefox' : 'Chrome';\n    })();\n\n    self.browser = (() => {\n        return typeof chrome === 'undefined' ? browser : chrome;\n    })();\n\n    self.incognito = (() => {\n        return self.browser.extension.inIncognitoContext;\n    })();\n\n    /**\n     * Register a new namespace, and initialize it using a callback function.\n     *\n     * The callback function is invoked with the new namespace as an argument. This argument\n     * must be used in the callback to initialize the namespace.\n     *\n     * Once the namespace is initialized using the callback function, if the namespace contains\n     * an init() function, it will be invoked once the DOM is ready. This avoids the need to use\n     * window.onload or attach window load event listeners manually. As such, the init function may be used\n     * to safely register all DOM component listeners and start or initialize the application.\n     *\n     * Intermediate namespaces are created if necessary. For example, the namespace 'Popup.Storage.'\n     * would allow you to reference this namespace through Find.Popup.Storage.\n     *\n     * @param {string} path - The namespace path.\n     * @param {registerCallback} callback - A function that initializes the namespace.\n     * @return the namespace\n     * */\n    self.register = function(path, callback) {\n        let pathKeys = path.split('.');\n        let parent = self;\n\n        for(let keyIndex = 0; keyIndex < pathKeys.length; keyIndex++) {\n            let key = pathKeys[keyIndex];\n            if(typeof parent[key] === 'undefined') {\n                parent[key] = {};\n            }\n\n            parent = parent[key];\n        }\n\n        callback(parent);\n        if(parent && isFunction(parent.init)) {\n            if(document.readyState === 'complete') {\n                parent.init();\n            } else {\n                window.addEventListener('load', () => {\n                    parent.init();\n                }, { once: true });\n            }\n        }\n\n        return parent;\n    };\n\n    /**\n     * Retrieve a given namespace using a string path.\n     *\n     * @param {string} path - The namespace path.\n     * @return the namespace.\n     * */\n    self.getContext = function(path) {\n        let pathKeys = path.split('.');\n        let parent = self;\n\n        for(let keyIndex = 0; keyIndex < pathKeys.length; keyIndex++) {\n            let key = pathKeys[keyIndex];\n            if(typeof parent[key] === 'undefined') {\n                return undefined;\n            }\n\n            parent = parent[key];\n        }\n\n        return parent;\n    };\n\n    /**\n     * Determine if a given object is an invokable function.\n     *\n     * @private\n     * @param {object} obj - The object in question\n     * @return boolean true if the object is a function, false otherwise\n     * */\n    function isFunction(obj) {\n        return !!(obj && obj.constructor && obj.call && obj.apply);\n    }\n\n    return self;\n})();\n"
  },
  {
    "path": "background/background.js",
    "content": "\"use strict\";\n\n/**\n * Create the Background namespace. The background coordinates activities between the browser\n * action popup and the content in the web page. The background keeps track of the state of the\n * search, along with other necessary data to seek, replace, and perform other actions efficiently.\n * */\nFind.register(\"Background\", function(self) {\n\n    /**\n     * Allocated on the namespace to allow the BrowserActionProxy to communicate installation\n     * details to the browser action popup if the extension was recently installed or updated.\n     * */\n    self.installationDetails = null;\n    self.options = null;\n\n    let documentRepresentation = null;\n    let regexOccurrenceMap = null;\n    let index = null;\n\n    Find.browser.contextMenus.removeAll(() => {\n        Find.browser.contextMenus.create({\n            title: Find.browser.i18n.getMessage(\"contextmenu_show_help_title\"),\n            contexts: [(Find.browserId !== 'Firefox') ? \"action\" : \"browser_action\"],\n            id: 'show-help'\n        });\n\n        Find.browser.contextMenus.onClicked.addListener((info) => {\n            if(info.menuItemId === 'show-help') {\n                Find.browser.tabs.create({url: Find.browser.runtime.getURL(\"docs/index.html\")});\n            }\n        });\n    });\n\n    /**\n     * Inject content scripts into pages once installed (not performed automatically in Chrome).\n     */\n    Find.browser.runtime.onInstalled.addListener((installation) => {\n        self.installationDetails = installation;\n\n        if(Find.browserId !== 'Firefox') {\n            let scripts =  Find.browser.runtime.getManifest().content_scripts[0].js;\n            Find.browser.tabs.query({}, (tabs) => {\n                for(let tabIndex = 0; tabIndex < tabs.length; tabIndex++) {\n                    let url = tabs[tabIndex].url;\n                    // Without the \"tabs\" permission, browser's internal webpage (e.g., \"chrome://\" or \"chrome-extension://\") has no \"url\"\n                    if(!url\n                        || url.match(/^https:\\/\\/chrome\\.google\\.com\\/webstore\\/.*/)\n                        || url.match(/^https:\\/\\/chromewebstore\\.google\\.com\\/.*/)\n                        || url.match(/^https:\\/\\/microsoftedge\\.microsoft\\.com\\/.*/)) {\n                        continue;\n                    }\n\n                    Find.Background.ContentProxy.executeScript(tabs[tabIndex], {files: scripts});\n                }\n            });\n        }\n\n        if(installation.reason === 'install') {\n            Find.browser.tabs.create({url: Find.browser.runtime.getURL(\"docs/index.html\")});\n        }\n    });\n\n    /**\n     * Initialize the browser action. Fetches the web page to ensure that the content scripts\n     * have been properly injected. If the content script responds, the selected text is retrieved\n     * from the page and included in the response to the popup.\n     *\n     * If the content script still has state variables, such as the index and regex of the last search,\n     * this information is used to initialize the extension.\n     *\n     * @param {object} message - The message containing the details about the action.\n     * @param {object} tab - Information about the active tab in the current window.\n     * @param {function} sendResponse - Function used to issue a response back to the popup.\n     * */\n    self.initializeBrowserAction = function(message, tab, sendResponse) {\n        let resp = {};\n        resp.activeTab = tab;\n\n        Find.Background.ContentProxy.fetch(tab, (response) => {\n            resp.isReachable = response && response.success;\n            if(resp.isReachable) {\n                resp.selectedText = response.selection;\n                resp.regex = response.regex;\n                resp.iframes = response.iframes;\n                index = response.index || 0;\n            }\n\n            sendResponse({action: 'browser_action_init', response: resp});\n        });\n    };\n\n    /**\n     * Initialize the extension by constructing the page document representation.\n     *\n     * @param {object} tab - Information about the active tab in the current window.\n     * @param {function} callback - Optional callback .\n     * */\n    self.initializePage = function(tab, callback) {\n        Find.Background.ContentProxy.buildDocumentRepresentation(tab, (model) => {\n            documentRepresentation = model;\n\n            if (callback) {\n                callback();\n            }\n        });\n    };\n\n    /**\n     * Remove any highlights and markup from the active tab in the current window. Also resets\n     * any state variables, such as the current index, document representation and occurrence map.\n     *\n     * @param {object} tab - Information about the active tab in the current window.\n     * @param {boolean} [restoreHighlights] - If undefined or true, remove highlights. If false,\n     * highlights are not removed, and are persisted in the page.\n     * */\n    self.restorePageState = function(tab, restoreHighlights) {\n        if(restoreHighlights === undefined || restoreHighlights) {\n            Find.Background.ContentProxy.clearPageHighlights(tab);\n        }\n\n        let uuids = getUUIDsFromModelObject(documentRepresentation);\n        Find.Background.ContentProxy.restoreWebPage(tab, uuids);\n\n        documentRepresentation = null;\n        regexOccurrenceMap = null;\n        index = null;\n    };\n\n    /**\n     * Update the search when the search query or search options change. Builds a new occurrence map from the\n     * documentRepresentation object, highlight the occurrence in the page, and send the indices\n     * to the browser action popup through the sendResponse function.\n     *\n     * If the background has not been initialized properly (documentRepresentation is null), simply returns.\n     *\n     * If the regex is invalid, removes all highlights from the page and sends appropriate response\n     * to the popup.\n     *\n     * @param {object} message - The message containing the details about the search, including the search\n     * options and search query.\n     * @param {object} tab - Information about the active tab in the current window.\n     * @param {function} sendResponse - Function used to issue a response back to the popup.\n     * */\n    self.updateSearch = function(message, tab, sendResponse) {\n        try {\n            if(!documentRepresentation) {\n                self.initializePage(tab, () => {\n                    self.updateSearch(message, tab, sendResponse);\n                });\n\n                return;\n            }\n\n            self.options = message.options;\n            let regex = message.regex;\n\n            //If searching by string, escape all regex metacharacters\n            if(!self.options.find_by_regex) {\n                regex = regex.replace(/[\\-\\[\\]\\/\\{\\}\\(\\)\\*\\+\\?\\.\\\\\\^\\$\\|]/g, '\\\\$&');\n            }\n\n            //Ensure non-empty search\n            if(regex.length === 0) {\n                sendResponse({action: 'empty_regex'});\n                Find.Background.ContentProxy.clearPageHighlights(tab);\n                return;\n            }\n\n            //Build occurrence map, reposition index if necessary\n            regexOccurrenceMap = buildOccurrenceMap(documentRepresentation, regex, self.options);\n            if(index > regexOccurrenceMap.length-1) {\n                if(regexOccurrenceMap.length !== 0) {\n                    index = regexOccurrenceMap.length - 1;\n                } else {\n                    index = 0;\n                }\n            }\n\n            if(self.options.max_results !== 0 && index >= self.options.max_results) {\n                index = self.options.max_results - 1;\n            }\n\n            //Invoke update action\n            Find.Background.ContentProxy.updatePageHighlights(tab, regex, index, regexOccurrenceMap, self.options);\n\n            //If occurrence map empty, viewable index is zero\n            let viewableIndex = index + 1;\n            if(regexOccurrenceMap.length === 0) {\n                viewableIndex = 0;\n            }\n\n            //if occurrence map larger than max results, viewable total is max results\n            let viewableTotal = regexOccurrenceMap.length;\n            if(self.options.max_results !== 0 && self.options.max_results <= regexOccurrenceMap.length) {\n                viewableTotal = self.options.max_results;\n            }\n\n            sendResponse({\n                action: 'index_update',\n                index: viewableIndex,\n                total: viewableTotal\n            });\n        } catch(e) {\n            sendResponse({action: 'invalid_regex', error: e.message});\n            Find.Background.ContentProxy.clearPageHighlights(tab);\n        }\n    };\n\n    /**\n     * Move forward or backward the current search index, and respond to the popup\n     * the new search index.\n     *\n     * @param {object} message - The message containing the details about the search options.\n     * @param {boolean} seekForward - Specifies whether to seek forward or backward.\n     * @param {object} tab - Information about the active tab in the current window.\n     * @param {function} sendResponse - Function used to issue a response back to the popup.\n     * */\n    self.seekSearch = function(message, seekForward, tab, sendResponse) {\n        self.options= message.options;\n        let indexCap = self.options.max_results !== 0;\n\n        //If reached end, reset index\n        if(seekForward) {\n            index = computeSubsequentIndex(index, regexOccurrenceMap, self.options);\n        } else {\n            index = computePrecedingIndex(index, regexOccurrenceMap, self.options);\n        }\n\n        //Invoke seek action\n        Find.Background.ContentProxy.seekHighlight(tab, index, self.options);\n\n        let viewableIndex = regexOccurrenceMap.length === 0 ? 0 : index+1;\n        let viewableTotal = (indexCap && self.options.max_results <= regexOccurrenceMap.length) ?\n            self.options.max_results : regexOccurrenceMap.length;\n        sendResponse({\n            action: 'index_update',\n            index: viewableIndex,\n            total: viewableTotal\n        });\n    };\n\n    /**\n     * Replace the occurrence of the search query with a given replacement string, and invalidate the search\n     * state.\n     *\n     * @param {object} message - The message containing the details about the action, including the index to\n     * replace, the replacement string, and the search options.\n     * @param {object} tab - Information about the active tab in the current window.\n     * @param {function} sendResponse - Function used to issue a response back to the popup.\n     * */\n    self.replaceNext = function(message, tab, sendResponse) {\n        Find.Background.ContentProxy.replaceOccurrence(tab, message.index - 1, message.replaceWith, message.options);\n\n        //Restore Web Page\n        Find.Background.ContentProxy.clearPageHighlights(tab);\n\n        let uuids = getUUIDsFromModelObject(documentRepresentation);\n        Find.Background.ContentProxy.restoreWebPage(tab, uuids, () => {\n            //Rebuild documentRepresentation and invalidate\n            Find.Background.ContentProxy.buildDocumentRepresentation(tab, (model) => {\n                documentRepresentation = model;\n                sendResponse({action: 'invalidate'});\n            });\n        });\n    };\n\n    /**\n     * Replace all occurrences of the search query with a given replacement string, and invalidate the search\n     * state.\n     *\n     * @param {object} message - The message containing the details about the action, the replacement string,\n     * and the search options.\n     * @param {object} tab - Information about the active tab in the current window.\n     * @param {function} sendResponse - Function used to issue a response back to the popup.\n     * */\n    self.replaceAll = function(message, tab, sendResponse) {\n        Find.Background.ContentProxy.replaceAllOccurrences(tab, message.replaceWith, message.options);\n\n        //Restore Web Page\n        Find.Background.ContentProxy.clearPageHighlights(tab);\n\n        let uuids = getUUIDsFromModelObject(documentRepresentation);\n        Find.Background.ContentProxy.restoreWebPage(tab, uuids, () => {\n            //Rebuild documentRepresentation and invalidate\n            Find.Background.ContentProxy.buildDocumentRepresentation(tab, (model) => {\n                documentRepresentation = model;\n                sendResponse({action: 'invalidate'});\n            });\n        });\n    };\n\n    /**\n     * Follow the link at the current occurrence index in the page.\n     *\n     * @param {object} message - The message containing the details about the action.\n     * @param {object} tab - Information about the active tab in the current window.\n     * @param {function} sendResponse - Function used to issue a response back to the popup.\n     * */\n    self.followLinkUnderFocus = function(message, tab, sendResponse) {\n        Find.Background.ContentProxy.followLinkUnderFocus(tab);\n        sendResponse({action: 'close'});\n    };\n\n    /**\n     * Extract from the regex occurrence map the current or all occurrences of the search query\n     * and respond to the popup. Used to allow the occurrences to be copied to the clipboard.\n     *\n     * If the cardinality is 'all', a line feed separated string of occurrences is returned.\n     * Otherwise, only the current occurrence is returned.\n     *\n     * @param {object} message - The message containing the details about the action.\n     * @param {object} tab - Information about the active tab in the current window.\n     * @param {function} sendResponse - Function used to issue a response back to the popup.\n     * */\n    self.extractOccurrences = function(message, tab, sendResponse) {\n        let cardinality = message.options.cardinality;\n        let resp;\n\n        if(cardinality === 'all') {\n            let occurrences = [];\n            for(let occIndex = 0; occIndex < regexOccurrenceMap.length; occIndex++) {\n                occurrences.push(regexOccurrenceMap.occurrenceIndexMap[occIndex].occurrence);\n            }\n\n            resp = occurrences.join('\\n');\n        } else {\n            resp = regexOccurrenceMap.occurrenceIndexMap[index].occurrence;\n        }\n\n        sendResponse({action: 'get_occurrence', response: resp});\n    };\n\n    /**\n     * Construct an occurrence map object from a document representation and regular expression.\n     * The occurrence map is used to map occurrences of a given regex to nodes in the DOM.\n     *\n     * The occurrence map will have the following format:\n     * {\n     *     occurrenceIndexMap: {\n     *          1: {\n     *              groupIndex: _index to the parent group of this occurrence_,\n     *              subIndex: _the occurrence subindex of the parent group_,\n     *              occurrence: _the matched text_\n     *          }, ...\n     *     },\n     *     length: _number of occurrences of the regex_,\n     *     groups: _number of occurrence groups_,\n     *     1: {\n     *         uuids: [...],\n     *         count: _number of matches in this group_,\n     *         preformated: _whether or not the text node in the DOM is preformatted_\n     *     }, ...\n     * }\n     *\n     * @private\n     * @param {object} documentRepresentation - The representation of the page's DOM\n     * @param {string} regex - A regular expression\n     * @param {object} options - Options used to alter the creation of the occurrence map.\n     * @return {object} occurrence map\n     * */\n    function buildOccurrenceMap(documentRepresentation, regex, options) {\n        let occurrenceMap = {occurrenceIndexMap: {}, length: null, groups: null};\n        let count = 0;\n        let groupIndex = 0;\n\n        regex = regex.replace(/ /g, '\\\\s');\n        regex = (options.match_case) ? new RegExp(regex, 'gm') : new RegExp(regex, 'gmi');\n\n        //Loop over all text nodes in documentRepresentation\n        for(let key in documentRepresentation) {\n            let textNodes = documentRepresentation[key].group, preformatted = documentRepresentation[key].preformatted;\n            let textGroup = '';\n            let uuids = [];\n            for(let nodeIndex = 0; nodeIndex < textNodes.length; nodeIndex++) {\n                textGroup += textNodes[nodeIndex].text;\n                uuids.push(textNodes[nodeIndex].elementUUID);\n            }\n\n            let matches = textGroup.match(regex);\n            if(!matches) {\n                continue;\n            }\n\n            count += matches.length;\n            occurrenceMap[groupIndex] = {\n                uuids: uuids,\n                count: matches.length,\n                preformatted: preformatted\n            };\n\n            for(let matchesIndex = 0; matchesIndex < matches.length; matchesIndex++) {\n                let occMapIndex = matchesIndex + (count - matches.length);\n                occurrenceMap.occurrenceIndexMap[occMapIndex] = {groupIndex: groupIndex, subIndex: matchesIndex, occurrence: matches[matchesIndex]};\n            }\n\n            groupIndex++;\n\n            //If reached maxIndex, exit\n            if(options.max_results !== 0 && count >= options.max_results) {\n                break;\n            }\n        }\n\n        occurrenceMap.length = count;\n        occurrenceMap.groups = groupIndex;\n        return occurrenceMap;\n    }\n\n    /**\n     * Increment the given index, wrapping back to zero if reached end of occurrence map or index cap.\n     *\n     * @private\n     * @param {number} index - The current index\n     * @param {object} regexOccurrenceMap - The occurrence map object\n     * @param {object} options - The search options\n     * @return {number} the new index\n     * */\n    function computeSubsequentIndex(index, regexOccurrenceMap, options) {\n        //If reached end, reset index\n        let indexCap = self.options.max_results !== 0;\n        if(index >= regexOccurrenceMap.length-1 || (indexCap && index >= options.max_results-1)) {\n            return 0;\n        }\n\n        return index + 1;\n    }\n\n    /**\n     * Decrement the given index, wrapping back to the end if reached zero.\n     *\n     * @private\n     * @param {number} index - The current index\n     * @param {object} regexOccurrenceMap - The occurrence map object\n     * @param {object} options - The search options\n     * @return {number} the new index\n     * */\n    function computePrecedingIndex(index, regexOccurrenceMap, options) {\n        //If reached start, set index to last occurrence\n        let indexCap = self.options.max_results !== 0;\n        if(index <= 0) {\n            if(indexCap && options.max_results <= regexOccurrenceMap.length) {\n                return options.max_results - 1;\n            }\n\n            return regexOccurrenceMap.length - 1;\n        } else {\n            return index - 1;\n        }\n    }\n\n    /**\n     * Extract UUIDs from the document representation object.\n     *\n     * @private\n     * @param {object} documentRepresentation - The document representation object\n     * @return {array} a list of UUIDs\n     * */\n    function getUUIDsFromModelObject(documentRepresentation) {\n        let uuids = [];\n\n        for(let key in documentRepresentation) {\n            let textNodes = documentRepresentation[key].group;\n            for(let index = 0; index < textNodes.length; index++) {\n                uuids.push(textNodes[index].elementUUID);\n            }\n        }\n\n        return uuids;\n    }\n});\n"
  },
  {
    "path": "background/browser-action-proxy.js",
    "content": "\"use strict\";\n\n/**\n * Create the Background ContentProxy namespace. Serves as mediator between the background scripts\n * and the browser action popup.\n * */\nFind.register(\"Background.BrowserActionProxy\", function() {\n\n    /**\n     * Initialize the port connection with the browser action popup.\n     * */\n    Find.browser.runtime.onConnect.addListener((browserActionPort) => {\n        if(browserActionPort.name !== 'popup_to_background_port') {\n            return;\n        }\n\n        if(Find.Background.installationDetails) {\n            browserActionPort.postMessage({action: 'install', details: Find.Background.installationDetails});\n            Find.Background.installationDetails = null;\n        }\n\n        let activeTab = null;\n        Find.browser.tabs.query({active: true, currentWindow: true}, (tabs) => {\n            activeTab = tabs[0];\n\n            // invoke action on message from popup script\n            browserActionPort.onMessage.addListener((message) => {\n                actionDispatch(message, activeTab, (resp) => {\n                    browserActionPort.postMessage(resp);\n                });\n            });\n\n            // handle extension close\n            browserActionPort.onDisconnect.addListener(() => {\n                if(!Find.Background.options || !Find.Background.options.persistent_highlights) {\n                    Find.Background.restorePageState(activeTab);\n                } else {\n                    Find.Background.restorePageState(activeTab, false);\n                }\n\n                activeTab = null;\n            });\n        });\n    });\n\n    /**\n     * Dispatcher for calls for action by the browser action popup.\n     * Invokes the appropriate function in the Background based on the\n     * message.action field.\n     *\n     * @param {object} message - The message received from the popup\n     * @param {object} tab - Information about the active tab in the current window\n     * @param {function} sendResponse - Function used to issue a response back to the popup.\n     * */\n    function actionDispatch(message, tab, sendResponse) {\n        let action = message.action;\n        switch(action) {\n            case 'update':\n                Find.Background.updateSearch(message, tab, sendResponse);\n                break;\n            case 'next':\n                Find.Background.seekSearch(message, true, tab, sendResponse);\n                break;\n            case 'previous':\n                Find.Background.seekSearch(message, false, tab, sendResponse);\n                break;\n            case 'replace_next':\n                Find.Background.replaceNext(message, tab, sendResponse);\n                break;\n            case 'replace_all':\n                Find.Background.replaceAll(message, tab, sendResponse);\n                break;\n            case 'follow_link':\n                Find.Background.followLinkUnderFocus(message, tab, sendResponse);\n                break;\n            case 'browser_action_init':\n                Find.Background.initializeBrowserAction(message, tab, sendResponse);\n                break;\n            case 'get_occurrence':\n                Find.Background.extractOccurrences(message, tab, sendResponse);\n                break;\n        }\n    }\n});\n"
  },
  {
    "path": "background/content-proxy.js",
    "content": "\"use strict\";\n\n/**\n * Create the Background ContentProxy namespace. Serves as mediator between the content\n * in the web page and the background scripts.\n * */\nFind.register(\"Background.ContentProxy\", function(self) {\n\n    /**\n     * Request from a given page a representation of the text nodes in the page's document.\n     *\n     * @param {object} tab - The tab to which the request will be made.\n     * @param {function} callback - The callback function that will utilize the document object model.\n     * @param {function} [error] - Callback function for handing an error.\n     * */\n    self.buildDocumentRepresentation = function(tab, callback, error) {\n        Find.browser.tabs.sendMessage(tab.id, {action: 'init'}, (response) => {\n            if(response && response.model) {\n                callback(response.model);\n            } else if(error) {\n                error();\n            }\n        });\n    };\n\n    /**\n     * Restore the page by removing reference markup to next nodes in the page. Highlight marking will not be removed.\n     *\n     * @param {object} tab - The tab from which all markup will be removed.\n     * @param {array} nodeReferences - Array of node reference UUIDs.\n     * @param {function} [callback] - Callback invoked when the page is restored.\n     * */\n    self.restoreWebPage = function(tab, nodeReferences, callback) {\n        Find.browser.tabs.sendMessage(tab.id, {\n            action: 'restore',\n            uuids: nodeReferences\n        }, callback);\n    };\n\n    /**\n     * Update the highlights in the page once the search query or options change.\n     *\n     * @param {object} tab - The tab that will be updated\n     * @param {string} regex - The regular expression or query\n     * @param {number} index - The index of the first occurrence\n     * @param {object} occurrenceMap - A special object that maps occurrences of the regex to individual text nodes.\n     * @param {object} options - The search options\n     * @param {function} [callback] - Callback invoked when the page highlights are updated.\n     * */\n    self.updatePageHighlights = function(tab, regex, index, occurrenceMap, options, callback) {\n        Find.browser.tabs.sendMessage(tab.id, {\n            action: 'update',\n            occurrenceMap: occurrenceMap,\n            index: index,\n            regex: regex,\n            options: options\n        }, callback);\n    };\n\n    /**\n     * Seek the search forward or backward.\n     *\n     * @param {object} tab - The tab that will be updated\n     * @param {number} index - The index of the occurrence to seek to\n     * @param {object} options - The search options\n     * @param {function} [callback] - Callback invoked when complete.\n     * */\n    self.seekHighlight = function(tab, index, options, callback) {\n        Find.browser.tabs.sendMessage(tab.id, {\n            action: 'seek',\n            index: index,\n            options: options\n        }, callback);\n    };\n\n    /**\n     * Remove all highlights from the page.\n     *\n     * @param {object} tab - The tab from which to remove all highlights\n     * @param {function} [callback] - Callback invoked when the highlights are removed from the page.\n     * */\n    self.clearPageHighlights = function(tab, callback) {\n        Find.browser.tabs.sendMessage(tab.id, {action: 'highlight_restore'}, callback);\n    };\n\n    /**\n     * Replace a single occurrence of the regular expression with a given piece of text in the page.\n     *\n     * @param {object} tab - The tab that will be updated\n     * @param {number} index - The specific index of the occurrence that will be replaced\n     * @param {string} replaceWith - The text that will replace the occurrence of the regex\n     * @param {object} options - The search options\n     * @param {function} [callback] - Callback invoked when the occurrence is replaced.\n     * */\n    self.replaceOccurrence = function(tab, index, replaceWith, options, callback) {\n        Find.browser.tabs.sendMessage(tab.id, {\n            action: 'replace',\n            index: index,\n            replaceWith: replaceWith,\n            options: options\n        }, callback);\n    };\n\n    /**\n     * Replace all occurrences of the regular expression with a given piece of text in the page.\n     *\n     * @param {object} tab - The tab that will be updated\n     * @param {string} replaceWith - The text that will replace each occurrence of the regex\n     * @param {object} options - The search options\n     * @param {function} [callback] - Callback invoked when the occurrences are replaced.\n     * */\n    self.replaceAllOccurrences = function(tab, replaceWith, options, callback) {\n        Find.browser.tabs.sendMessage(tab.id, {\n            action: 'replace_all',\n            replaceWith: replaceWith,\n            options: options\n        }, callback);\n    };\n\n    /**\n     * Follow the link in the page at the current index.\n     *\n     * @param {object} tab - The tab with the search\n     * @param {function} [callback] - Callback invoked once the operation is complete.\n     * */\n    self.followLinkUnderFocus = function(tab, callback) {\n        Find.browser.tabs.sendMessage(tab.id, {action: 'follow_link'}, callback);\n    };\n\n    /**\n     * Send a fetch message to the given tab to ensure that it responds. A successful response\n     * indicates that the content scripts were loaded successfully.\n     *\n     * @param {object} tab - The tab to fetch.\n     * @param {function} callback - Callback invoked once the operation is complete.\n     * */\n    self.fetch = function(tab, callback) {\n        Find.browser.tabs.sendMessage(tab.id, {action: 'fetch'}, callback);\n    };\n\n    /**\n     * Execute a given script in a specific tab.\n     *\n     * @param {object} tab - The tab with the search.\n     * @param {object} details - Details of the script to run. Either the func or the files property must be set, but\n     * both may not be set at the same time.\n     * @param {function} [callback] - Callback invoked once the operation is complete.\n     * */\n    self.executeScript = function(tab, details, callback) {\n        Find.browser.scripting.executeScript({target: {tabId: tab.id}, ...details}, callback);\n    };\n});\n"
  },
  {
    "path": "background/omni.js",
    "content": "\"use strict\";\n\n/**\n * Create the Background Omni namespace. Registers various event listeners which invoke\n * the appropriate background functions.\n * */\nFind.register(\"Background.Omni\", function(self) {\n\n    Find.browser.omnibox.onInputStarted.addListener(() => {\n        Find.browser.tabs.query({active: true, currentWindow: true}, (tabs) => {\n            Find.Background.initializePage(tabs[0]);\n        });\n    });\n\n    retrieveOptions((options) => {\n        Find.browser.omnibox.onInputChanged.addListener((regex) => {\n            Find.browser.tabs.query({active: true, currentWindow: true}, (tabs) => {\n                Find.Background.updateSearch({regex: regex, options: options}, tabs[0], (result) => {\n                    let description;\n                    if (!regex) {\n                        description = 'Enter a regular expression';\n                    } else if (result.action === 'index_update') {\n                        description = `${result.total} matches found`;\n                    } else if (result.action === 'invalid_regex') {\n                        description = result.error;\n                    }\n\n                    Find.browser.omnibox.setDefaultSuggestion({description: description});\n                });\n            });\n        });\n    });\n\n    Find.browser.omnibox.onInputCancelled.addListener(() => {\n        Find.browser.tabs.query({active: true, currentWindow: true}, (tabs) => {\n            Find.Background.restorePageState(tabs[0]);\n        });\n    });\n\n    Find.browser.omnibox.onInputEntered.addListener(() => {\n        Find.browser.tabs.query({active: true, currentWindow: true}, (tabs) => {\n            Find.Background.restorePageState(tabs[0], false);\n        });\n    });\n\n    /**\n     * Default options. This object and all of it's properties are immutable.\n     * To use this object, it must be cloned into a mutable object.\n     *\n     * To clone this object:\n     * let mutableOptions = JSON.parse(JSON.stringify(DEFAULT_OPTIONS));\n     * */\n    const DEFAULT_OPTIONS = Object.freeze({\n        find_by_regex: true,\n        match_case: true,\n        persistent_highlights: false,\n        persistent_storage_incognito: false,\n        hide_options_button: false,\n        hide_saved_expressions_button: false,\n        hide_clipboard_button: true,\n        hide_find_replace_button: true,\n        max_results: 0,\n        index_highlight_color: Object.freeze({\n            hue: 34,\n            saturation: 0.925,\n            value: 1,\n            hexColor: '#ff9813'\n        }),\n        all_highlight_color: Object.freeze({\n            hue: 56,\n            saturation: 1,\n            value: 1,\n            hexColor: '#fff000'\n        })\n    });\n\n    /**\n     * Retrieve the search options from the browser local storage, and pass\n     * to the callback function. The data from the storage is passed as a single\n     * argument to the callback function.\n     *\n     * @param {function} callback - The callback function to handle the data.\n     * @return {object} The search options, or null if it does not exist or cannot be retrieved.\n     * */\n    function retrieveOptions(callback) {\n        Find.browser.storage.local.get('options', (data) => {\n            let options = data['options'];\n            if(!options) {\n                return callback(JSON.parse(JSON.stringify(DEFAULT_OPTIONS)));\n            }\n\n            callback(options);\n        });\n    }\n});\n"
  },
  {
    "path": "background/service_worker.js",
    "content": "\"use strict\";\n\nimportScripts('../app.js');\nimportScripts('./browser-action-proxy.js');\nimportScripts('./content-proxy.js');\nimportScripts('./background.js');\nimportScripts('./omni.js');\n"
  },
  {
    "path": "build.sh",
    "content": "#!/usr/bin/env bash\n\nME=$0\nROOT_DIR=$PWD\nBUILD_DIR=\"$ROOT_DIR/.build\"\nMANIFEST=\"$ROOT_DIR/manifest.json\"\nVERSION=\n\n# Display Usage\nfunction help() {\n        cat <<EOS\nusage: ${ME} [options]\nBuild and package the find+ extension.\n\nexample:\n    ${ME} -m find/manifest.json -v 1.4.4 -o find/buildpath\n\noptions:\n    -m, --manifest  Alternate path of the manifest file 'manifest.json'.\n    -v, --version   New extension version number\n    -o, --output    Alternate build directory. Default '.build' in the current working directory\n    -h, --help      Show help and exit\nEOS\n    exit 2\n}\n\nfunction parseargs() {\n    while [[ $# -gt 0 ]]; do\n        key=\"$1\"\n\n        case $key in\n            -m|--manifest)\n                case $2 in\n                    /*) MANIFEST=\"$2\" ;;\n                    *) MANIFEST=\"$ROOT_DIR/$2\" ;;\n                esac\n                shift\n                shift\n                ;;\n            -v|--version)\n                VERSION=$2\n                shift\n                shift\n                ;;\n            -o|--output)\n                case $2 in\n                    /*) BUILD_DIR=\"$2\" ;;\n                    *) BUILD_DIR=\"$ROOT_DIR/$2\" ;;\n                esac\n                shift\n                shift\n                ;;\n            -h|--help)\n                help\n                ;;\n            *)\n                echo \"Error: Unknown option $key\"\n                help\n                ;;\n        esac\n    done\n}\n\nparseargs \"$@\"\n\n# Check if manifest filename matches expected filename\nif [[ ${MANIFEST} =~ \"*/manifest.json\" ]]; then\n    echo \"Error: file '$MANIFEST' must have the filename 'manifest.json'\"\n    exit 2\nfi\n\n# Check if manifest file exists\nif [ ! -f ${MANIFEST} ]; then\n    echo \"Error: manifest file '$MANIFEST' not found.\"\n    exit 2\nfi\n\n# Check if version number is set\nif [ -z \"$VERSION\" ]; then\n    echo \"Error: missing version number.\"\n    help\nfi\n\n# Check if zip is installed\nif ! command -v zip >/dev/null; then\n    echo \"Error: missing 'zip' utility.\"\n    exit 2\nfi\n\n# Create build directory structure\necho \"$ME: Creating the build directory structure under $BUILD_DIR...\"\nrm -rf \"$BUILD_DIR\"\nmkdir --parents --verbose \"$BUILD_DIR/chr\"\nmkdir --parents --verbose \"$BUILD_DIR/moz\"\n\n# Copy project src to build directory\necho \"$ME: Copying project source files to build directory...\"\nPROJECT_SRC_DIR=$(dirname \"${MANIFEST}\")\nfor file in \"$PROJECT_SRC_DIR/\"*\ndo\n    [[ $file = $BUILD_DIR ]] && continue\n    cp -r \"$file\" \"$BUILD_DIR/chr\"\n    cp -r \"$file\" \"$BUILD_DIR/moz\"\ndone\n\n# Update manifest version numbers\necho \"$ME: Updating version number in manifest to $VERSION...\"\nsed -i \"s/\\\"version\\\": \\\"1\\\"/\\\"version\\\": \\\"$VERSION\\\"/\" \"$BUILD_DIR/chr/manifest.json\"\nsed -i \"s/\\\"version\\\": \\\"1\\\"/\\\"version\\\": \\\"$VERSION\\\"/\" \"$BUILD_DIR/moz/manifest_firefox.json\"\n\n# Package extension for chrome\necho \"$ME: Packaging extension for Chrome...\"\nrm -f \"$BUILD_DIR/chr/manifest_firefox.json\"\ncd \"$BUILD_DIR/chr\"\nzip -r \"$BUILD_DIR/find-chrome.zip\" .\ncd \"$ROOT_DIR\"\n\n# Package extension for firefox\necho \"$ME: Packaging extension for Firefox...\"\nmv \"$BUILD_DIR/moz/manifest_firefox.json\" \"$BUILD_DIR/moz/manifest.json\"\ncd \"$BUILD_DIR/moz\"\nzip -r \"$BUILD_DIR/find-firefox.zip\" .\ncd \"$ROOT_DIR\""
  },
  {
    "path": "content/content.js",
    "content": "'use strict';\n\n/**\n * Create the Content namespace. This component is injected into the\n * page and delegates messages to the parser or highlighter.\n * */\nFind.register('Content', function(self) {\n\n    /**\n     * State variables, used to recover the extension state if the extension\n     * is closed accidentally.\n     * */\n    let regex = null;\n    let index = null;\n    let selected = null;\n\n    /**\n     * Register a message listener to the extension background script.\n     * */\n    Find.browser.runtime.onMessage.addListener((message, sender, sendResponse) => {\n        switch (message.action) {\n            case 'init':\n                selected = window.getSelection().toString();\n                sendResponse({model: Find.Content.Parser.buildDOMReferenceObject()});\n                return true;\n            case 'fetch':\n                sendResponse({\n                    success: true,\n                    regex: regex,\n                    index: index,\n                    selection: selected,\n                    iframes: document.getElementsByTagName('iframe').length\n                });\n                return true;\n            case 'restore':\n                selected = null;\n                Find.Content.Parser.restoreWebPage(message.uuids);\n                return false;\n        }\n\n        //Highlighter Actions\n        switch(message.action) {\n            case 'update':\n                regex = message.regex;\n                index = message.index;\n                Find.Content.Highlighter.restore();\n                Find.Content.Highlighter.highlightAll(message.occurrenceMap, message.regex, message.options);\n                Find.Content.Highlighter.seekHighlight(message.index, message.options);\n                break;\n            case 'seek':\n                index = message.index;\n                Find.Content.Highlighter.seekHighlight(message.index, message.options);\n                break;\n            case 'highlight_restore':\n                Find.Content.Highlighter.restore();\n                break;\n            case 'replace':\n                Find.Content.Highlighter.replace(message.index, message.replaceWith);\n                break;\n            case 'replace_all':\n                Find.Content.Highlighter.replaceAll(message.replaceWith);\n                break;\n            case 'follow_link':\n                Find.Content.Highlighter.followLinkUnderFocus();\n                break;\n        }\n\n        return false;\n    });\n});"
  },
  {
    "path": "content/highlighter.js",
    "content": "'use strict';\n\n/**\n * Create the Content Highlighter namespace. This component is injected into\n * the page and is used to highlight occurrences of a regex in the page.\n * */\nFind.register('Content.Highlighter', function(self) {\n\n    const indexHighlight = 'find-ext-index-highlight';\n    const allHighlight = 'find-ext-all-highlight';\n\n    /**\n     * Highlight all occurrences of a regex in the page, using an occurrence map and regex.\n     *\n     * @private\n     * @param {object} occurrenceMap - The occurrence map\n     * @param {string} regex - The regular expression\n     * @param {object} options - The search and highlight options\n     * */\n    self.highlightAll = function(occurrenceMap, regex, options) {\n        const tags = {\n            occIndex: null,\n            maxIndex: null,\n            openingMarkup: '',\n            closingMarkup: '',\n            update: function (index) {\n                if (this.occIndex !== index) {\n                    this.occIndex = index;\n\n                    //If reached max number of occurrences to show, don't highlight text\n                    if (this.maxIndex == null || this.occIndex <= this.maxIndex) {\n                        let style = 'all: unset; background-color: ' + options.all_highlight_color.hexColor + '; color: black;';\n                        let classList = 'find-ext-occr' + index + ' ' + allHighlight;\n                        this.openingMarkup = '<span style=\"' + style + '\" class=\"' + classList + '\">';\n                        this.closingMarkup = '</span>';\n                    } else {\n                        this.openingMarkup = '';\n                        this.closingMarkup = '';\n                    }\n                }\n            }\n        };\n\n        if (options && options.max_results !== 0) {\n            tags.maxIndex = options.max_results - 1;\n        } else {\n            tags.maxIndex = null;\n        }\n\n        regex = regex.replace(/ /g, '\\\\s');\n        if (!options || options.match_case) {\n            regex = new RegExp(regex, 'm');\n        } else {\n            regex = new RegExp(regex, 'mi');\n        }\n\n        //Iterate each text group\n        let occIndex = 0;\n        for (let index = 0; index < occurrenceMap.groups; index++) {\n            let uuids = occurrenceMap[index].uuids;\n            let groupText = '';\n            let charMap = {};\n            let charIndexMap = [];\n\n            //Build groupText, charMap and charIndexMap\n            let count = 0;\n            for (let uuidIndex = 0; uuidIndex < uuids.length; uuidIndex++) {\n                let el = document.getElementById(uuids[uuidIndex]);\n                let text = el.childNodes[0].nodeValue;\n\n                if (!text) {\n                    continue;\n                }\n\n                text = decode(text);\n                groupText += text;\n\n                for (let stringIndex = 0; stringIndex < text.length; stringIndex++) {\n                    charIndexMap.push(count);\n                    charMap[count++] = {\n                        char: text.charAt(stringIndex),\n                        nodeUUID: uuids[uuidIndex],\n                        nodeIndex: stringIndex,\n                        ignorable: false,\n                        matched: false,\n                        boundary: false\n                    };\n                }\n            }\n            charMap.length = count;\n\n            //Format text nodes (whitespaces) whilst keeping references to their nodes in the DOM, updating charMap ignorable characters\n            if (!occurrenceMap[index].preformatted) {\n                let info;\n\n                //Replace all whitespace characters (\\t \\n\\r) with the space character\n                while (info = /[\\t\\n\\r]/.exec(groupText)) {\n                    charMap[charIndexMap[info.index]].ignorable = true;\n                    groupText = groupText.replace(/[\\t\\n\\r]/, ' ');\n                }\n\n                //Truncate consecutive whitespaces\n                while (info = / {2,}/.exec(groupText)) {\n                    let len = info[0].length;\n                    let offset = info.index;\n\n                    for (let currIndex = 0; currIndex < len; currIndex++) {\n                        charMap[charIndexMap[offset + currIndex]].ignorable = true;\n                    }\n\n                    for (let currIndex = 0; currIndex < len - 1; currIndex++) {\n                        charIndexMap.splice(offset, 1);\n                    }\n\n                    groupText = groupText.replace(/ {2,}/, ' ');\n                }\n\n                //Collapse leading or trailing whitespaces\n                while (info = /^ | $/.exec(groupText)) {\n                    let len = info[0].length;\n                    let offset = info.index;\n\n                    for (let currIndex = 0; currIndex < len; currIndex++) {\n                        charMap[charIndexMap[offset + currIndex]].ignorable = true;\n                    }\n\n                    for (let currIndex = 0; currIndex < len; currIndex++) {\n                        charIndexMap.splice(offset, 1);\n                    }\n\n                    groupText = groupText.replace(/^ | $/, '');\n                }\n            }\n\n            //Perform complex regex search, updating charMap matched characters\n            let info;\n            while (info = regex.exec(groupText)) {\n                let len = info[0].length;\n                let offset = info.index;\n\n                if (len === 0) {\n                    break;\n                }\n\n                let first = charIndexMap[offset];\n                let last = charIndexMap[offset + len - 1];\n                for (let currIndex = first; currIndex <= last; currIndex++) {\n                    charMap[currIndex].matched = true;\n                    if (currIndex === last) {\n                        charMap[currIndex].boundary = true;\n                    }\n                }\n\n                for (let currIndex = 0; currIndex < offset + len; currIndex++) {\n                    charIndexMap.splice(0, 1);\n                }\n\n                groupText = groupText.substring(offset + len);\n            }\n\n            //Wrap matched characters in an element with class indexHighlight and occurrenceIdentifier\n            let matchGroup = {text: '', groupUUID: charMap[0].nodeUUID};\n            let inMatch = false;\n            for (let key = 0; key < charMap.length; key++) {\n                tags.update(occIndex);\n\n                //If Transitioning Into New Text Group\n                if (matchGroup.groupUUID !== charMap[key].nodeUUID) {\n                    if (inMatch) {\n                        matchGroup.text += tags.closingMarkup;\n                    }\n\n                    document.getElementById(matchGroup.groupUUID).innerHTML = matchGroup.text;\n                    matchGroup.text = '';\n                    matchGroup.groupUUID = charMap[key].nodeUUID;\n\n                    if (inMatch) {\n                        matchGroup.text += tags.openingMarkup;\n                    }\n                }\n\n                //If Current Character is Matched\n                if (charMap[key].matched) {\n                    if (!inMatch) {\n                        inMatch = charMap[key].matched;\n                        matchGroup.text += tags.openingMarkup;\n                    }\n                } else {\n                    if (inMatch) {\n                        inMatch = charMap[key].matched;\n                        matchGroup.text += tags.closingMarkup;\n\n                        if (key < charMap.length) {\n                            occIndex++;\n                        }\n                    }\n                }\n\n                matchGroup.text += encode(charMap[key].char);\n\n                if (charMap[key].boundary) {\n                    inMatch = false;\n                    matchGroup.text += tags.closingMarkup;\n                    if (key < charMap.length) {\n                        occIndex++;\n                    }\n                }\n\n                //If End of Map Reached\n                if (key === charMap.length - 1) {\n                    if (inMatch) {\n                        matchGroup.text += tags.closingMarkup;\n                        occIndex++;\n                    }\n\n                    document.getElementById(matchGroup.groupUUID).innerHTML = matchGroup.text;\n                }\n            }\n        }\n    };\n\n    /**\n     * Seek the search to the given index.\n     *\n     * @private\n     * @param {number} index - The index to seek to\n     * @param {object} options - The search options\n     * */\n    self.seekHighlight = function(index, options) {\n        if (index === null || options == null) {\n            return;\n        }\n\n        let previousIndex = Array.from(document.querySelectorAll('.' + indexHighlight));\n        if (previousIndex && previousIndex.length) {\n            for (let elsIndex = 0; elsIndex < previousIndex.length; elsIndex++) {\n                let style = 'all: unset; background-color: ' + options.all_highlight_color.hexColor + '; color: black;';\n                previousIndex[elsIndex].classList.remove(indexHighlight);\n                previousIndex[elsIndex].setAttribute(\"style\", style);\n            }\n        }\n\n        let els = Array.from(document.querySelectorAll('.find-ext-occr' + index));\n        if (els == null || els.length === 0) {\n            return;\n        }\n\n        for (let elsIndex = 0; elsIndex < els.length; elsIndex++) {\n            let style = 'all: unset; background-color: ' + options.index_highlight_color.hexColor + '; color: black;';\n            els[elsIndex].classList.add(indexHighlight);\n            els[elsIndex].setAttribute(\"style\", style);\n        }\n\n        // only scroll if the element is not in the current viewport\n        if (!isElementInViewport(els[0])) {\n            els[0].scrollIntoView(true);\n\n            let docHeight = Math.max(document.documentElement.clientHeight, document.documentElement.offsetHeight, document.documentElement.scrollHeight);\n            let bottomScrollPos = window.pageYOffset + window.innerHeight;\n            if (bottomScrollPos + 100 < docHeight) {\n                window.scrollBy(0, -100);\n            }\n        }\n    };\n\n    /**\n     * Replace a given occurrence of a regex with a given string.\n     *\n     * @private\n     * @param {number} index - The index of the occurrence that will be replaced\n     * @param {string} replaceWith - The text that will replace the given occurrence of the regex\n     * */\n    self.replace = function(index, replaceWith) {\n        let els = Array.from(document.querySelectorAll('.find-ext-occr' + index));\n\n        if (els.length === 0) {\n            return;\n        }\n\n        els.shift().innerText = replaceWith;\n        for (let elsIndex = 0; elsIndex < els.length; elsIndex++) {\n            els[elsIndex].innerText = '';\n        }\n    };\n\n    /**\n     * Replace all occurrences of a regex with a given string.\n     *\n     * @private\n     * @param {string} replaceWith - The text that will replace all occurrences of the regex\n     * */\n    self.replaceAll = function(replaceWith) {\n        let els = Array.from(document.querySelectorAll(\"[class*='find-ext-occr']\"));\n\n        let currentOccurrence = null;\n        for (let index = 0; index < els.length; index++) {\n            let el = els[index];\n            let occrClassName = el.getAttribute('class').match(/find-ext-occr\\d*/)[0];\n            let occurrenceFromClass = parseInt(occrClassName.replace('find-ext-occr', ''));\n\n            if (occurrenceFromClass !== currentOccurrence) {\n                currentOccurrence = occurrenceFromClass;\n                el.innerText = replaceWith\n            } else {\n                el.innerText = '';\n            }\n        }\n    };\n\n    /**\n     * Follow the link that is currently highlighted.\n     *\n     * @private\n     * */\n    self.followLinkUnderFocus = function() {\n        let els = document.getElementsByClassName(indexHighlight);\n        for (let index = 0; index < els.length; index++) {\n            let el = els[index];\n            while (el.parentElement) {\n                el = el.parentElement;\n                if (el.tagName.toLowerCase() === 'a') {\n                    return el.click();\n                }\n            }\n        }\n    };\n\n    /**\n     * Restore the page by removing any highlighting markup.\n     *\n     * @private\n     * */\n    self.restore = function() {\n        let classes = [indexHighlight, allHighlight];\n        for (let classIndex = 0; classIndex < classes.length; classIndex++) {\n            let els = Array.from(document.querySelectorAll('.' + classes[classIndex]));\n\n            for (let elsIndex = 0; elsIndex < els.length; elsIndex++) {\n                let el = els[elsIndex];\n                let parent = el.parentElement;\n\n                while (el.firstChild) {\n                    parent.insertBefore(el.firstChild, el);\n                }\n\n                parent.removeChild(el);\n                parent.normalize();\n            }\n        }\n    };\n\n    function isElementInViewport(element) {\n        let elementBoundingRect = element.getBoundingClientRect();\n        if (elementBoundingRect.top < 0 || elementBoundingRect.left < 0) {\n            return false;\n        }\n\n        if (elementBoundingRect.bottom > (window.innerHeight || document.documentElement.clientHeight)) {\n            return false;\n        }\n\n        if (elementBoundingRect.right > (window.innerWidth || document.documentElement.clientWidth)) {\n            return false;\n        }\n\n        return true;\n    }\n});"
  },
  {
    "path": "content/parser.js",
    "content": "'use strict';\n\n/**\n * Create the Content Parser namespace. This component is injected into the\n * page and constructs a representation of the DOM, which will be used for\n * occurrence matching by the background script and highlighting by the\n * highlighter.\n *\n * As the document representation object is constructed, text nodes in the page\n * are wrapped in a span, and assigned a UUID which is used to reference it.\n *\n * Once the extension closes, the page is restored using the UUIDs from the\n * document representation object.\n * */\nFind.register('Content.Parser', function(self) {\n\n\t/**\n\t * Walk the pages DOM tree and construct the document representation object, while\n\t * wrapping text nodes with wrapper elements.\n\t *\n\t * @return {object} the document representation object\n\t * */\n\tself.buildDOMReferenceObject = function() {\n\t\tlet DOMTreeWalker = document.createTreeWalker(document.body, NodeFilter.SHOW_ALL, {acceptNode: nodeFilter}, false);\n\t\tlet DOMModelObject = {};\n\t\tlet reachedEndOfTree = false;\n\t\tlet groupIndex = 0;\n\t\tlet blockLevels = [];\n\t\tlet elementBoundary = false;\n\t\tlet preformatted = {flag: false, index: null};\n\t\tlet hidden = {flag: false, index: null};\n\t\tlet node = DOMTreeWalker.root;\n\n\t\twhile (!reachedEndOfTree) {\n\t\t\tnode = DOMTreeWalker.nextNode();\n\n\t\t\tif (!node) {\n\t\t\t\treachedEndOfTree = true;\n\t\t\t}\n\n\t\t\tlet textGroup = {group: [], preformatted: false};\n\t\t\twhile (node) {\n\t\t\t\tlet nodeDepth = getNodeTreeDepth(node);\n\n\t\t\t\tif (!preformatted.flag && isPreformattedElement(node)) {\n\t\t\t\t\tpreformatted.flag = true;\n\t\t\t\t\tpreformatted.index = nodeDepth;\n\t\t\t\t} else if (preformatted.flag && nodeDepth <= preformatted.index) {\n\t\t\t\t\tpreformatted.flag = false;\n\t\t\t\t\tpreformatted.index = null;\n\t\t\t\t}\n\n\t\t\t\tif (!hidden.flag && isHiddenElement(node)) {\n\t\t\t\t\thidden.flag = true;\n\t\t\t\t\thidden.index = nodeDepth;\n\t\t\t\t} else if (hidden.flag && nodeDepth <= hidden.index) {\n\t\t\t\t\tif (!isHiddenElement(node)) {\n\t\t\t\t\t\thidden.flag = false;\n\t\t\t\t\t\thidden.index = null;\n\t\t\t\t\t} else {\n\t\t\t\t\t\thidden.index = nodeDepth;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tif (hidden.flag) {\n\t\t\t\t\tnode = DOMTreeWalker.nextNode();\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\tif (isElementNode(node)) {\n\t\t\t\t\tif (nodeDepth <= blockLevels[blockLevels.length - 1]) {\n\t\t\t\t\t\twhile (nodeDepth <= blockLevels[blockLevels.length - 1]) {\n\t\t\t\t\t\t\tblockLevels.pop();\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tif (!isInlineLevelElement(node)) {\n\t\t\t\t\t\t\tblockLevels.push(nodeDepth);\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\telementBoundary = true;\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t} else {\n\t\t\t\t\t\tif (!isInlineLevelElement(node)) {\n\t\t\t\t\t\t\tblockLevels.push(nodeDepth);\n\t\t\t\t\t\t\telementBoundary = true;\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t} else if (isTextNode(node)) {\n\t\t\t\t\tif (nodeDepth <= blockLevels[blockLevels.length - 1]) {\n\t\t\t\t\t\twhile (nodeDepth <= blockLevels[blockLevels.length - 1]) {\n\t\t\t\t\t\t\tblockLevels.pop();\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tDOMTreeWalker.previousNode();\n\t\t\t\t\t\telementBoundary = true;\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\n\t\t\t\t\tif (!preformatted.flag && isNodeTextValueWhitespaceOnly(node) && node.nodeValue.length !== 1) {\n\t\t\t\t\t\tnode = DOMTreeWalker.nextNode();\n\t\t\t\t\t\tcontinue;\n\t\t\t\t\t} else if (node.nodeValue.length === 1 && node.nodeValue.charCodeAt(0) === 10) {\n\t\t\t\t\t\tnode = DOMTreeWalker.nextNode();\n\t\t\t\t\t\tcontinue;\n\t\t\t\t\t}\n\n\t\t\t\t\tlet identifierUUID = generateElementUUID();\n\t\t\t\t\tlet nodeText = formatTextNodeValue(node, preformatted.flag, elementBoundary);\n\n\t\t\t\t\tif (nodeText.length === 0) {\n\t\t\t\t\t\tnode = DOMTreeWalker.nextNode();\n\t\t\t\t\t\tcontinue;\n\t\t\t\t\t}\n\n\t\t\t\t\tlet wrapperElement = document.createElement('span');\n\t\t\t\t\twrapperElement.style.cssText = 'all: unset;';\n\t\t\t\t\twrapperElement.setAttribute('id', identifierUUID);\n\t\t\t\t\tnode.parentNode.insertBefore(wrapperElement, node);\n\t\t\t\t\twrapperElement.appendChild(node);\n\n\t\t\t\t\tlet textNodeInformation = {groupIndex: groupIndex, text: nodeText, elementUUID: identifierUUID};\n\t\t\t\t\ttextGroup.group.push(textNodeInformation);\n\t\t\t\t\ttextGroup.preformatted = preformatted.flag;\n\t\t\t\t}\n\n\t\t\t\tnode = DOMTreeWalker.nextNode();\n\t\t\t\telementBoundary = false;\n\t\t\t\tif (!node) {\n\t\t\t\t\treachedEndOfTree = true;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif (textGroup.group.length === 0) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tDOMModelObject[groupIndex++] = textGroup;\n\t\t}\n\n\t\treturn DOMModelObject;\n\t};\n\n\t/**\n\t * Restore the web page by removing any wrapper elements.\n\t *\n\t * @param {array} uuids - A list of UUIDs\n\t * */\n\tself.restoreWebPage = function(uuids) {\n\t\tfor (let index = 0; index < uuids.length; index++) {\n\t\t\tlet el = document.getElementById(uuids[index]);\n\t\t\tlet parent = el.parentElement;\n\n\t\t\twhile (el.firstChild) {\n\t\t\t\tparent.insertBefore(el.firstChild, el);\n\t\t\t}\n\n\t\t\tparent.removeChild(el);\n\t\t\tparent.normalize();\n\t\t}\n\t};\n\n\t/**\n\t * Filter used by the DOM tree walker. Used to skip certain elements.\n\t * @private\n\t * @param {Element} node - The DOM node.\n\t * @return {number} NodeFilter.FILTER_ACCEPT if the node is accepted, or NodeFilter.FILTER_REJECT\n\t * if the node is rejected.\n\t * */\n\tfunction nodeFilter(node) {\n\t\tif (isElementNode(node)) {\n\t\t\tswitch(node.tagName.toLowerCase()) {\n\t\t\t\tcase 'script':\n\t\t\t\tcase 'noscript':\n\t\t\t\tcase 'style':\n\t\t\t\tcase 'textarea':\n\t\t\t\tcase 'math':\n\t\t\t\t\treturn NodeFilter.FILTER_REJECT;\n\t\t\t\tdefault:\n\t\t\t\t\treturn NodeFilter.FILTER_ACCEPT;\n\t\t\t}\n\t\t}\n\n\t\tif (isTextNode(node)) {\n\t\t\treturn NodeFilter.FILTER_ACCEPT;\n\t\t}\n\n\t\treturn NodeFilter.FILTER_REJECT;\n\t}\n\n\t/**\n\t * Decode any HTML character entities, strip consecutive whitespaces,\n\t * and return the node text value.\n\t *\n\t * @private\n\t * @param {Node} node - The DOM node.\n\t * @param {boolean} preformatted - Whether or not the node is a preformatted text element.\n\t * @param {boolean} elementBoundary - Whether the element is a boundary element.\n\t * @return {string} the formatted text.\n\t * */\n\tfunction formatTextNodeValue(node, preformatted, elementBoundary) {\n\t\tif (isElementNode(node)) {\n\t\t\treturn;\n\t\t}\n\n\t\tlet nodeText = decode(node.nodeValue);\n\t\tif (preformatted) {\n\t\t\treturn nodeText;\n\t\t}\n\n\t\tlet text = nodeText.replace(/[\\t\\n\\r ]+/g, ' ');\n\t\tif (elementBoundary) {\n\t\t\ttext = text.replace(/^[\\t\\n\\r ]+/g, '');\n\t\t}\n\n\t\treturn text;\n\t}\n\n\t/**\n\t * Determine whether a given node is preformatted.\n\t *\n\t * A node is preformatted if it has:\n\t * - tag name 'pre'\n\t * - style 'whitespace: pre'\n\t *\n\t * @private\n\t * @param {Element} node - The DOM node.\n\t * @return {boolean} true of the element is a preformatted element, false if the\n\t * element is not preformatted, and undefined if the node is not an element.\n\t * */\n\tfunction isPreformattedElement(node) {\n\t\tif (!isElementNode(node)) {\n\t\t\treturn undefined;\n\t\t}\n\n\t\tif (node.tagName.toLowerCase() === 'pre' || node.style.whiteSpace.toLowerCase() === 'pre') {\n\t\t\treturn true;\n\t\t}\n\n\t\tlet computedStyle = window.getComputedStyle(node);\n\t\tif (computedStyle.getPropertyValue('whitespace').toLowerCase() === 'pre') {\n\t\t\treturn true;\n\t\t}\n\n\t\treturn false;\n\t}\n\n\t/**\n\t * Determine whether a given node is visible in the page.\n\t *\n\t * @private\n\t * @param {Node} node - The DOM node.\n\t * @return {boolean} true if the element is hidden, false if the element is visible,\n\t * and undefined if the not an element.\n\t * */\n\tfunction isHiddenElement(node) {\n\t\tif (!isElementNode(node)) {\n\t\t\treturn undefined;\n\t\t}\n\n\t\tif (node.style.display === 'none' || node.style.display === 'hidden') {\n\t\t\treturn true;\n\t\t}\n\n\t\tlet computedStyle = window.getComputedStyle(node);\n\t\tif (computedStyle.getPropertyValue('display').toLowerCase() === 'none') {\n\t\t\treturn true;\n\t\t}\n\n\t\tif (computedStyle.getPropertyValue('display').toLowerCase() === 'hidden') {\n\t\t\treturn true;\n\t\t}\n\n\t\treturn false;\n\t}\n\n\t/**\n\t * Determine whether or not a given DOM node is an Element.\n\t *\n\t * @private\n\t * @param {Node} node - The DOM node.\n\t * @return {boolean} true if the node is an element, false otherwise.\n\t * */\n\tfunction isElementNode(node) {\n\t\treturn node.nodeType === Node.ELEMENT_NODE;\n\t}\n\n\t/**\n\t * Determine whether or not a given DOM node is a text node.\n\t *\n\t * @private\n\t * @param {Node} node - The DOM node.\n\t * @return {boolean} true if the node is a text node, false otherwise.\n\t * */\n\tfunction isTextNode(node) {\n\t\treturn node.nodeType === Node.TEXT_NODE;\n\t}\n\n\t/**\n\t * Determine whether or not an element is inline-level or block-level.\n\t *\n\t * @private\n\t * @param {Element} element - The DOM element.\n\t * @return {boolean} true if the element is inline, false otherwise.\n\t * */\n\tfunction isInlineLevelElement(element) {\n\t\tif (!isElementNode(element)) {\n\t\t\treturn false;\n\t\t}\n\n\t\t//Special case: will treat <br> as block element\n\t\tlet elementTagName = element.tagName.toLowerCase();\n\t\tif (elementTagName === 'br') {\n\t\t\treturn false;\n\t\t}\n\n\t\tif (window.getComputedStyle(element).display === 'inline') {\n\t\t\treturn true;\n\t\t}\n\n\t\treturn false;\n\t}\n\n\t/**\n\t * Determine whether a text node value is whitespace only.\n\t *\n\t * @private\n\t * @param {Node} node - The DOM node.\n\t * @return {boolean} true if the node value is whitespace only, false otherwise.\n\t * */\n\tfunction isNodeTextValueWhitespaceOnly(node) {\n\t\treturn !(/[^\\t\\n\\r ]/.test(node.nodeValue));\n\t}\n\n\t/**\n\t * Determine the depth of a given node in the DOM tree.\n\t *\n\t * @private\n\t * @param {Node} node - The DOM node.\n\t * @return {number} the depth of the DOM node in the tree.\n\t * */\n\tfunction getNodeTreeDepth(node) {\n\t\tlet depth = -1;\n\n\t\twhile (node != null) {\n\t\t\tdepth++;\n\t\t\tnode = node.parentNode;\n\t\t}\n\n\t\treturn depth;\n\t}\n\n\t/**\n\t * Generate a UUIDv4.\n\t *\n\t * @private\n\t * @return {string} a new UUIDv4.\n\t * */\n\tfunction generateElementUUID() {\n\t\tlet generateBlock = (size) => {\n\t\t\tlet block = '';\n\t\t\tfor (let index = 0; index < size; index++) {\n\t\t\t\tblock += Math.floor((1 + Math.random()) * 0x10000).toString(16).substring(1);\n\t\t\t}\n\n\t\t\treturn block;\n\t\t};\n\n\t\tconst blockSizes = [2, 1, 1, 1, 3];\n\t\tlet uuid = '';\n\t\tfor (let index = 0; index < blockSizes.length; index++) {\n\t\t\tuuid += generateBlock(blockSizes[index]) + (index === blockSizes.length - 1 ? '' : '-');\n\t\t}\n\n\t\treturn uuid;\n\t}\n});"
  },
  {
    "path": "docs/_config.yml",
    "content": "theme: jekyll-theme-slate"
  },
  {
    "path": "docs/help.css",
    "content": "body {\n    background-color: #292929;\n}\n\n@font-face {\n    font-family: octicons-link;\n    src: url(data:font/woff;charset=utf-8;base64,d09GRgABAAAAAAZwABAAAAAACFQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABEU0lHAAAGaAAAAAgAAAAIAAAAAUdTVUIAAAZcAAAACgAAAAoAAQAAT1MvMgAAAyQAAABJAAAAYFYEU3RjbWFwAAADcAAAAEUAAACAAJThvmN2dCAAAATkAAAABAAAAAQAAAAAZnBnbQAAA7gAAACyAAABCUM+8IhnYXNwAAAGTAAAABAAAAAQABoAI2dseWYAAAFsAAABPAAAAZwcEq9taGVhZAAAAsgAAAA0AAAANgh4a91oaGVhAAADCAAAABoAAAAkCA8DRGhtdHgAAAL8AAAADAAAAAwGAACfbG9jYQAAAsAAAAAIAAAACABiATBtYXhwAAACqAAAABgAAAAgAA8ASm5hbWUAAAToAAABQgAAAlXu73sOcG9zdAAABiwAAAAeAAAAME3QpOBwcmVwAAAEbAAAAHYAAAB/aFGpk3jaTY6xa8JAGMW/O62BDi0tJLYQincXEypYIiGJjSgHniQ6umTsUEyLm5BV6NDBP8Tpts6F0v+k/0an2i+itHDw3v2+9+DBKTzsJNnWJNTgHEy4BgG3EMI9DCEDOGEXzDADU5hBKMIgNPZqoD3SilVaXZCER3/I7AtxEJLtzzuZfI+VVkprxTlXShWKb3TBecG11rwoNlmmn1P2WYcJczl32etSpKnziC7lQyWe1smVPy/Lt7Kc+0vWY/gAgIIEqAN9we0pwKXreiMasxvabDQMM4riO+qxM2ogwDGOZTXxwxDiycQIcoYFBLj5K3EIaSctAq2kTYiw+ymhce7vwM9jSqO8JyVd5RH9gyTt2+J/yUmYlIR0s04n6+7Vm1ozezUeLEaUjhaDSuXHwVRgvLJn1tQ7xiuVv/ocTRF42mNgZGBgYGbwZOBiAAFGJBIMAAizAFoAAABiAGIAznjaY2BkYGAA4in8zwXi+W2+MjCzMIDApSwvXzC97Z4Ig8N/BxYGZgcgl52BCSQKAA3jCV8CAABfAAAAAAQAAEB42mNgZGBg4f3vACQZQABIMjKgAmYAKEgBXgAAeNpjYGY6wTiBgZWBg2kmUxoDA4MPhGZMYzBi1AHygVLYQUCaawqDA4PChxhmh/8ODDEsvAwHgMKMIDnGL0x7gJQCAwMAJd4MFwAAAHjaY2BgYGaA4DAGRgYQkAHyGMF8NgYrIM3JIAGVYYDT+AEjAwuDFpBmA9KMDEwMCh9i/v8H8sH0/4dQc1iAmAkALaUKLgAAAHjaTY9LDsIgEIbtgqHUPpDi3gPoBVyRTmTddOmqTXThEXqrob2gQ1FjwpDvfwCBdmdXC5AVKFu3e5MfNFJ29KTQT48Ob9/lqYwOGZxeUelN2U2R6+cArgtCJpauW7UQBqnFkUsjAY/kOU1cP+DAgvxwn1chZDwUbd6CFimGXwzwF6tPbFIcjEl+vvmM/byA48e6tWrKArm4ZJlCbdsrxksL1AwWn/yBSJKpYbq8AXaaTb8AAHja28jAwOC00ZrBeQNDQOWO//sdBBgYGRiYWYAEELEwMTE4uzo5Zzo5b2BxdnFOcALxNjA6b2ByTswC8jYwg0VlNuoCTWAMqNzMzsoK1rEhNqByEyerg5PMJlYuVueETKcd/89uBpnpvIEVomeHLoMsAAe1Id4AAAAAAAB42oWQT07CQBTGv0JBhagk7HQzKxca2sJCE1hDt4QF+9JOS0nbaaYDCQfwCJ7Au3AHj+LO13FMmm6cl7785vven0kBjHCBhfpYuNa5Ph1c0e2Xu3jEvWG7UdPDLZ4N92nOm+EBXuAbHmIMSRMs+4aUEd4Nd3CHD8NdvOLTsA2GL8M9PODbcL+hD7C1xoaHeLJSEao0FEW14ckxC+TU8TxvsY6X0eLPmRhry2WVioLpkrbp84LLQPGI7c6sOiUzpWIWS5GzlSgUzzLBSikOPFTOXqly7rqx0Z1Q5BAIoZBSFihQYQOOBEdkCOgXTOHA07HAGjGWiIjaPZNW13/+lm6S9FT7rLHFJ6fQbkATOG1j2OFMucKJJsxIVfQORl+9Jyda6Sl1dUYhSCm1dyClfoeDve4qMYdLEbfqHf3O/AdDumsjAAB42mNgYoAAZQYjBmyAGYQZmdhL8zLdDEydARfoAqIAAAABAAMABwAKABMAB///AA8AAQAAAAAAAAAAAAAAAAABAAAAAA==) format('woff');\n}\n\nkbd {\n    background-color: #fafbfc;\n    border: 1px solid #d1d5da;\n    border-bottom-color: #c6cbd1;\n    border-radius: 3px;\n    box-shadow: inset 0 -1px 0 #c6cbd1;\n    color: #444d56;\n    display: inline-block;\n    font: 11px SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;\n    line-height: 10px;\n    padding: 3px 5px;\n    vertical-align: middle;\n}\n\ntable {\n    overflow: auto;\n    width: 100%;\n    border-collapse: collapse;\n}\n\ntable th {\n    font-weight: 600;\n}\n\ntable td,\ntable th {\n    border: 1px solid #dfe2e5;\n    padding: 6px 13px;\n}\n\ntable tr {\n    background-color: #fff;\n    border-top: 1px solid #c6cbd1;\n}\n\ntable tr:nth-child(2n) {\n    background-color: #f6f8fa;\n}\n\ndiv#body-container {\n    background-color: white;\n    color: black;\n    max-width: 800px;\n    margin: auto;\n    padding: 10px;\n    border-radius: 10px;\n    box-shadow: 3px 3px 10px -3px rgba(0,0,0,0.55);\n}\n\n@media (max-width: 800px) {\n    div#body-container {\n        margin: auto;\n        padding: 10px;\n        border-radius: 10px;\n        box-shadow: 3px 3px 10px -3px rgba(0,0,0,0.55);\n    }\n}\n\ndiv#body-container h1, h2, h3, h4, h5, h6 {\n    font-weight: lighter;\n}\n\na#fork-badge {\n    float: right;\n    transform: translate(8px, -8px);\n}\n\nbutton#options-icon {\n    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjRweCIKCSBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPgoJPHBhdGggZmlsbD0iIzFEMUQxQiIgZD0iTTIuNjI5LDU2LjQ5M2w2LjE1Miw2Ljg0NEM5LjE1Niw2My43NTQsOS42OSw2My45OTYsMTAuMjUsNjRjMC4wMDQsMCwwLjAxMiwwLDAuMDE2LDAKCQljMC41NTYsMCwxLjA4NC0wLjIzLDEuNDYzLTAuNjM4bDMxLjk1OC0zNC4zNDVjMC40NjcsMC4wMzIsMS4wNywwLjA2LDEuNzY3LDAuMDZjMy4xOTIsMCw5LjEyOC0wLjU5OSwxMi45OTYtNC42MDQKCQljMi41NTYtMi42NDYsMy43ODQtNi4yNzksMy42NTItMTAuNzk3Yy0wLjAyLTAuNjIyLTAuMzItMS4yLTAuODIxLTEuNTY4Yy0wLjQ5Ny0wLjM2Ni0xLjEzOS0wLjQ4LTEuNzMzLTAuMzFsLTExLjUzOCwzLjMzCgkJbC0xLjA0OS00LjQ0NGwxMS4wNzgtNC4wNzdjMC43Ni0wLjI3OSwxLjI3Ny0wLjk5LDEuMzEzLTEuODAzYzAuMDM1LTAuODEyLTAuNDE5LTEuNTY3LTEuMTUtMS45MTNDNTcuOTUsMi43NzMsNTIuMDExLDAsNDUuODUzLDAKCQljLTYuNjM3LDAtMTEuMTE3LDMuMTY2LTEyLjk0Nyw5LjEyOWMtMC4wNjgsMC4yMTgtMS41NzEsNS4wNDEsMS4wNDUsMTFMMi42NTIsNTMuNzY1QzEuOTM5LDU0LjUyOSwxLjkzLDU1LjcxNSwyLjYyOSw1Ni40OTN6CgkJIE0zNy44MTUsMjEuODcxYzAuNTg3LTAuNjMxLDAuNzA5LTEuNTY0LDAuMzA1LTIuMzI2Yy0yLjY0MS00Ljk3My0xLjQ1MS05LjAxNi0xLjM5NS05LjE5N2MxLjMwNS00LjI1Miw0LjI5MS02LjMxOCw5LjEyNy02LjMxOAoJCWMxLjkwNSwwLDMuODI2LDAuMzI5LDUuNDk5LDAuNzQ3bC03LjQ0MiwyLjczOWMtMC45NTMsMC4zNS0xLjQ5NiwxLjM2My0xLjI2LDIuMzU4bDEuOTQ3LDguMjM5CgkJYzAuMTI3LDAuNTM1LDAuNDY1LDAuOTk2LDAuOTM5LDEuMjczYzAuNDcxLDAuMjc3LDEuMDM3LDAuMzQ5LDEuNTYyLDAuMTk4bDEwLjg1OS0zLjEzNmMtMC4zMDcsMi4xNDQtMS4xMDQsMy44OTMtMi4zODMsNS4yMTcKCQljLTIuODQsMi45NDEtNy41NjEsMy4zODEtMTAuMTIyLDMuMzgxYy0xLjM2MiwwLTIuMjc2LTAuMTIzLTIuMjg0LTAuMTIzYy0wLjY0Ni0wLjA5LTEuMjkzLDAuMTQzLTEuNzM2LDAuNjE5bC0zMS4xNCwzMy40NjYKCQlsLTMuNDU3LTMuODQ1TDM3LjgxNSwyMS44NzF6Ii8+Cjwvc3ZnPgo=) #eaeaea no-repeat center;\n    background-size: 12px 12px;\n    border-width: 0;\n    border-radius: 2px;\n    width: 25px;\n    height: 25px;\n    padding: 0;\n    vertical-align: middle;\n}\n\nbutton#saved-expressions-icon {\n    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY0IDY0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KCTxnIGlkPSJleWUiPgoJCTxwYXRoIGZpbGw9IiMxRDFEMUIiIGQ9Ik0xNy4xMTQsMC4wMDZjLTEuMTA0LDAtMiwwLjg5Ni0yLDIuMDAydjU5LjU4NGMwLDAuNzM4LDAuNDA4LDEuNDE4LDEuMDYxLDEuNzY2CgkJCWMwLjY1LDAuMzQ2LDEuNDQzLDAuMzA1LDIuMDU1LTAuMTA1bDEzLjQ0My05LjA0N2wxMy40NTcsOS40MzhjMC4zNDQsMC4yNCwwLjc0NiwwLjM2MywxLjE0OCwwLjM2MwoJCQljMC4zMTYsMCwwLjYzMy0wLjA3NCwwLjkyMi0wLjIyN2MwLjY2NC0wLjM0NCwxLjA3OC0xLjAyNywxLjA3OC0xLjc3M1YyLjAwOGMwLTEuMTA1LTAuODk1LTIuMDAyLTItMi4wMDJIMTcuMTE0eiBNNDQuMjc4LDU4LjE1OAoJCQlsLTExLjQzNC04LjAyYy0wLjM0NC0wLjI0LTAuNzQ2LTAuMzYxLTEuMTQ4LTAuMzYxYy0wLjM5MSwwLTAuNzc3LDAuMTEzLTEuMTE3LDAuMzRsLTExLjQ2NSw3LjcxN1Y0LjAwOGgyNS4xNjRWNTguMTU4eiIvPgoJPC9nPgo8L3N2Zz4K) #eaeaea no-repeat center;\n    background-size: 12px 12px;\n    border-width: 0;\n    border-radius: 2px;\n    width: 25px;\n    height: 25px;\n    padding: 0;\n    vertical-align: middle;\n}\n\n.indent {\n    padding-left: 10px;\n}\n\npre {\n    background-color: #eee;\n    display: block;\n    padding: 10px;\n}\n\n/* Collapsible Section Styles */\ndiv.collapsible-section {\n    padding-bottom: 5px;\n}\n\ndiv.collapsible-content div.content-inner {\n    background: white;\n    border: 1px solid #edecee;\n    border-bottom-left-radius: 4px;\n    border-bottom-right-radius: 4px;\n    padding: .5rem 1rem;\n}\n\ninput[type='checkbox'] {\n    display: none;\n}\n\n.lbl-toggle {\n    display: block;\n    font-weight: lighter;\n    font-size: 1.5em;\n    padding: 0.5rem;\n    background: #edecee;\n    cursor: pointer;\n    border-radius: 4px;\n}\n\n.lbl-toggle.example {\n    background-color: white;\n}\n\n.lbl-toggle:hover {\n    color: #7C5A0B;\n}\n\n.lbl-toggle::before {\n    content: ' ';\n    display: inline-block;\n\n    border-top: 4px solid transparent;\n    border-bottom: 4px solid transparent;\n    border-left: 4px solid currentColor;\n    vertical-align: middle;\n    margin-right: .7rem;\n    transform: rotate(90deg) translateX(-3px);\n}\n\n.toggle:checked + .lbl-toggle::before {\n    transform: rotate(0deg) translateY(-3px);\n}\n\n.toggle:checked + .lbl-toggle + .collapsible-content {\n    display: none;\n}\n\n.toggle:checked + .lbl-toggle {\n    border-bottom-right-radius: 0;\n    border-bottom-left-radius: 0;\n}\n"
  },
  {
    "path": "docs/index.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<title>Find+ User Guide</title>\n\t<link rel=\"stylesheet\" href=\"help.css\"/>\n</head>\n<body>\n<a id=\"fork-badge\" href=\"https://github.com/brandon1024/find\"><img width=\"149\" height=\"149\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t   src=\"https://github.blog/wp-content/uploads/2008/12/forkme_right_orange_ff7600.png?resize=149%2C149\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t   class=\"attachment-full size-full\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t   alt=\"Fork me on GitHub\" data-recalc-dims=\"1\"></a>\n\n<div id=\"body-container\">\n\t<div class=\"section\">\n\t\t<h1>Find+ User Guide</h1>\n\t\t<p>Hi there! Thanks for installing Find+. This is the user guide for the extension, where you will find all the\n\t\t\tinformation you need to start using the extension.</p>\n\t\t<p>If you are having trouble and can't find a solution here, <a href=\"https://github.com/brandon1024/find\">check\n\t\t\tour GitHub page</a>. There are plenty of additional resources there.</p>\n\t</div>\n\n\t<div class=\"collapsible-section\">\n\t\t<input id=\"regex-collapsible\" class=\"toggle\" type=\"checkbox\">\n\t\t<label for=\"regex-collapsible\" class=\"lbl-toggle\">Supported Expressions</label>\n\t\t<div class=\"collapsible-content\">\n\t\t\t<div class=\"content-inner\">\n\t\t\t\tFind+ supports any regular expression supported by JavaScript. If you aren't familiar with JavaScript\n\t\t\t\tregular expressions, <a\n\t\t\t\t\thref=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions/Cheatsheet\">this\n\t\t\t\tguide</a> is a good starting point.\n\n\t\t\t\t<div>\n\t\t\t\t\t<input id=\"example1-collapsible\" class=\"toggle example\" type=\"checkbox\" checked>\n\t\t\t\t\t<label for=\"example1-collapsible\" class=\"lbl-toggle example\">Example</label>\n\t\t\t\t\t<div class=\"collapsible-content\">\n\t\t\t\t\t\t<div class=\"content-inner\">\n\t\t\t\t\t\t\tThe following expression matches any text preceded by a colon ':', following by either\n\t\t\t\t\t\t\t\"Put\", \"Get\" or \"Delete\", followed by the word \"Object\".\n\n\t\t\t\t\t\t\t<pre>:((Put)|(Get)|(Delete))Object</pre>\n\t\t\t\t\t\t\t<pre>\n{\n    \"Version\": \"2012-10-17\",\n    \"Statement\": [{\n        \"Effect\": \"Allow\",\n        \"Action\": [\n            \"s3:ListBucket\"\n        ],\n        \"Resource\": [\n            \"arn:aws:s3:::dev.s3.ktb.ca\"\n        ]\n    },{\n        \"Effect\": \"Allow\",\n        \"Action\": [\n            \"s3<span style=\"background-color: #ff9813\">:PutObject</span>\",\n            \"s3<span style=\"background-color: #fff000\">:GetObject</span>\",\n            \"s3<span style=\"background-color: #fff000\">:DeleteObject</span>\"\n        ],\n        \"Resource\": [\n            \"arn:aws:s3:::dev.s3.ktb.ca/*\"\n        ]\n    }]\n}\n                            </pre>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\n\t\t\t\t<div>\n\t\t\t\t\t<input id=\"example2-collapsible\" class=\"toggle example\" type=\"checkbox\" checked>\n\t\t\t\t\t<label for=\"example2-collapsible\" class=\"lbl-toggle example\">Example</label>\n\t\t\t\t\t<div class=\"collapsible-content\">\n\t\t\t\t\t\t<div class=\"content-inner\">\n\t\t\t\t\t\t\tThe following example matches any quoted date with the format \"####-##-##\".\n\n\t\t\t\t\t\t\t<pre>\"\\d{4}-\\d{2}-\\d{2}\"</pre>\n\t\t\t\t\t\t\t<pre>\n{\n    \"Version\": <span style=\"background-color: #ff9813\">\"2012-10-17\"</span>,\n    \"Statement\": [{\n        \"Effect\": \"Allow\",\n        \"Action\": [\n            \"s3:ListBucket\"\n        ],\n        \"Resource\": [\n            \"arn:aws:s3:::dev.s3.ktb.ca\"\n        ]\n    },{\n        \"Effect\": \"Allow\",\n        \"Action\": [\n            \"s3:PutObject\",\n            \"s3GetObject\",\n            \"s3:DeleteObject\"\n        ],\n        \"Resource\": [\n            \"arn:aws:s3:::dev.s3.ktb.ca/*\"\n        ]\n    }]\n}\n                        </pre>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\n\t\t\t\t<div>\n\t\t\t\t\t<input id=\"example3-collapsible\" class=\"toggle example\" type=\"checkbox\" checked>\n\t\t\t\t\t<label for=\"example3-collapsible\" class=\"lbl-toggle example\">Example</label>\n\t\t\t\t\t<div class=\"collapsible-content\">\n\t\t\t\t\t\t<div class=\"content-inner\">\n\t\t\t\t\t\t\tThis example matches any JavaScript variable declaration.\n\n\t\t\t\t\t\t\t<pre>((var)|(let)).*?=.*?;</pre>\n\t\t\t\t\t\t\t<pre>\nif (!preformatted.flag && isNodeTextValueWhitespaceOnly(node) && node.nodeValue.length !== 1) {\n    node = DOMTreeWalker.nextNode();\n    continue;\n} else if (node.nodeValue.length === 1 && node.nodeValue.charCodeAt(0) === 10) {\n    node = DOMTreeWalker.nextNode();\n    continue;\n}\n\n<span style=\"background-color: #ff9813\">let identifierUUID = generateElementUUID();</span>\n<span style=\"background-color: #ff9813\">let nodeText = formatTextNodeValue(node, preformatted.flag, elementBoundary);</span>\n\nif (nodeText.length === 0) {\n    node = DOMTreeWalker.nextNode();\n    continue;\n}\n\n<span style=\"background-color: #ff9813\">let wrapperElement = document.createElement('span');</span>\nwrapperElement.style.cssText = 'all: unset;';\nwrapperElement.setAttribute('id', identifierUUID);\n                        </pre>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n\n\t<div class=\"collapsible-section\">\n\t\t<input id=\"keyboard-shortcuts-collapsible\" class=\"toggle\" type=\"checkbox\">\n\t\t<label for=\"keyboard-shortcuts-collapsible\" class=\"lbl-toggle\">Keyboard Shortcuts</label>\n\t\t<div class=\"collapsible-content\">\n\t\t\t<div class=\"content-inner\">\n\t\t\t\t<p>In Firefox, you can use <kbd>CTRL</kbd>+<kbd>⇧</kbd>+<kbd>F</kbd> to open the extension popup.</p>\n\t\t\t\t<p>To open the extension popup in Chrome using a keyboard shortcut, you must first assign a keyboard shortcut to the extension through the Chrome settings. You can do this by following these steps:</p>\n\t\t\t\t<ol>\n\t\t\t\t\t<li>Navigate to the `Extensions` settings page in Chrome, or type `chrome://extensions/` into the navigation bar.</li>\n\t\t\t\t\t<li>In the top left click on the ☰ menu icon, then click `Keyboard shortcuts`.</li>\n\t\t\t\t\t<li>Locate the shortcut settings for find+. Click the input field located to the right of the label `Activate the extension`.</li>\n\t\t\t\t\t<li>Press the combination of keys you would like to use, and once complete press `OK`. We recommend using <kbd>CTRL</kbd>+<kbd>⇧</kbd>+<kbd>F</kbd>, since it shouldn't conflict with any other browser keyboard shortcut mappings.</li>\n\t\t\t\t</ol>\n\n\t\t\t\t<p>When the extension popup is open, there are a number of keyboard shortcuts you can use. These settings cannot be remapped.</p>\n\t\t\t\t<table>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<th>Windows Shortcut</th>\n\t\t\t\t\t\t<th>macOS Shortcut</th>\n\t\t\t\t\t\t<th>Action</th>\n\t\t\t\t\t</tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td><kbd>↵</kbd></td>\n\t\t\t\t\t\t<td><kbd>↵</kbd></td>\n\t\t\t\t\t\t<td>Advance to the next occurrence of the regular expression in the page.</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td><kbd>⇧</kbd>+<kbd>↵</kbd></td>\n\t\t\t\t\t\t<td><kbd>⇧</kbd>+<kbd>↵</kbd></td>\n\t\t\t\t\t\t<td>Return to the previous occurrence of the regular expression in the page.</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td><kbd>CTRL</kbd>+<kbd>⇧</kbd>+<kbd>↵</kbd></td>\n\t\t\t\t\t\t<td><kbd>^</kbd>+<kbd>⇧</kbd>+<kbd>↵</kbd></td>\n\t\t\t\t\t\t<td>Follow the first highlighted link in the current occurrence focus.</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td><kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>C</kbd></td>\n\t\t\t\t\t\t<td><kbd>^</kbd>+<kbd>⌥</kbd>+<kbd>C</kbd></td>\n\t\t\t\t\t\t<td>Copy to the clipboard the currently highlighted text on the page.</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td><kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>A</kbd></td>\n\t\t\t\t\t\t<td><kbd>^</kbd>+<kbd>⌥</kbd>+<kbd>A</kbd></td>\n\t\t\t\t\t\t<td>Copy to the clipboard the all highlighted text on the page.</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td><kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>O</kbd></td>\n\t\t\t\t\t\t<td><kbd>^</kbd>+<kbd>⌥</kbd>+<kbd>O</kbd></td>\n\t\t\t\t\t\t<td>Expand or Collapse Options Pane.</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td><kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>R</kbd></td>\n\t\t\t\t\t\t<td><kbd>^</kbd>+<kbd>⌥</kbd>+<kbd>R</kbd></td>\n\t\t\t\t\t\t<td>Expand or Collapse Replace Text Pane.</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td><kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>H</kbd></td>\n\t\t\t\t\t\t<td><kbd>^</kbd>+<kbd>⌥</kbd>+<kbd>H</kbd></td>\n\t\t\t\t\t\t<td>Expand or Collapse Saved Expressions Pane.</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td><kbd>CTRL</kbd>+<kbd>↵</kbd> or <kbd>ESC</kbd></td>\n\t\t\t\t\t\t<td><kbd>^</kbd>+<kbd>↵</kbd> or <kbd>ESC</kbd></td>\n\t\t\t\t\t\t<td>Close the extension popup.</td>\n\t\t\t\t\t</tr>\n\t\t\t\t</table>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n\n\t<div class=\"collapsible-section\">\n\t\t<input id=\"options-collapsible\" class=\"toggle\" type=\"checkbox\">\n\t\t<label for=\"options-collapsible\" class=\"lbl-toggle\">Options</label>\n\t\t<div class=\"collapsible-content\">\n\t\t\t<div class=\"content-inner\">\n\t\t\t\t<p>Find+ can be configured through the options pane, which can be accessed by clicking the wrench icon\n\t\t\t\t\t<button id=\"options-icon\"></button>.</p>\n\n\t\t\t\t<h3>Find by Regular Expression</h3>\n\t\t\t\t<p class=\"indent\">Enabling this option will interpret your search query as a regular expression. If\n\t\t\t\t\tdisabled, your search query will be interpreted as a string rather than a regular expression.</p>\n\n\t\t\t\t<h3>Match Case</h3>\n\t\t\t\t<p class=\"indent\">This option is used to toggle case sensitivity. Enabling this option will make the\n\t\t\t\t\tsearch case sensitive.</p>\n\n\t\t\t\t<h3>Persistent Highlights</h3>\n\t\t\t\t<p class=\"indent\">This option can be used to keep the highlights in the page, even after the extension\n\t\t\t\t\tpopup closes. If enabled, highlighted occurrences of your search query will remain in the page even\n\t\t\t\t\tif the extension closes.</p>\n\n\t\t\t\t<h3>Persistent Storage (Incognito)</h3>\n\t\t\t\t<p class=\"indent\">When incognito, you may still wish that your saved expressions and options are\n\t\t\t\t\tpersisted. By default, this feature is disabled for security purposes. When enabled, your saved\n\t\t\t\t\texpressions and settings will be persisted and shared between incognito and non-incognito\n\t\t\t\t\tsessions.</p>\n\n\t\t\t\t<h3>Hide Option Pane Toggle Button</h3>\n\t\t\t\t<p class=\"indent\">This option can be used to hide the button used to toggle the options pane. If\n\t\t\t\t\tenabled, you will need to use the shortcut to toggle the pane.</p>\n\n\t\t\t\t<h3>Hide Saved Expressions Pane Toggle Button</h3>\n\t\t\t\t<p class=\"indent\">This option can be used to hide the button used to toggle the saved expressions pane.\n\t\t\t\t\tIf enabled, you will need to use the shortcut to toggle the pane.</p>\n\n\t\t\t\t<h3>Hide Copy To Clipboard Button</h3>\n\t\t\t\t<p class=\"indent\">This option can be used to hide the button used to copy occurrences to the clipboard.\n\t\t\t\t\tIf enabled, you will need to use the keyboard shortcut to copy occurrences.</p>\n\n\t\t\t\t<h3>Max Highlighted Results</h3>\n\t\t\t\t<p class=\"indent\">Limit the number of occurrences in the page. When set, only the first few results will\n\t\t\t\t\tbe highlighted.</p>\n\n\t\t\t\t<h3>Selected Occurrence Highlight Color</h3>\n\t\t\t\t<p class=\"indent\">This option is used to configure the color of the selected occurrence highlight; that\n\t\t\t\t\tis, the color of the highlight on the occurrence of the search query you are currently viewing.</p>\n\n\t\t\t\t<h3>Highlight Color</h3>\n\t\t\t\t<p class=\"indent\">This option is used to configure the color of all other occurrences (all occurrences\n\t\t\t\t\texcept the selected occurrence).</p>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n\n\t<div class=\"collapsible-section\">\n\t\t<input id=\"saved-expressions-collapsible\" class=\"toggle\" type=\"checkbox\">\n\t\t<label for=\"saved-expressions-collapsible\" class=\"lbl-toggle\">Saved Expressions</label>\n\t\t<div class=\"collapsible-content\">\n\t\t\t<div class=\"content-inner\">\n\t\t\t\t<p>You can save frequently used regular expressions using the Saved Expressions pane, which can be\n\t\t\t\t\taccessed by pressing the bookmark icon\n\t\t\t\t\t<button id=\"saved-expressions-icon\"></button>\n\t\t\t\t\t.\n\t\t\t\t</p>\n\t\t\t\t<p>Enter a regular expression in the search field and press 'Save Regex' to save the query to local\n\t\t\t\t\tstorage. You can reuse a query by clicking on the expression entry in the saved expressions\n\t\t\t\t\tpane.</p>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n\n\t<div class=\"collapsible-section\">\n\t\t<input id=\"find-replace-collapsible\" class=\"toggle\" type=\"checkbox\">\n\t\t<label for=\"find-replace-collapsible\" class=\"lbl-toggle\">Find-and-Replace</label>\n\t\t<div class=\"collapsible-content\">\n\t\t\t<div class=\"content-inner\">\n\t\t\t\t<p>The find-and-replace pane is only accessible though the keyboard shortcut found in the Keyboard\n\t\t\t\t\tShortcuts section of this guide.</p>\n\t\t\t\t<p>The find-and-replace feature is used to replace text within a page. To replace text in a page, open\n\t\t\t\t\tthe find-and-replace pane and enter a query in the search field, and enter the text you wish to\n\t\t\t\t\treplace occurrences of that query with in the replace pane field. Pressing 'Replace' will replace\n\t\t\t\t\tthe current occurrence, while 'Replace All' will replace all occurrences.</p>\n\t\t\t\t<p>Note that replacing text will modify the text in the page, and will require a refresh of the page to\n\t\t\t\t\tundo.</p>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n\n\t<div class=\"collapsible-section\">\n\t\t<input id=\"copy-collapsible\" class=\"toggle\" type=\"checkbox\">\n\t\t<label for=\"copy-collapsible\" class=\"lbl-toggle\">Copying Occurrences of Regex</label>\n\t\t<div class=\"collapsible-content\">\n\t\t\t<div class=\"content-inner\">\n\t\t\t\t<p>Find+ supports copying the current, or all, occurrences of your query to your clipboard. You will\n\t\t\t\t\tthen be able to paste the occurrences to a text editor for use.</p>\n\t\t\t\t<p>To use this feature, simply perform a search and use one of the keyboard shortcuts for copying\n\t\t\t\t\toccurrences. The exact shortcuts to use are outlined in the 'Keyboard Shortcuts' section.</p>\n\n\t\t\t\t<h3>Example</h3>\n\t\t\t\t<pre>\n{\n    \"Version\": \"2012-10-17\",\n    \"Statement\": [{\n        \"Effect\": \"Allow\",\n        \"Action\": [\n            \"s3:ListBucket\"\n        ],\n        \"Resource\": [\n            \"arn:aws:s3:::dev.s3.ktb.ca\"\n        ]\n    },{\n        \"Effect\": \"Allow\",\n        \"Action\": [\n            \"s3<span style=\"background-color: #ff9813\">:PutObject</span>\",\n            \"s3<span style=\"background-color: #fff000\">:GetObject</span>\",\n            \"s3<span style=\"background-color: #fff000\">:DeleteObject</span>\"\n        ],\n        \"Resource\": [\n            \"arn:aws:s3:::dev.s3.ktb.ca/*\"\n        ]\n    }]\n}\n                        </pre>\n\n\t\t\t\t<h3>Result in Clipboard</h3>\n\t\t\t\t<pre>\n:PutObject\n:GetObject\n:DeleteObject\n                        </pre>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n\n\t<div class=\"collapsible-section\">\n\t\t<input id=\"omnibox-collapsible\" class=\"toggle\" type=\"checkbox\">\n\t\t<label for=\"omnibox-collapsible\" class=\"lbl-toggle\">Using the Omnibox</label>\n\t\t<div class=\"collapsible-content\">\n\t\t\t<div class=\"content-inner\">\n\t\t\t\t<p>You can also use the omnibox to highlight occurrences of a query in the page, rather than opening the\n\t\t\t\t\tbrowser extension popup.</p>\n\t\t\t\t<p>To use this feature, type \"findplus\" in your browser's address bar, press space, and then enter a regular\n\t\t\t\t\texpression. Occurrences of the regular expression will become highlighted on the page as you\n\t\t\t\t\ttype.</p>\n\t\t\t\t<p>Pressing <kbd>ENTER</kbd> will leave the highlights in the page. To remove the highlights, simply\n\t\t\t\t\trefresh the page. If you don't want to leave the highlights in the page, just erase the query\n\t\t\t\t\tentered in the address bar.</p>\n\t\t\t</div>\n\t\t</div>\n\t</div>\n\n\t<div class=\"section\">\n\t\t<h2>Reporting Bugs & Contributing</h2>\n\t\t<p>Found a bug? Have a feature request? You can <a href=\"https://github.com/brandon1024/find/issues\">log an\n\t\t\tissue</a> in our GitHub page, and we will look into it right away.</p>\n\t\t<p>If you are interested in trying to tackle an issue by yourself, have a read through <a\n\t\t\t\thref=\"https://github.com/brandon1024/find#contributing\">our README</a>.</p>\n\t\t<img src=\"https://img.shields.io/github/issues/brandon1024/find.svg?color=%23&label=Github%20Issues\"/>\n\t\t<img src=\"https://img.shields.io/github/issues-pr/brandon1024/find.svg?color=%23&label=Github%20Pull%20Requests\"/>\n\t</div>\n</div>\n</body>\n</html>\n"
  },
  {
    "path": "lib/html-entity-handler/entityhandler.js",
    "content": "const NAMED_CHARACTER_REFERENCES = {\n    \"&Aacute;\": { \"codepoints\": [193], \"characters\": \"\\u00C1\" },\n    \"&Aacute\": { \"codepoints\": [193], \"characters\": \"\\u00C1\" },\n    \"&aacute;\": { \"codepoints\": [225], \"characters\": \"\\u00E1\" },\n    \"&aacute\": { \"codepoints\": [225], \"characters\": \"\\u00E1\" },\n    \"&Abreve;\": { \"codepoints\": [258], \"characters\": \"\\u0102\" },\n    \"&abreve;\": { \"codepoints\": [259], \"characters\": \"\\u0103\" },\n    \"&ac;\": { \"codepoints\": [8766], \"characters\": \"\\u223E\" },\n    \"&acd;\": { \"codepoints\": [8767], \"characters\": \"\\u223F\" },\n    \"&acE;\": { \"codepoints\": [8766, 819], \"characters\": \"\\u223E\\u0333\" },\n    \"&Acirc;\": { \"codepoints\": [194], \"characters\": \"\\u00C2\" },\n    \"&Acirc\": { \"codepoints\": [194], \"characters\": \"\\u00C2\" },\n    \"&acirc;\": { \"codepoints\": [226], \"characters\": \"\\u00E2\" },\n    \"&acirc\": { \"codepoints\": [226], \"characters\": \"\\u00E2\" },\n    \"&acute;\": { \"codepoints\": [180], \"characters\": \"\\u00B4\" },\n    \"&acute\": { \"codepoints\": [180], \"characters\": \"\\u00B4\" },\n    \"&Acy;\": { \"codepoints\": [1040], \"characters\": \"\\u0410\" },\n    \"&acy;\": { \"codepoints\": [1072], \"characters\": \"\\u0430\" },\n    \"&AElig;\": { \"codepoints\": [198], \"characters\": \"\\u00C6\" },\n    \"&AElig\": { \"codepoints\": [198], \"characters\": \"\\u00C6\" },\n    \"&aelig;\": { \"codepoints\": [230], \"characters\": \"\\u00E6\" },\n    \"&aelig\": { \"codepoints\": [230], \"characters\": \"\\u00E6\" },\n    \"&af;\": { \"codepoints\": [8289], \"characters\": \"\\u2061\" },\n    \"&Afr;\": { \"codepoints\": [120068], \"characters\": \"\\uD835\\uDD04\" },\n    \"&afr;\": { \"codepoints\": [120094], \"characters\": \"\\uD835\\uDD1E\" },\n    \"&Agrave;\": { \"codepoints\": [192], \"characters\": \"\\u00C0\" },\n    \"&Agrave\": { \"codepoints\": [192], \"characters\": \"\\u00C0\" },\n    \"&agrave;\": { \"codepoints\": [224], \"characters\": \"\\u00E0\" },\n    \"&agrave\": { \"codepoints\": [224], \"characters\": \"\\u00E0\" },\n    \"&alefsym;\": { \"codepoints\": [8501], \"characters\": \"\\u2135\" },\n    \"&aleph;\": { \"codepoints\": [8501], \"characters\": \"\\u2135\" },\n    \"&Alpha;\": { \"codepoints\": [913], \"characters\": \"\\u0391\" },\n    \"&alpha;\": { \"codepoints\": [945], \"characters\": \"\\u03B1\" },\n    \"&Amacr;\": { \"codepoints\": [256], \"characters\": \"\\u0100\" },\n    \"&amacr;\": { \"codepoints\": [257], \"characters\": \"\\u0101\" },\n    \"&amalg;\": { \"codepoints\": [10815], \"characters\": \"\\u2A3F\" },\n    \"&amp;\": { \"codepoints\": [38], \"characters\": \"\\u0026\" },\n    \"&amp\": { \"codepoints\": [38], \"characters\": \"\\u0026\" },\n    \"&AMP;\": { \"codepoints\": [38], \"characters\": \"\\u0026\" },\n    \"&AMP\": { \"codepoints\": [38], \"characters\": \"\\u0026\" },\n    \"&andand;\": { \"codepoints\": [10837], \"characters\": \"\\u2A55\" },\n    \"&And;\": { \"codepoints\": [10835], \"characters\": \"\\u2A53\" },\n    \"&and;\": { \"codepoints\": [8743], \"characters\": \"\\u2227\" },\n    \"&andd;\": { \"codepoints\": [10844], \"characters\": \"\\u2A5C\" },\n    \"&andslope;\": { \"codepoints\": [10840], \"characters\": \"\\u2A58\" },\n    \"&andv;\": { \"codepoints\": [10842], \"characters\": \"\\u2A5A\" },\n    \"&ang;\": { \"codepoints\": [8736], \"characters\": \"\\u2220\" },\n    \"&ange;\": { \"codepoints\": [10660], \"characters\": \"\\u29A4\" },\n    \"&angle;\": { \"codepoints\": [8736], \"characters\": \"\\u2220\" },\n    \"&angmsdaa;\": { \"codepoints\": [10664], \"characters\": \"\\u29A8\" },\n    \"&angmsdab;\": { \"codepoints\": [10665], \"characters\": \"\\u29A9\" },\n    \"&angmsdac;\": { \"codepoints\": [10666], \"characters\": \"\\u29AA\" },\n    \"&angmsdad;\": { \"codepoints\": [10667], \"characters\": \"\\u29AB\" },\n    \"&angmsdae;\": { \"codepoints\": [10668], \"characters\": \"\\u29AC\" },\n    \"&angmsdaf;\": { \"codepoints\": [10669], \"characters\": \"\\u29AD\" },\n    \"&angmsdag;\": { \"codepoints\": [10670], \"characters\": \"\\u29AE\" },\n    \"&angmsdah;\": { \"codepoints\": [10671], \"characters\": \"\\u29AF\" },\n    \"&angmsd;\": { \"codepoints\": [8737], \"characters\": \"\\u2221\" },\n    \"&angrt;\": { \"codepoints\": [8735], \"characters\": \"\\u221F\" },\n    \"&angrtvb;\": { \"codepoints\": [8894], \"characters\": \"\\u22BE\" },\n    \"&angrtvbd;\": { \"codepoints\": [10653], \"characters\": \"\\u299D\" },\n    \"&angsph;\": { \"codepoints\": [8738], \"characters\": \"\\u2222\" },\n    \"&angst;\": { \"codepoints\": [197], \"characters\": \"\\u00C5\" },\n    \"&angzarr;\": { \"codepoints\": [9084], \"characters\": \"\\u237C\" },\n    \"&Aogon;\": { \"codepoints\": [260], \"characters\": \"\\u0104\" },\n    \"&aogon;\": { \"codepoints\": [261], \"characters\": \"\\u0105\" },\n    \"&Aopf;\": { \"codepoints\": [120120], \"characters\": \"\\uD835\\uDD38\" },\n    \"&aopf;\": { \"codepoints\": [120146], \"characters\": \"\\uD835\\uDD52\" },\n    \"&apacir;\": { \"codepoints\": [10863], \"characters\": \"\\u2A6F\" },\n    \"&ap;\": { \"codepoints\": [8776], \"characters\": \"\\u2248\" },\n    \"&apE;\": { \"codepoints\": [10864], \"characters\": \"\\u2A70\" },\n    \"&ape;\": { \"codepoints\": [8778], \"characters\": \"\\u224A\" },\n    \"&apid;\": { \"codepoints\": [8779], \"characters\": \"\\u224B\" },\n    \"&apos;\": { \"codepoints\": [39], \"characters\": \"\\u0027\" },\n    \"&ApplyFunction;\": { \"codepoints\": [8289], \"characters\": \"\\u2061\" },\n    \"&approx;\": { \"codepoints\": [8776], \"characters\": \"\\u2248\" },\n    \"&approxeq;\": { \"codepoints\": [8778], \"characters\": \"\\u224A\" },\n    \"&Aring;\": { \"codepoints\": [197], \"characters\": \"\\u00C5\" },\n    \"&Aring\": { \"codepoints\": [197], \"characters\": \"\\u00C5\" },\n    \"&aring;\": { \"codepoints\": [229], \"characters\": \"\\u00E5\" },\n    \"&aring\": { \"codepoints\": [229], \"characters\": \"\\u00E5\" },\n    \"&Ascr;\": { \"codepoints\": [119964], \"characters\": \"\\uD835\\uDC9C\" },\n    \"&ascr;\": { \"codepoints\": [119990], \"characters\": \"\\uD835\\uDCB6\" },\n    \"&Assign;\": { \"codepoints\": [8788], \"characters\": \"\\u2254\" },\n    \"&ast;\": { \"codepoints\": [42], \"characters\": \"\\u002A\" },\n    \"&asymp;\": { \"codepoints\": [8776], \"characters\": \"\\u2248\" },\n    \"&asympeq;\": { \"codepoints\": [8781], \"characters\": \"\\u224D\" },\n    \"&Atilde;\": { \"codepoints\": [195], \"characters\": \"\\u00C3\" },\n    \"&Atilde\": { \"codepoints\": [195], \"characters\": \"\\u00C3\" },\n    \"&atilde;\": { \"codepoints\": [227], \"characters\": \"\\u00E3\" },\n    \"&atilde\": { \"codepoints\": [227], \"characters\": \"\\u00E3\" },\n    \"&Auml;\": { \"codepoints\": [196], \"characters\": \"\\u00C4\" },\n    \"&Auml\": { \"codepoints\": [196], \"characters\": \"\\u00C4\" },\n    \"&auml;\": { \"codepoints\": [228], \"characters\": \"\\u00E4\" },\n    \"&auml\": { \"codepoints\": [228], \"characters\": \"\\u00E4\" },\n    \"&awconint;\": { \"codepoints\": [8755], \"characters\": \"\\u2233\" },\n    \"&awint;\": { \"codepoints\": [10769], \"characters\": \"\\u2A11\" },\n    \"&backcong;\": { \"codepoints\": [8780], \"characters\": \"\\u224C\" },\n    \"&backepsilon;\": { \"codepoints\": [1014], \"characters\": \"\\u03F6\" },\n    \"&backprime;\": { \"codepoints\": [8245], \"characters\": \"\\u2035\" },\n    \"&backsim;\": { \"codepoints\": [8765], \"characters\": \"\\u223D\" },\n    \"&backsimeq;\": { \"codepoints\": [8909], \"characters\": \"\\u22CD\" },\n    \"&Backslash;\": { \"codepoints\": [8726], \"characters\": \"\\u2216\" },\n    \"&Barv;\": { \"codepoints\": [10983], \"characters\": \"\\u2AE7\" },\n    \"&barvee;\": { \"codepoints\": [8893], \"characters\": \"\\u22BD\" },\n    \"&barwed;\": { \"codepoints\": [8965], \"characters\": \"\\u2305\" },\n    \"&Barwed;\": { \"codepoints\": [8966], \"characters\": \"\\u2306\" },\n    \"&barwedge;\": { \"codepoints\": [8965], \"characters\": \"\\u2305\" },\n    \"&bbrk;\": { \"codepoints\": [9141], \"characters\": \"\\u23B5\" },\n    \"&bbrktbrk;\": { \"codepoints\": [9142], \"characters\": \"\\u23B6\" },\n    \"&bcong;\": { \"codepoints\": [8780], \"characters\": \"\\u224C\" },\n    \"&Bcy;\": { \"codepoints\": [1041], \"characters\": \"\\u0411\" },\n    \"&bcy;\": { \"codepoints\": [1073], \"characters\": \"\\u0431\" },\n    \"&bdquo;\": { \"codepoints\": [8222], \"characters\": \"\\u201E\" },\n    \"&becaus;\": { \"codepoints\": [8757], \"characters\": \"\\u2235\" },\n    \"&because;\": { \"codepoints\": [8757], \"characters\": \"\\u2235\" },\n    \"&Because;\": { \"codepoints\": [8757], \"characters\": \"\\u2235\" },\n    \"&bemptyv;\": { \"codepoints\": [10672], \"characters\": \"\\u29B0\" },\n    \"&bepsi;\": { \"codepoints\": [1014], \"characters\": \"\\u03F6\" },\n    \"&bernou;\": { \"codepoints\": [8492], \"characters\": \"\\u212C\" },\n    \"&Bernoullis;\": { \"codepoints\": [8492], \"characters\": \"\\u212C\" },\n    \"&Beta;\": { \"codepoints\": [914], \"characters\": \"\\u0392\" },\n    \"&beta;\": { \"codepoints\": [946], \"characters\": \"\\u03B2\" },\n    \"&beth;\": { \"codepoints\": [8502], \"characters\": \"\\u2136\" },\n    \"&between;\": { \"codepoints\": [8812], \"characters\": \"\\u226C\" },\n    \"&Bfr;\": { \"codepoints\": [120069], \"characters\": \"\\uD835\\uDD05\" },\n    \"&bfr;\": { \"codepoints\": [120095], \"characters\": \"\\uD835\\uDD1F\" },\n    \"&bigcap;\": { \"codepoints\": [8898], \"characters\": \"\\u22C2\" },\n    \"&bigcirc;\": { \"codepoints\": [9711], \"characters\": \"\\u25EF\" },\n    \"&bigcup;\": { \"codepoints\": [8899], \"characters\": \"\\u22C3\" },\n    \"&bigodot;\": { \"codepoints\": [10752], \"characters\": \"\\u2A00\" },\n    \"&bigoplus;\": { \"codepoints\": [10753], \"characters\": \"\\u2A01\" },\n    \"&bigotimes;\": { \"codepoints\": [10754], \"characters\": \"\\u2A02\" },\n    \"&bigsqcup;\": { \"codepoints\": [10758], \"characters\": \"\\u2A06\" },\n    \"&bigstar;\": { \"codepoints\": [9733], \"characters\": \"\\u2605\" },\n    \"&bigtriangledown;\": { \"codepoints\": [9661], \"characters\": \"\\u25BD\" },\n    \"&bigtriangleup;\": { \"codepoints\": [9651], \"characters\": \"\\u25B3\" },\n    \"&biguplus;\": { \"codepoints\": [10756], \"characters\": \"\\u2A04\" },\n    \"&bigvee;\": { \"codepoints\": [8897], \"characters\": \"\\u22C1\" },\n    \"&bigwedge;\": { \"codepoints\": [8896], \"characters\": \"\\u22C0\" },\n    \"&bkarow;\": { \"codepoints\": [10509], \"characters\": \"\\u290D\" },\n    \"&blacklozenge;\": { \"codepoints\": [10731], \"characters\": \"\\u29EB\" },\n    \"&blacksquare;\": { \"codepoints\": [9642], \"characters\": \"\\u25AA\" },\n    \"&blacktriangle;\": { \"codepoints\": [9652], \"characters\": \"\\u25B4\" },\n    \"&blacktriangledown;\": { \"codepoints\": [9662], \"characters\": \"\\u25BE\" },\n    \"&blacktriangleleft;\": { \"codepoints\": [9666], \"characters\": \"\\u25C2\" },\n    \"&blacktriangleright;\": { \"codepoints\": [9656], \"characters\": \"\\u25B8\" },\n    \"&blank;\": { \"codepoints\": [9251], \"characters\": \"\\u2423\" },\n    \"&blk12;\": { \"codepoints\": [9618], \"characters\": \"\\u2592\" },\n    \"&blk14;\": { \"codepoints\": [9617], \"characters\": \"\\u2591\" },\n    \"&blk34;\": { \"codepoints\": [9619], \"characters\": \"\\u2593\" },\n    \"&block;\": { \"codepoints\": [9608], \"characters\": \"\\u2588\" },\n    \"&bne;\": { \"codepoints\": [61, 8421], \"characters\": \"\\u003D\\u20E5\" },\n    \"&bnequiv;\": { \"codepoints\": [8801, 8421], \"characters\": \"\\u2261\\u20E5\" },\n    \"&bNot;\": { \"codepoints\": [10989], \"characters\": \"\\u2AED\" },\n    \"&bnot;\": { \"codepoints\": [8976], \"characters\": \"\\u2310\" },\n    \"&Bopf;\": { \"codepoints\": [120121], \"characters\": \"\\uD835\\uDD39\" },\n    \"&bopf;\": { \"codepoints\": [120147], \"characters\": \"\\uD835\\uDD53\" },\n    \"&bot;\": { \"codepoints\": [8869], \"characters\": \"\\u22A5\" },\n    \"&bottom;\": { \"codepoints\": [8869], \"characters\": \"\\u22A5\" },\n    \"&bowtie;\": { \"codepoints\": [8904], \"characters\": \"\\u22C8\" },\n    \"&boxbox;\": { \"codepoints\": [10697], \"characters\": \"\\u29C9\" },\n    \"&boxdl;\": { \"codepoints\": [9488], \"characters\": \"\\u2510\" },\n    \"&boxdL;\": { \"codepoints\": [9557], \"characters\": \"\\u2555\" },\n    \"&boxDl;\": { \"codepoints\": [9558], \"characters\": \"\\u2556\" },\n    \"&boxDL;\": { \"codepoints\": [9559], \"characters\": \"\\u2557\" },\n    \"&boxdr;\": { \"codepoints\": [9484], \"characters\": \"\\u250C\" },\n    \"&boxdR;\": { \"codepoints\": [9554], \"characters\": \"\\u2552\" },\n    \"&boxDr;\": { \"codepoints\": [9555], \"characters\": \"\\u2553\" },\n    \"&boxDR;\": { \"codepoints\": [9556], \"characters\": \"\\u2554\" },\n    \"&boxh;\": { \"codepoints\": [9472], \"characters\": \"\\u2500\" },\n    \"&boxH;\": { \"codepoints\": [9552], \"characters\": \"\\u2550\" },\n    \"&boxhd;\": { \"codepoints\": [9516], \"characters\": \"\\u252C\" },\n    \"&boxHd;\": { \"codepoints\": [9572], \"characters\": \"\\u2564\" },\n    \"&boxhD;\": { \"codepoints\": [9573], \"characters\": \"\\u2565\" },\n    \"&boxHD;\": { \"codepoints\": [9574], \"characters\": \"\\u2566\" },\n    \"&boxhu;\": { \"codepoints\": [9524], \"characters\": \"\\u2534\" },\n    \"&boxHu;\": { \"codepoints\": [9575], \"characters\": \"\\u2567\" },\n    \"&boxhU;\": { \"codepoints\": [9576], \"characters\": \"\\u2568\" },\n    \"&boxHU;\": { \"codepoints\": [9577], \"characters\": \"\\u2569\" },\n    \"&boxminus;\": { \"codepoints\": [8863], \"characters\": \"\\u229F\" },\n    \"&boxplus;\": { \"codepoints\": [8862], \"characters\": \"\\u229E\" },\n    \"&boxtimes;\": { \"codepoints\": [8864], \"characters\": \"\\u22A0\" },\n    \"&boxul;\": { \"codepoints\": [9496], \"characters\": \"\\u2518\" },\n    \"&boxuL;\": { \"codepoints\": [9563], \"characters\": \"\\u255B\" },\n    \"&boxUl;\": { \"codepoints\": [9564], \"characters\": \"\\u255C\" },\n    \"&boxUL;\": { \"codepoints\": [9565], \"characters\": \"\\u255D\" },\n    \"&boxur;\": { \"codepoints\": [9492], \"characters\": \"\\u2514\" },\n    \"&boxuR;\": { \"codepoints\": [9560], \"characters\": \"\\u2558\" },\n    \"&boxUr;\": { \"codepoints\": [9561], \"characters\": \"\\u2559\" },\n    \"&boxUR;\": { \"codepoints\": [9562], \"characters\": \"\\u255A\" },\n    \"&boxv;\": { \"codepoints\": [9474], \"characters\": \"\\u2502\" },\n    \"&boxV;\": { \"codepoints\": [9553], \"characters\": \"\\u2551\" },\n    \"&boxvh;\": { \"codepoints\": [9532], \"characters\": \"\\u253C\" },\n    \"&boxvH;\": { \"codepoints\": [9578], \"characters\": \"\\u256A\" },\n    \"&boxVh;\": { \"codepoints\": [9579], \"characters\": \"\\u256B\" },\n    \"&boxVH;\": { \"codepoints\": [9580], \"characters\": \"\\u256C\" },\n    \"&boxvl;\": { \"codepoints\": [9508], \"characters\": \"\\u2524\" },\n    \"&boxvL;\": { \"codepoints\": [9569], \"characters\": \"\\u2561\" },\n    \"&boxVl;\": { \"codepoints\": [9570], \"characters\": \"\\u2562\" },\n    \"&boxVL;\": { \"codepoints\": [9571], \"characters\": \"\\u2563\" },\n    \"&boxvr;\": { \"codepoints\": [9500], \"characters\": \"\\u251C\" },\n    \"&boxvR;\": { \"codepoints\": [9566], \"characters\": \"\\u255E\" },\n    \"&boxVr;\": { \"codepoints\": [9567], \"characters\": \"\\u255F\" },\n    \"&boxVR;\": { \"codepoints\": [9568], \"characters\": \"\\u2560\" },\n    \"&bprime;\": { \"codepoints\": [8245], \"characters\": \"\\u2035\" },\n    \"&breve;\": { \"codepoints\": [728], \"characters\": \"\\u02D8\" },\n    \"&Breve;\": { \"codepoints\": [728], \"characters\": \"\\u02D8\" },\n    \"&brvbar;\": { \"codepoints\": [166], \"characters\": \"\\u00A6\" },\n    \"&brvbar\": { \"codepoints\": [166], \"characters\": \"\\u00A6\" },\n    \"&bscr;\": { \"codepoints\": [119991], \"characters\": \"\\uD835\\uDCB7\" },\n    \"&Bscr;\": { \"codepoints\": [8492], \"characters\": \"\\u212C\" },\n    \"&bsemi;\": { \"codepoints\": [8271], \"characters\": \"\\u204F\" },\n    \"&bsim;\": { \"codepoints\": [8765], \"characters\": \"\\u223D\" },\n    \"&bsime;\": { \"codepoints\": [8909], \"characters\": \"\\u22CD\" },\n    \"&bsolb;\": { \"codepoints\": [10693], \"characters\": \"\\u29C5\" },\n    \"&bsol;\": { \"codepoints\": [92], \"characters\": \"\\u005C\" },\n    \"&bsolhsub;\": { \"codepoints\": [10184], \"characters\": \"\\u27C8\" },\n    \"&bull;\": { \"codepoints\": [8226], \"characters\": \"\\u2022\" },\n    \"&bullet;\": { \"codepoints\": [8226], \"characters\": \"\\u2022\" },\n    \"&bump;\": { \"codepoints\": [8782], \"characters\": \"\\u224E\" },\n    \"&bumpE;\": { \"codepoints\": [10926], \"characters\": \"\\u2AAE\" },\n    \"&bumpe;\": { \"codepoints\": [8783], \"characters\": \"\\u224F\" },\n    \"&Bumpeq;\": { \"codepoints\": [8782], \"characters\": \"\\u224E\" },\n    \"&bumpeq;\": { \"codepoints\": [8783], \"characters\": \"\\u224F\" },\n    \"&Cacute;\": { \"codepoints\": [262], \"characters\": \"\\u0106\" },\n    \"&cacute;\": { \"codepoints\": [263], \"characters\": \"\\u0107\" },\n    \"&capand;\": { \"codepoints\": [10820], \"characters\": \"\\u2A44\" },\n    \"&capbrcup;\": { \"codepoints\": [10825], \"characters\": \"\\u2A49\" },\n    \"&capcap;\": { \"codepoints\": [10827], \"characters\": \"\\u2A4B\" },\n    \"&cap;\": { \"codepoints\": [8745], \"characters\": \"\\u2229\" },\n    \"&Cap;\": { \"codepoints\": [8914], \"characters\": \"\\u22D2\" },\n    \"&capcup;\": { \"codepoints\": [10823], \"characters\": \"\\u2A47\" },\n    \"&capdot;\": { \"codepoints\": [10816], \"characters\": \"\\u2A40\" },\n    \"&CapitalDifferentialD;\": { \"codepoints\": [8517], \"characters\": \"\\u2145\" },\n    \"&caps;\": { \"codepoints\": [8745, 65024], \"characters\": \"\\u2229\\uFE00\" },\n    \"&caret;\": { \"codepoints\": [8257], \"characters\": \"\\u2041\" },\n    \"&caron;\": { \"codepoints\": [711], \"characters\": \"\\u02C7\" },\n    \"&Cayleys;\": { \"codepoints\": [8493], \"characters\": \"\\u212D\" },\n    \"&ccaps;\": { \"codepoints\": [10829], \"characters\": \"\\u2A4D\" },\n    \"&Ccaron;\": { \"codepoints\": [268], \"characters\": \"\\u010C\" },\n    \"&ccaron;\": { \"codepoints\": [269], \"characters\": \"\\u010D\" },\n    \"&Ccedil;\": { \"codepoints\": [199], \"characters\": \"\\u00C7\" },\n    \"&Ccedil\": { \"codepoints\": [199], \"characters\": \"\\u00C7\" },\n    \"&ccedil;\": { \"codepoints\": [231], \"characters\": \"\\u00E7\" },\n    \"&ccedil\": { \"codepoints\": [231], \"characters\": \"\\u00E7\" },\n    \"&Ccirc;\": { \"codepoints\": [264], \"characters\": \"\\u0108\" },\n    \"&ccirc;\": { \"codepoints\": [265], \"characters\": \"\\u0109\" },\n    \"&Cconint;\": { \"codepoints\": [8752], \"characters\": \"\\u2230\" },\n    \"&ccups;\": { \"codepoints\": [10828], \"characters\": \"\\u2A4C\" },\n    \"&ccupssm;\": { \"codepoints\": [10832], \"characters\": \"\\u2A50\" },\n    \"&Cdot;\": { \"codepoints\": [266], \"characters\": \"\\u010A\" },\n    \"&cdot;\": { \"codepoints\": [267], \"characters\": \"\\u010B\" },\n    \"&cedil;\": { \"codepoints\": [184], \"characters\": \"\\u00B8\" },\n    \"&cedil\": { \"codepoints\": [184], \"characters\": \"\\u00B8\" },\n    \"&Cedilla;\": { \"codepoints\": [184], \"characters\": \"\\u00B8\" },\n    \"&cemptyv;\": { \"codepoints\": [10674], \"characters\": \"\\u29B2\" },\n    \"&cent;\": { \"codepoints\": [162], \"characters\": \"\\u00A2\" },\n    \"&cent\": { \"codepoints\": [162], \"characters\": \"\\u00A2\" },\n    \"&centerdot;\": { \"codepoints\": [183], \"characters\": \"\\u00B7\" },\n    \"&CenterDot;\": { \"codepoints\": [183], \"characters\": \"\\u00B7\" },\n    \"&cfr;\": { \"codepoints\": [120096], \"characters\": \"\\uD835\\uDD20\" },\n    \"&Cfr;\": { \"codepoints\": [8493], \"characters\": \"\\u212D\" },\n    \"&CHcy;\": { \"codepoints\": [1063], \"characters\": \"\\u0427\" },\n    \"&chcy;\": { \"codepoints\": [1095], \"characters\": \"\\u0447\" },\n    \"&check;\": { \"codepoints\": [10003], \"characters\": \"\\u2713\" },\n    \"&checkmark;\": { \"codepoints\": [10003], \"characters\": \"\\u2713\" },\n    \"&Chi;\": { \"codepoints\": [935], \"characters\": \"\\u03A7\" },\n    \"&chi;\": { \"codepoints\": [967], \"characters\": \"\\u03C7\" },\n    \"&circ;\": { \"codepoints\": [710], \"characters\": \"\\u02C6\" },\n    \"&circeq;\": { \"codepoints\": [8791], \"characters\": \"\\u2257\" },\n    \"&circlearrowleft;\": { \"codepoints\": [8634], \"characters\": \"\\u21BA\" },\n    \"&circlearrowright;\": { \"codepoints\": [8635], \"characters\": \"\\u21BB\" },\n    \"&circledast;\": { \"codepoints\": [8859], \"characters\": \"\\u229B\" },\n    \"&circledcirc;\": { \"codepoints\": [8858], \"characters\": \"\\u229A\" },\n    \"&circleddash;\": { \"codepoints\": [8861], \"characters\": \"\\u229D\" },\n    \"&CircleDot;\": { \"codepoints\": [8857], \"characters\": \"\\u2299\" },\n    \"&circledR;\": { \"codepoints\": [174], \"characters\": \"\\u00AE\" },\n    \"&circledS;\": { \"codepoints\": [9416], \"characters\": \"\\u24C8\" },\n    \"&CircleMinus;\": { \"codepoints\": [8854], \"characters\": \"\\u2296\" },\n    \"&CirclePlus;\": { \"codepoints\": [8853], \"characters\": \"\\u2295\" },\n    \"&CircleTimes;\": { \"codepoints\": [8855], \"characters\": \"\\u2297\" },\n    \"&cir;\": { \"codepoints\": [9675], \"characters\": \"\\u25CB\" },\n    \"&cirE;\": { \"codepoints\": [10691], \"characters\": \"\\u29C3\" },\n    \"&cire;\": { \"codepoints\": [8791], \"characters\": \"\\u2257\" },\n    \"&cirfnint;\": { \"codepoints\": [10768], \"characters\": \"\\u2A10\" },\n    \"&cirmid;\": { \"codepoints\": [10991], \"characters\": \"\\u2AEF\" },\n    \"&cirscir;\": { \"codepoints\": [10690], \"characters\": \"\\u29C2\" },\n    \"&ClockwiseContourIntegral;\": { \"codepoints\": [8754], \"characters\": \"\\u2232\" },\n    \"&CloseCurlyDoubleQuote;\": { \"codepoints\": [8221], \"characters\": \"\\u201D\" },\n    \"&CloseCurlyQuote;\": { \"codepoints\": [8217], \"characters\": \"\\u2019\" },\n    \"&clubs;\": { \"codepoints\": [9827], \"characters\": \"\\u2663\" },\n    \"&clubsuit;\": { \"codepoints\": [9827], \"characters\": \"\\u2663\" },\n    \"&colon;\": { \"codepoints\": [58], \"characters\": \"\\u003A\" },\n    \"&Colon;\": { \"codepoints\": [8759], \"characters\": \"\\u2237\" },\n    \"&Colone;\": { \"codepoints\": [10868], \"characters\": \"\\u2A74\" },\n    \"&colone;\": { \"codepoints\": [8788], \"characters\": \"\\u2254\" },\n    \"&coloneq;\": { \"codepoints\": [8788], \"characters\": \"\\u2254\" },\n    \"&comma;\": { \"codepoints\": [44], \"characters\": \"\\u002C\" },\n    \"&commat;\": { \"codepoints\": [64], \"characters\": \"\\u0040\" },\n    \"&comp;\": { \"codepoints\": [8705], \"characters\": \"\\u2201\" },\n    \"&compfn;\": { \"codepoints\": [8728], \"characters\": \"\\u2218\" },\n    \"&complement;\": { \"codepoints\": [8705], \"characters\": \"\\u2201\" },\n    \"&complexes;\": { \"codepoints\": [8450], \"characters\": \"\\u2102\" },\n    \"&cong;\": { \"codepoints\": [8773], \"characters\": \"\\u2245\" },\n    \"&congdot;\": { \"codepoints\": [10861], \"characters\": \"\\u2A6D\" },\n    \"&Congruent;\": { \"codepoints\": [8801], \"characters\": \"\\u2261\" },\n    \"&conint;\": { \"codepoints\": [8750], \"characters\": \"\\u222E\" },\n    \"&Conint;\": { \"codepoints\": [8751], \"characters\": \"\\u222F\" },\n    \"&ContourIntegral;\": { \"codepoints\": [8750], \"characters\": \"\\u222E\" },\n    \"&copf;\": { \"codepoints\": [120148], \"characters\": \"\\uD835\\uDD54\" },\n    \"&Copf;\": { \"codepoints\": [8450], \"characters\": \"\\u2102\" },\n    \"&coprod;\": { \"codepoints\": [8720], \"characters\": \"\\u2210\" },\n    \"&Coproduct;\": { \"codepoints\": [8720], \"characters\": \"\\u2210\" },\n    \"&copy;\": { \"codepoints\": [169], \"characters\": \"\\u00A9\" },\n    \"&copy\": { \"codepoints\": [169], \"characters\": \"\\u00A9\" },\n    \"&COPY;\": { \"codepoints\": [169], \"characters\": \"\\u00A9\" },\n    \"&COPY\": { \"codepoints\": [169], \"characters\": \"\\u00A9\" },\n    \"&copysr;\": { \"codepoints\": [8471], \"characters\": \"\\u2117\" },\n    \"&CounterClockwiseContourIntegral;\": { \"codepoints\": [8755], \"characters\": \"\\u2233\" },\n    \"&crarr;\": { \"codepoints\": [8629], \"characters\": \"\\u21B5\" },\n    \"&cross;\": { \"codepoints\": [10007], \"characters\": \"\\u2717\" },\n    \"&Cross;\": { \"codepoints\": [10799], \"characters\": \"\\u2A2F\" },\n    \"&Cscr;\": { \"codepoints\": [119966], \"characters\": \"\\uD835\\uDC9E\" },\n    \"&cscr;\": { \"codepoints\": [119992], \"characters\": \"\\uD835\\uDCB8\" },\n    \"&csub;\": { \"codepoints\": [10959], \"characters\": \"\\u2ACF\" },\n    \"&csube;\": { \"codepoints\": [10961], \"characters\": \"\\u2AD1\" },\n    \"&csup;\": { \"codepoints\": [10960], \"characters\": \"\\u2AD0\" },\n    \"&csupe;\": { \"codepoints\": [10962], \"characters\": \"\\u2AD2\" },\n    \"&ctdot;\": { \"codepoints\": [8943], \"characters\": \"\\u22EF\" },\n    \"&cudarrl;\": { \"codepoints\": [10552], \"characters\": \"\\u2938\" },\n    \"&cudarrr;\": { \"codepoints\": [10549], \"characters\": \"\\u2935\" },\n    \"&cuepr;\": { \"codepoints\": [8926], \"characters\": \"\\u22DE\" },\n    \"&cuesc;\": { \"codepoints\": [8927], \"characters\": \"\\u22DF\" },\n    \"&cularr;\": { \"codepoints\": [8630], \"characters\": \"\\u21B6\" },\n    \"&cularrp;\": { \"codepoints\": [10557], \"characters\": \"\\u293D\" },\n    \"&cupbrcap;\": { \"codepoints\": [10824], \"characters\": \"\\u2A48\" },\n    \"&cupcap;\": { \"codepoints\": [10822], \"characters\": \"\\u2A46\" },\n    \"&CupCap;\": { \"codepoints\": [8781], \"characters\": \"\\u224D\" },\n    \"&cup;\": { \"codepoints\": [8746], \"characters\": \"\\u222A\" },\n    \"&Cup;\": { \"codepoints\": [8915], \"characters\": \"\\u22D3\" },\n    \"&cupcup;\": { \"codepoints\": [10826], \"characters\": \"\\u2A4A\" },\n    \"&cupdot;\": { \"codepoints\": [8845], \"characters\": \"\\u228D\" },\n    \"&cupor;\": { \"codepoints\": [10821], \"characters\": \"\\u2A45\" },\n    \"&cups;\": { \"codepoints\": [8746, 65024], \"characters\": \"\\u222A\\uFE00\" },\n    \"&curarr;\": { \"codepoints\": [8631], \"characters\": \"\\u21B7\" },\n    \"&curarrm;\": { \"codepoints\": [10556], \"characters\": \"\\u293C\" },\n    \"&curlyeqprec;\": { \"codepoints\": [8926], \"characters\": \"\\u22DE\" },\n    \"&curlyeqsucc;\": { \"codepoints\": [8927], \"characters\": \"\\u22DF\" },\n    \"&curlyvee;\": { \"codepoints\": [8910], \"characters\": \"\\u22CE\" },\n    \"&curlywedge;\": { \"codepoints\": [8911], \"characters\": \"\\u22CF\" },\n    \"&curren;\": { \"codepoints\": [164], \"characters\": \"\\u00A4\" },\n    \"&curren\": { \"codepoints\": [164], \"characters\": \"\\u00A4\" },\n    \"&curvearrowleft;\": { \"codepoints\": [8630], \"characters\": \"\\u21B6\" },\n    \"&curvearrowright;\": { \"codepoints\": [8631], \"characters\": \"\\u21B7\" },\n    \"&cuvee;\": { \"codepoints\": [8910], \"characters\": \"\\u22CE\" },\n    \"&cuwed;\": { \"codepoints\": [8911], \"characters\": \"\\u22CF\" },\n    \"&cwconint;\": { \"codepoints\": [8754], \"characters\": \"\\u2232\" },\n    \"&cwint;\": { \"codepoints\": [8753], \"characters\": \"\\u2231\" },\n    \"&cylcty;\": { \"codepoints\": [9005], \"characters\": \"\\u232D\" },\n    \"&dagger;\": { \"codepoints\": [8224], \"characters\": \"\\u2020\" },\n    \"&Dagger;\": { \"codepoints\": [8225], \"characters\": \"\\u2021\" },\n    \"&daleth;\": { \"codepoints\": [8504], \"characters\": \"\\u2138\" },\n    \"&darr;\": { \"codepoints\": [8595], \"characters\": \"\\u2193\" },\n    \"&Darr;\": { \"codepoints\": [8609], \"characters\": \"\\u21A1\" },\n    \"&dArr;\": { \"codepoints\": [8659], \"characters\": \"\\u21D3\" },\n    \"&dash;\": { \"codepoints\": [8208], \"characters\": \"\\u2010\" },\n    \"&Dashv;\": { \"codepoints\": [10980], \"characters\": \"\\u2AE4\" },\n    \"&dashv;\": { \"codepoints\": [8867], \"characters\": \"\\u22A3\" },\n    \"&dbkarow;\": { \"codepoints\": [10511], \"characters\": \"\\u290F\" },\n    \"&dblac;\": { \"codepoints\": [733], \"characters\": \"\\u02DD\" },\n    \"&Dcaron;\": { \"codepoints\": [270], \"characters\": \"\\u010E\" },\n    \"&dcaron;\": { \"codepoints\": [271], \"characters\": \"\\u010F\" },\n    \"&Dcy;\": { \"codepoints\": [1044], \"characters\": \"\\u0414\" },\n    \"&dcy;\": { \"codepoints\": [1076], \"characters\": \"\\u0434\" },\n    \"&ddagger;\": { \"codepoints\": [8225], \"characters\": \"\\u2021\" },\n    \"&ddarr;\": { \"codepoints\": [8650], \"characters\": \"\\u21CA\" },\n    \"&DD;\": { \"codepoints\": [8517], \"characters\": \"\\u2145\" },\n    \"&dd;\": { \"codepoints\": [8518], \"characters\": \"\\u2146\" },\n    \"&DDotrahd;\": { \"codepoints\": [10513], \"characters\": \"\\u2911\" },\n    \"&ddotseq;\": { \"codepoints\": [10871], \"characters\": \"\\u2A77\" },\n    \"&deg;\": { \"codepoints\": [176], \"characters\": \"\\u00B0\" },\n    \"&deg\": { \"codepoints\": [176], \"characters\": \"\\u00B0\" },\n    \"&Del;\": { \"codepoints\": [8711], \"characters\": \"\\u2207\" },\n    \"&Delta;\": { \"codepoints\": [916], \"characters\": \"\\u0394\" },\n    \"&delta;\": { \"codepoints\": [948], \"characters\": \"\\u03B4\" },\n    \"&demptyv;\": { \"codepoints\": [10673], \"characters\": \"\\u29B1\" },\n    \"&dfisht;\": { \"codepoints\": [10623], \"characters\": \"\\u297F\" },\n    \"&Dfr;\": { \"codepoints\": [120071], \"characters\": \"\\uD835\\uDD07\" },\n    \"&dfr;\": { \"codepoints\": [120097], \"characters\": \"\\uD835\\uDD21\" },\n    \"&dHar;\": { \"codepoints\": [10597], \"characters\": \"\\u2965\" },\n    \"&dharl;\": { \"codepoints\": [8643], \"characters\": \"\\u21C3\" },\n    \"&dharr;\": { \"codepoints\": [8642], \"characters\": \"\\u21C2\" },\n    \"&DiacriticalAcute;\": { \"codepoints\": [180], \"characters\": \"\\u00B4\" },\n    \"&DiacriticalDot;\": { \"codepoints\": [729], \"characters\": \"\\u02D9\" },\n    \"&DiacriticalDoubleAcute;\": { \"codepoints\": [733], \"characters\": \"\\u02DD\" },\n    \"&DiacriticalGrave;\": { \"codepoints\": [96], \"characters\": \"\\u0060\" },\n    \"&DiacriticalTilde;\": { \"codepoints\": [732], \"characters\": \"\\u02DC\" },\n    \"&diam;\": { \"codepoints\": [8900], \"characters\": \"\\u22C4\" },\n    \"&diamond;\": { \"codepoints\": [8900], \"characters\": \"\\u22C4\" },\n    \"&Diamond;\": { \"codepoints\": [8900], \"characters\": \"\\u22C4\" },\n    \"&diamondsuit;\": { \"codepoints\": [9830], \"characters\": \"\\u2666\" },\n    \"&diams;\": { \"codepoints\": [9830], \"characters\": \"\\u2666\" },\n    \"&die;\": { \"codepoints\": [168], \"characters\": \"\\u00A8\" },\n    \"&DifferentialD;\": { \"codepoints\": [8518], \"characters\": \"\\u2146\" },\n    \"&digamma;\": { \"codepoints\": [989], \"characters\": \"\\u03DD\" },\n    \"&disin;\": { \"codepoints\": [8946], \"characters\": \"\\u22F2\" },\n    \"&div;\": { \"codepoints\": [247], \"characters\": \"\\u00F7\" },\n    \"&divide;\": { \"codepoints\": [247], \"characters\": \"\\u00F7\" },\n    \"&divide\": { \"codepoints\": [247], \"characters\": \"\\u00F7\" },\n    \"&divideontimes;\": { \"codepoints\": [8903], \"characters\": \"\\u22C7\" },\n    \"&divonx;\": { \"codepoints\": [8903], \"characters\": \"\\u22C7\" },\n    \"&DJcy;\": { \"codepoints\": [1026], \"characters\": \"\\u0402\" },\n    \"&djcy;\": { \"codepoints\": [1106], \"characters\": \"\\u0452\" },\n    \"&dlcorn;\": { \"codepoints\": [8990], \"characters\": \"\\u231E\" },\n    \"&dlcrop;\": { \"codepoints\": [8973], \"characters\": \"\\u230D\" },\n    \"&dollar;\": { \"codepoints\": [36], \"characters\": \"\\u0024\" },\n    \"&Dopf;\": { \"codepoints\": [120123], \"characters\": \"\\uD835\\uDD3B\" },\n    \"&dopf;\": { \"codepoints\": [120149], \"characters\": \"\\uD835\\uDD55\" },\n    \"&Dot;\": { \"codepoints\": [168], \"characters\": \"\\u00A8\" },\n    \"&dot;\": { \"codepoints\": [729], \"characters\": \"\\u02D9\" },\n    \"&DotDot;\": { \"codepoints\": [8412], \"characters\": \"\\u20DC\" },\n    \"&doteq;\": { \"codepoints\": [8784], \"characters\": \"\\u2250\" },\n    \"&doteqdot;\": { \"codepoints\": [8785], \"characters\": \"\\u2251\" },\n    \"&DotEqual;\": { \"codepoints\": [8784], \"characters\": \"\\u2250\" },\n    \"&dotminus;\": { \"codepoints\": [8760], \"characters\": \"\\u2238\" },\n    \"&dotplus;\": { \"codepoints\": [8724], \"characters\": \"\\u2214\" },\n    \"&dotsquare;\": { \"codepoints\": [8865], \"characters\": \"\\u22A1\" },\n    \"&doublebarwedge;\": { \"codepoints\": [8966], \"characters\": \"\\u2306\" },\n    \"&DoubleContourIntegral;\": { \"codepoints\": [8751], \"characters\": \"\\u222F\" },\n    \"&DoubleDot;\": { \"codepoints\": [168], \"characters\": \"\\u00A8\" },\n    \"&DoubleDownArrow;\": { \"codepoints\": [8659], \"characters\": \"\\u21D3\" },\n    \"&DoubleLeftArrow;\": { \"codepoints\": [8656], \"characters\": \"\\u21D0\" },\n    \"&DoubleLeftRightArrow;\": { \"codepoints\": [8660], \"characters\": \"\\u21D4\" },\n    \"&DoubleLeftTee;\": { \"codepoints\": [10980], \"characters\": \"\\u2AE4\" },\n    \"&DoubleLongLeftArrow;\": { \"codepoints\": [10232], \"characters\": \"\\u27F8\" },\n    \"&DoubleLongLeftRightArrow;\": { \"codepoints\": [10234], \"characters\": \"\\u27FA\" },\n    \"&DoubleLongRightArrow;\": { \"codepoints\": [10233], \"characters\": \"\\u27F9\" },\n    \"&DoubleRightArrow;\": { \"codepoints\": [8658], \"characters\": \"\\u21D2\" },\n    \"&DoubleRightTee;\": { \"codepoints\": [8872], \"characters\": \"\\u22A8\" },\n    \"&DoubleUpArrow;\": { \"codepoints\": [8657], \"characters\": \"\\u21D1\" },\n    \"&DoubleUpDownArrow;\": { \"codepoints\": [8661], \"characters\": \"\\u21D5\" },\n    \"&DoubleVerticalBar;\": { \"codepoints\": [8741], \"characters\": \"\\u2225\" },\n    \"&DownArrowBar;\": { \"codepoints\": [10515], \"characters\": \"\\u2913\" },\n    \"&downarrow;\": { \"codepoints\": [8595], \"characters\": \"\\u2193\" },\n    \"&DownArrow;\": { \"codepoints\": [8595], \"characters\": \"\\u2193\" },\n    \"&Downarrow;\": { \"codepoints\": [8659], \"characters\": \"\\u21D3\" },\n    \"&DownArrowUpArrow;\": { \"codepoints\": [8693], \"characters\": \"\\u21F5\" },\n    \"&DownBreve;\": { \"codepoints\": [785], \"characters\": \"\\u0311\" },\n    \"&downdownarrows;\": { \"codepoints\": [8650], \"characters\": \"\\u21CA\" },\n    \"&downharpoonleft;\": { \"codepoints\": [8643], \"characters\": \"\\u21C3\" },\n    \"&downharpoonright;\": { \"codepoints\": [8642], \"characters\": \"\\u21C2\" },\n    \"&DownLeftRightVector;\": { \"codepoints\": [10576], \"characters\": \"\\u2950\" },\n    \"&DownLeftTeeVector;\": { \"codepoints\": [10590], \"characters\": \"\\u295E\" },\n    \"&DownLeftVectorBar;\": { \"codepoints\": [10582], \"characters\": \"\\u2956\" },\n    \"&DownLeftVector;\": { \"codepoints\": [8637], \"characters\": \"\\u21BD\" },\n    \"&DownRightTeeVector;\": { \"codepoints\": [10591], \"characters\": \"\\u295F\" },\n    \"&DownRightVectorBar;\": { \"codepoints\": [10583], \"characters\": \"\\u2957\" },\n    \"&DownRightVector;\": { \"codepoints\": [8641], \"characters\": \"\\u21C1\" },\n    \"&DownTeeArrow;\": { \"codepoints\": [8615], \"characters\": \"\\u21A7\" },\n    \"&DownTee;\": { \"codepoints\": [8868], \"characters\": \"\\u22A4\" },\n    \"&drbkarow;\": { \"codepoints\": [10512], \"characters\": \"\\u2910\" },\n    \"&drcorn;\": { \"codepoints\": [8991], \"characters\": \"\\u231F\" },\n    \"&drcrop;\": { \"codepoints\": [8972], \"characters\": \"\\u230C\" },\n    \"&Dscr;\": { \"codepoints\": [119967], \"characters\": \"\\uD835\\uDC9F\" },\n    \"&dscr;\": { \"codepoints\": [119993], \"characters\": \"\\uD835\\uDCB9\" },\n    \"&DScy;\": { \"codepoints\": [1029], \"characters\": \"\\u0405\" },\n    \"&dscy;\": { \"codepoints\": [1109], \"characters\": \"\\u0455\" },\n    \"&dsol;\": { \"codepoints\": [10742], \"characters\": \"\\u29F6\" },\n    \"&Dstrok;\": { \"codepoints\": [272], \"characters\": \"\\u0110\" },\n    \"&dstrok;\": { \"codepoints\": [273], \"characters\": \"\\u0111\" },\n    \"&dtdot;\": { \"codepoints\": [8945], \"characters\": \"\\u22F1\" },\n    \"&dtri;\": { \"codepoints\": [9663], \"characters\": \"\\u25BF\" },\n    \"&dtrif;\": { \"codepoints\": [9662], \"characters\": \"\\u25BE\" },\n    \"&duarr;\": { \"codepoints\": [8693], \"characters\": \"\\u21F5\" },\n    \"&duhar;\": { \"codepoints\": [10607], \"characters\": \"\\u296F\" },\n    \"&dwangle;\": { \"codepoints\": [10662], \"characters\": \"\\u29A6\" },\n    \"&DZcy;\": { \"codepoints\": [1039], \"characters\": \"\\u040F\" },\n    \"&dzcy;\": { \"codepoints\": [1119], \"characters\": \"\\u045F\" },\n    \"&dzigrarr;\": { \"codepoints\": [10239], \"characters\": \"\\u27FF\" },\n    \"&Eacute;\": { \"codepoints\": [201], \"characters\": \"\\u00C9\" },\n    \"&Eacute\": { \"codepoints\": [201], \"characters\": \"\\u00C9\" },\n    \"&eacute;\": { \"codepoints\": [233], \"characters\": \"\\u00E9\" },\n    \"&eacute\": { \"codepoints\": [233], \"characters\": \"\\u00E9\" },\n    \"&easter;\": { \"codepoints\": [10862], \"characters\": \"\\u2A6E\" },\n    \"&Ecaron;\": { \"codepoints\": [282], \"characters\": \"\\u011A\" },\n    \"&ecaron;\": { \"codepoints\": [283], \"characters\": \"\\u011B\" },\n    \"&Ecirc;\": { \"codepoints\": [202], \"characters\": \"\\u00CA\" },\n    \"&Ecirc\": { \"codepoints\": [202], \"characters\": \"\\u00CA\" },\n    \"&ecirc;\": { \"codepoints\": [234], \"characters\": \"\\u00EA\" },\n    \"&ecirc\": { \"codepoints\": [234], \"characters\": \"\\u00EA\" },\n    \"&ecir;\": { \"codepoints\": [8790], \"characters\": \"\\u2256\" },\n    \"&ecolon;\": { \"codepoints\": [8789], \"characters\": \"\\u2255\" },\n    \"&Ecy;\": { \"codepoints\": [1069], \"characters\": \"\\u042D\" },\n    \"&ecy;\": { \"codepoints\": [1101], \"characters\": \"\\u044D\" },\n    \"&eDDot;\": { \"codepoints\": [10871], \"characters\": \"\\u2A77\" },\n    \"&Edot;\": { \"codepoints\": [278], \"characters\": \"\\u0116\" },\n    \"&edot;\": { \"codepoints\": [279], \"characters\": \"\\u0117\" },\n    \"&eDot;\": { \"codepoints\": [8785], \"characters\": \"\\u2251\" },\n    \"&ee;\": { \"codepoints\": [8519], \"characters\": \"\\u2147\" },\n    \"&efDot;\": { \"codepoints\": [8786], \"characters\": \"\\u2252\" },\n    \"&Efr;\": { \"codepoints\": [120072], \"characters\": \"\\uD835\\uDD08\" },\n    \"&efr;\": { \"codepoints\": [120098], \"characters\": \"\\uD835\\uDD22\" },\n    \"&eg;\": { \"codepoints\": [10906], \"characters\": \"\\u2A9A\" },\n    \"&Egrave;\": { \"codepoints\": [200], \"characters\": \"\\u00C8\" },\n    \"&Egrave\": { \"codepoints\": [200], \"characters\": \"\\u00C8\" },\n    \"&egrave;\": { \"codepoints\": [232], \"characters\": \"\\u00E8\" },\n    \"&egrave\": { \"codepoints\": [232], \"characters\": \"\\u00E8\" },\n    \"&egs;\": { \"codepoints\": [10902], \"characters\": \"\\u2A96\" },\n    \"&egsdot;\": { \"codepoints\": [10904], \"characters\": \"\\u2A98\" },\n    \"&el;\": { \"codepoints\": [10905], \"characters\": \"\\u2A99\" },\n    \"&Element;\": { \"codepoints\": [8712], \"characters\": \"\\u2208\" },\n    \"&elinters;\": { \"codepoints\": [9191], \"characters\": \"\\u23E7\" },\n    \"&ell;\": { \"codepoints\": [8467], \"characters\": \"\\u2113\" },\n    \"&els;\": { \"codepoints\": [10901], \"characters\": \"\\u2A95\" },\n    \"&elsdot;\": { \"codepoints\": [10903], \"characters\": \"\\u2A97\" },\n    \"&Emacr;\": { \"codepoints\": [274], \"characters\": \"\\u0112\" },\n    \"&emacr;\": { \"codepoints\": [275], \"characters\": \"\\u0113\" },\n    \"&empty;\": { \"codepoints\": [8709], \"characters\": \"\\u2205\" },\n    \"&emptyset;\": { \"codepoints\": [8709], \"characters\": \"\\u2205\" },\n    \"&EmptySmallSquare;\": { \"codepoints\": [9723], \"characters\": \"\\u25FB\" },\n    \"&emptyv;\": { \"codepoints\": [8709], \"characters\": \"\\u2205\" },\n    \"&EmptyVerySmallSquare;\": { \"codepoints\": [9643], \"characters\": \"\\u25AB\" },\n    \"&emsp13;\": { \"codepoints\": [8196], \"characters\": \"\\u2004\" },\n    \"&emsp14;\": { \"codepoints\": [8197], \"characters\": \"\\u2005\" },\n    \"&emsp;\": { \"codepoints\": [8195], \"characters\": \"\\u2003\" },\n    \"&ENG;\": { \"codepoints\": [330], \"characters\": \"\\u014A\" },\n    \"&eng;\": { \"codepoints\": [331], \"characters\": \"\\u014B\" },\n    \"&ensp;\": { \"codepoints\": [8194], \"characters\": \"\\u2002\" },\n    \"&Eogon;\": { \"codepoints\": [280], \"characters\": \"\\u0118\" },\n    \"&eogon;\": { \"codepoints\": [281], \"characters\": \"\\u0119\" },\n    \"&Eopf;\": { \"codepoints\": [120124], \"characters\": \"\\uD835\\uDD3C\" },\n    \"&eopf;\": { \"codepoints\": [120150], \"characters\": \"\\uD835\\uDD56\" },\n    \"&epar;\": { \"codepoints\": [8917], \"characters\": \"\\u22D5\" },\n    \"&eparsl;\": { \"codepoints\": [10723], \"characters\": \"\\u29E3\" },\n    \"&eplus;\": { \"codepoints\": [10865], \"characters\": \"\\u2A71\" },\n    \"&epsi;\": { \"codepoints\": [949], \"characters\": \"\\u03B5\" },\n    \"&Epsilon;\": { \"codepoints\": [917], \"characters\": \"\\u0395\" },\n    \"&epsilon;\": { \"codepoints\": [949], \"characters\": \"\\u03B5\" },\n    \"&epsiv;\": { \"codepoints\": [1013], \"characters\": \"\\u03F5\" },\n    \"&eqcirc;\": { \"codepoints\": [8790], \"characters\": \"\\u2256\" },\n    \"&eqcolon;\": { \"codepoints\": [8789], \"characters\": \"\\u2255\" },\n    \"&eqsim;\": { \"codepoints\": [8770], \"characters\": \"\\u2242\" },\n    \"&eqslantgtr;\": { \"codepoints\": [10902], \"characters\": \"\\u2A96\" },\n    \"&eqslantless;\": { \"codepoints\": [10901], \"characters\": \"\\u2A95\" },\n    \"&Equal;\": { \"codepoints\": [10869], \"characters\": \"\\u2A75\" },\n    \"&equals;\": { \"codepoints\": [61], \"characters\": \"\\u003D\" },\n    \"&EqualTilde;\": { \"codepoints\": [8770], \"characters\": \"\\u2242\" },\n    \"&equest;\": { \"codepoints\": [8799], \"characters\": \"\\u225F\" },\n    \"&Equilibrium;\": { \"codepoints\": [8652], \"characters\": \"\\u21CC\" },\n    \"&equiv;\": { \"codepoints\": [8801], \"characters\": \"\\u2261\" },\n    \"&equivDD;\": { \"codepoints\": [10872], \"characters\": \"\\u2A78\" },\n    \"&eqvparsl;\": { \"codepoints\": [10725], \"characters\": \"\\u29E5\" },\n    \"&erarr;\": { \"codepoints\": [10609], \"characters\": \"\\u2971\" },\n    \"&erDot;\": { \"codepoints\": [8787], \"characters\": \"\\u2253\" },\n    \"&escr;\": { \"codepoints\": [8495], \"characters\": \"\\u212F\" },\n    \"&Escr;\": { \"codepoints\": [8496], \"characters\": \"\\u2130\" },\n    \"&esdot;\": { \"codepoints\": [8784], \"characters\": \"\\u2250\" },\n    \"&Esim;\": { \"codepoints\": [10867], \"characters\": \"\\u2A73\" },\n    \"&esim;\": { \"codepoints\": [8770], \"characters\": \"\\u2242\" },\n    \"&Eta;\": { \"codepoints\": [919], \"characters\": \"\\u0397\" },\n    \"&eta;\": { \"codepoints\": [951], \"characters\": \"\\u03B7\" },\n    \"&ETH;\": { \"codepoints\": [208], \"characters\": \"\\u00D0\" },\n    \"&ETH\": { \"codepoints\": [208], \"characters\": \"\\u00D0\" },\n    \"&eth;\": { \"codepoints\": [240], \"characters\": \"\\u00F0\" },\n    \"&eth\": { \"codepoints\": [240], \"characters\": \"\\u00F0\" },\n    \"&Euml;\": { \"codepoints\": [203], \"characters\": \"\\u00CB\" },\n    \"&Euml\": { \"codepoints\": [203], \"characters\": \"\\u00CB\" },\n    \"&euml;\": { \"codepoints\": [235], \"characters\": \"\\u00EB\" },\n    \"&euml\": { \"codepoints\": [235], \"characters\": \"\\u00EB\" },\n    \"&euro;\": { \"codepoints\": [8364], \"characters\": \"\\u20AC\" },\n    \"&excl;\": { \"codepoints\": [33], \"characters\": \"\\u0021\" },\n    \"&exist;\": { \"codepoints\": [8707], \"characters\": \"\\u2203\" },\n    \"&Exists;\": { \"codepoints\": [8707], \"characters\": \"\\u2203\" },\n    \"&expectation;\": { \"codepoints\": [8496], \"characters\": \"\\u2130\" },\n    \"&exponentiale;\": { \"codepoints\": [8519], \"characters\": \"\\u2147\" },\n    \"&ExponentialE;\": { \"codepoints\": [8519], \"characters\": \"\\u2147\" },\n    \"&fallingdotseq;\": { \"codepoints\": [8786], \"characters\": \"\\u2252\" },\n    \"&Fcy;\": { \"codepoints\": [1060], \"characters\": \"\\u0424\" },\n    \"&fcy;\": { \"codepoints\": [1092], \"characters\": \"\\u0444\" },\n    \"&female;\": { \"codepoints\": [9792], \"characters\": \"\\u2640\" },\n    \"&ffilig;\": { \"codepoints\": [64259], \"characters\": \"\\uFB03\" },\n    \"&fflig;\": { \"codepoints\": [64256], \"characters\": \"\\uFB00\" },\n    \"&ffllig;\": { \"codepoints\": [64260], \"characters\": \"\\uFB04\" },\n    \"&Ffr;\": { \"codepoints\": [120073], \"characters\": \"\\uD835\\uDD09\" },\n    \"&ffr;\": { \"codepoints\": [120099], \"characters\": \"\\uD835\\uDD23\" },\n    \"&filig;\": { \"codepoints\": [64257], \"characters\": \"\\uFB01\" },\n    \"&FilledSmallSquare;\": { \"codepoints\": [9724], \"characters\": \"\\u25FC\" },\n    \"&FilledVerySmallSquare;\": { \"codepoints\": [9642], \"characters\": \"\\u25AA\" },\n    \"&fjlig;\": { \"codepoints\": [102, 106], \"characters\": \"\\u0066\\u006A\" },\n    \"&flat;\": { \"codepoints\": [9837], \"characters\": \"\\u266D\" },\n    \"&fllig;\": { \"codepoints\": [64258], \"characters\": \"\\uFB02\" },\n    \"&fltns;\": { \"codepoints\": [9649], \"characters\": \"\\u25B1\" },\n    \"&fnof;\": { \"codepoints\": [402], \"characters\": \"\\u0192\" },\n    \"&Fopf;\": { \"codepoints\": [120125], \"characters\": \"\\uD835\\uDD3D\" },\n    \"&fopf;\": { \"codepoints\": [120151], \"characters\": \"\\uD835\\uDD57\" },\n    \"&forall;\": { \"codepoints\": [8704], \"characters\": \"\\u2200\" },\n    \"&ForAll;\": { \"codepoints\": [8704], \"characters\": \"\\u2200\" },\n    \"&fork;\": { \"codepoints\": [8916], \"characters\": \"\\u22D4\" },\n    \"&forkv;\": { \"codepoints\": [10969], \"characters\": \"\\u2AD9\" },\n    \"&Fouriertrf;\": { \"codepoints\": [8497], \"characters\": \"\\u2131\" },\n    \"&fpartint;\": { \"codepoints\": [10765], \"characters\": \"\\u2A0D\" },\n    \"&frac12;\": { \"codepoints\": [189], \"characters\": \"\\u00BD\" },\n    \"&frac12\": { \"codepoints\": [189], \"characters\": \"\\u00BD\" },\n    \"&frac13;\": { \"codepoints\": [8531], \"characters\": \"\\u2153\" },\n    \"&frac14;\": { \"codepoints\": [188], \"characters\": \"\\u00BC\" },\n    \"&frac14\": { \"codepoints\": [188], \"characters\": \"\\u00BC\" },\n    \"&frac15;\": { \"codepoints\": [8533], \"characters\": \"\\u2155\" },\n    \"&frac16;\": { \"codepoints\": [8537], \"characters\": \"\\u2159\" },\n    \"&frac18;\": { \"codepoints\": [8539], \"characters\": \"\\u215B\" },\n    \"&frac23;\": { \"codepoints\": [8532], \"characters\": \"\\u2154\" },\n    \"&frac25;\": { \"codepoints\": [8534], \"characters\": \"\\u2156\" },\n    \"&frac34;\": { \"codepoints\": [190], \"characters\": \"\\u00BE\" },\n    \"&frac34\": { \"codepoints\": [190], \"characters\": \"\\u00BE\" },\n    \"&frac35;\": { \"codepoints\": [8535], \"characters\": \"\\u2157\" },\n    \"&frac38;\": { \"codepoints\": [8540], \"characters\": \"\\u215C\" },\n    \"&frac45;\": { \"codepoints\": [8536], \"characters\": \"\\u2158\" },\n    \"&frac56;\": { \"codepoints\": [8538], \"characters\": \"\\u215A\" },\n    \"&frac58;\": { \"codepoints\": [8541], \"characters\": \"\\u215D\" },\n    \"&frac78;\": { \"codepoints\": [8542], \"characters\": \"\\u215E\" },\n    \"&frasl;\": { \"codepoints\": [8260], \"characters\": \"\\u2044\" },\n    \"&frown;\": { \"codepoints\": [8994], \"characters\": \"\\u2322\" },\n    \"&fscr;\": { \"codepoints\": [119995], \"characters\": \"\\uD835\\uDCBB\" },\n    \"&Fscr;\": { \"codepoints\": [8497], \"characters\": \"\\u2131\" },\n    \"&gacute;\": { \"codepoints\": [501], \"characters\": \"\\u01F5\" },\n    \"&Gamma;\": { \"codepoints\": [915], \"characters\": \"\\u0393\" },\n    \"&gamma;\": { \"codepoints\": [947], \"characters\": \"\\u03B3\" },\n    \"&Gammad;\": { \"codepoints\": [988], \"characters\": \"\\u03DC\" },\n    \"&gammad;\": { \"codepoints\": [989], \"characters\": \"\\u03DD\" },\n    \"&gap;\": { \"codepoints\": [10886], \"characters\": \"\\u2A86\" },\n    \"&Gbreve;\": { \"codepoints\": [286], \"characters\": \"\\u011E\" },\n    \"&gbreve;\": { \"codepoints\": [287], \"characters\": \"\\u011F\" },\n    \"&Gcedil;\": { \"codepoints\": [290], \"characters\": \"\\u0122\" },\n    \"&Gcirc;\": { \"codepoints\": [284], \"characters\": \"\\u011C\" },\n    \"&gcirc;\": { \"codepoints\": [285], \"characters\": \"\\u011D\" },\n    \"&Gcy;\": { \"codepoints\": [1043], \"characters\": \"\\u0413\" },\n    \"&gcy;\": { \"codepoints\": [1075], \"characters\": \"\\u0433\" },\n    \"&Gdot;\": { \"codepoints\": [288], \"characters\": \"\\u0120\" },\n    \"&gdot;\": { \"codepoints\": [289], \"characters\": \"\\u0121\" },\n    \"&ge;\": { \"codepoints\": [8805], \"characters\": \"\\u2265\" },\n    \"&gE;\": { \"codepoints\": [8807], \"characters\": \"\\u2267\" },\n    \"&gEl;\": { \"codepoints\": [10892], \"characters\": \"\\u2A8C\" },\n    \"&gel;\": { \"codepoints\": [8923], \"characters\": \"\\u22DB\" },\n    \"&geq;\": { \"codepoints\": [8805], \"characters\": \"\\u2265\" },\n    \"&geqq;\": { \"codepoints\": [8807], \"characters\": \"\\u2267\" },\n    \"&geqslant;\": { \"codepoints\": [10878], \"characters\": \"\\u2A7E\" },\n    \"&gescc;\": { \"codepoints\": [10921], \"characters\": \"\\u2AA9\" },\n    \"&ges;\": { \"codepoints\": [10878], \"characters\": \"\\u2A7E\" },\n    \"&gesdot;\": { \"codepoints\": [10880], \"characters\": \"\\u2A80\" },\n    \"&gesdoto;\": { \"codepoints\": [10882], \"characters\": \"\\u2A82\" },\n    \"&gesdotol;\": { \"codepoints\": [10884], \"characters\": \"\\u2A84\" },\n    \"&gesl;\": { \"codepoints\": [8923, 65024], \"characters\": \"\\u22DB\\uFE00\" },\n    \"&gesles;\": { \"codepoints\": [10900], \"characters\": \"\\u2A94\" },\n    \"&Gfr;\": { \"codepoints\": [120074], \"characters\": \"\\uD835\\uDD0A\" },\n    \"&gfr;\": { \"codepoints\": [120100], \"characters\": \"\\uD835\\uDD24\" },\n    \"&gg;\": { \"codepoints\": [8811], \"characters\": \"\\u226B\" },\n    \"&Gg;\": { \"codepoints\": [8921], \"characters\": \"\\u22D9\" },\n    \"&ggg;\": { \"codepoints\": [8921], \"characters\": \"\\u22D9\" },\n    \"&gimel;\": { \"codepoints\": [8503], \"characters\": \"\\u2137\" },\n    \"&GJcy;\": { \"codepoints\": [1027], \"characters\": \"\\u0403\" },\n    \"&gjcy;\": { \"codepoints\": [1107], \"characters\": \"\\u0453\" },\n    \"&gla;\": { \"codepoints\": [10917], \"characters\": \"\\u2AA5\" },\n    \"&gl;\": { \"codepoints\": [8823], \"characters\": \"\\u2277\" },\n    \"&glE;\": { \"codepoints\": [10898], \"characters\": \"\\u2A92\" },\n    \"&glj;\": { \"codepoints\": [10916], \"characters\": \"\\u2AA4\" },\n    \"&gnap;\": { \"codepoints\": [10890], \"characters\": \"\\u2A8A\" },\n    \"&gnapprox;\": { \"codepoints\": [10890], \"characters\": \"\\u2A8A\" },\n    \"&gne;\": { \"codepoints\": [10888], \"characters\": \"\\u2A88\" },\n    \"&gnE;\": { \"codepoints\": [8809], \"characters\": \"\\u2269\" },\n    \"&gneq;\": { \"codepoints\": [10888], \"characters\": \"\\u2A88\" },\n    \"&gneqq;\": { \"codepoints\": [8809], \"characters\": \"\\u2269\" },\n    \"&gnsim;\": { \"codepoints\": [8935], \"characters\": \"\\u22E7\" },\n    \"&Gopf;\": { \"codepoints\": [120126], \"characters\": \"\\uD835\\uDD3E\" },\n    \"&gopf;\": { \"codepoints\": [120152], \"characters\": \"\\uD835\\uDD58\" },\n    \"&grave;\": { \"codepoints\": [96], \"characters\": \"\\u0060\" },\n    \"&GreaterEqual;\": { \"codepoints\": [8805], \"characters\": \"\\u2265\" },\n    \"&GreaterEqualLess;\": { \"codepoints\": [8923], \"characters\": \"\\u22DB\" },\n    \"&GreaterFullEqual;\": { \"codepoints\": [8807], \"characters\": \"\\u2267\" },\n    \"&GreaterGreater;\": { \"codepoints\": [10914], \"characters\": \"\\u2AA2\" },\n    \"&GreaterLess;\": { \"codepoints\": [8823], \"characters\": \"\\u2277\" },\n    \"&GreaterSlantEqual;\": { \"codepoints\": [10878], \"characters\": \"\\u2A7E\" },\n    \"&GreaterTilde;\": { \"codepoints\": [8819], \"characters\": \"\\u2273\" },\n    \"&Gscr;\": { \"codepoints\": [119970], \"characters\": \"\\uD835\\uDCA2\" },\n    \"&gscr;\": { \"codepoints\": [8458], \"characters\": \"\\u210A\" },\n    \"&gsim;\": { \"codepoints\": [8819], \"characters\": \"\\u2273\" },\n    \"&gsime;\": { \"codepoints\": [10894], \"characters\": \"\\u2A8E\" },\n    \"&gsiml;\": { \"codepoints\": [10896], \"characters\": \"\\u2A90\" },\n    \"&gtcc;\": { \"codepoints\": [10919], \"characters\": \"\\u2AA7\" },\n    \"&gtcir;\": { \"codepoints\": [10874], \"characters\": \"\\u2A7A\" },\n    \"&gt;\": { \"codepoints\": [62], \"characters\": \"\\u003E\" },\n    \"&gt\": { \"codepoints\": [62], \"characters\": \"\\u003E\" },\n    \"&GT;\": { \"codepoints\": [62], \"characters\": \"\\u003E\" },\n    \"&GT\": { \"codepoints\": [62], \"characters\": \"\\u003E\" },\n    \"&Gt;\": { \"codepoints\": [8811], \"characters\": \"\\u226B\" },\n    \"&gtdot;\": { \"codepoints\": [8919], \"characters\": \"\\u22D7\" },\n    \"&gtlPar;\": { \"codepoints\": [10645], \"characters\": \"\\u2995\" },\n    \"&gtquest;\": { \"codepoints\": [10876], \"characters\": \"\\u2A7C\" },\n    \"&gtrapprox;\": { \"codepoints\": [10886], \"characters\": \"\\u2A86\" },\n    \"&gtrarr;\": { \"codepoints\": [10616], \"characters\": \"\\u2978\" },\n    \"&gtrdot;\": { \"codepoints\": [8919], \"characters\": \"\\u22D7\" },\n    \"&gtreqless;\": { \"codepoints\": [8923], \"characters\": \"\\u22DB\" },\n    \"&gtreqqless;\": { \"codepoints\": [10892], \"characters\": \"\\u2A8C\" },\n    \"&gtrless;\": { \"codepoints\": [8823], \"characters\": \"\\u2277\" },\n    \"&gtrsim;\": { \"codepoints\": [8819], \"characters\": \"\\u2273\" },\n    \"&gvertneqq;\": { \"codepoints\": [8809, 65024], \"characters\": \"\\u2269\\uFE00\" },\n    \"&gvnE;\": { \"codepoints\": [8809, 65024], \"characters\": \"\\u2269\\uFE00\" },\n    \"&Hacek;\": { \"codepoints\": [711], \"characters\": \"\\u02C7\" },\n    \"&hairsp;\": { \"codepoints\": [8202], \"characters\": \"\\u200A\" },\n    \"&half;\": { \"codepoints\": [189], \"characters\": \"\\u00BD\" },\n    \"&hamilt;\": { \"codepoints\": [8459], \"characters\": \"\\u210B\" },\n    \"&HARDcy;\": { \"codepoints\": [1066], \"characters\": \"\\u042A\" },\n    \"&hardcy;\": { \"codepoints\": [1098], \"characters\": \"\\u044A\" },\n    \"&harrcir;\": { \"codepoints\": [10568], \"characters\": \"\\u2948\" },\n    \"&harr;\": { \"codepoints\": [8596], \"characters\": \"\\u2194\" },\n    \"&hArr;\": { \"codepoints\": [8660], \"characters\": \"\\u21D4\" },\n    \"&harrw;\": { \"codepoints\": [8621], \"characters\": \"\\u21AD\" },\n    \"&Hat;\": { \"codepoints\": [94], \"characters\": \"\\u005E\" },\n    \"&hbar;\": { \"codepoints\": [8463], \"characters\": \"\\u210F\" },\n    \"&Hcirc;\": { \"codepoints\": [292], \"characters\": \"\\u0124\" },\n    \"&hcirc;\": { \"codepoints\": [293], \"characters\": \"\\u0125\" },\n    \"&hearts;\": { \"codepoints\": [9829], \"characters\": \"\\u2665\" },\n    \"&heartsuit;\": { \"codepoints\": [9829], \"characters\": \"\\u2665\" },\n    \"&hellip;\": { \"codepoints\": [8230], \"characters\": \"\\u2026\" },\n    \"&hercon;\": { \"codepoints\": [8889], \"characters\": \"\\u22B9\" },\n    \"&hfr;\": { \"codepoints\": [120101], \"characters\": \"\\uD835\\uDD25\" },\n    \"&Hfr;\": { \"codepoints\": [8460], \"characters\": \"\\u210C\" },\n    \"&HilbertSpace;\": { \"codepoints\": [8459], \"characters\": \"\\u210B\" },\n    \"&hksearow;\": { \"codepoints\": [10533], \"characters\": \"\\u2925\" },\n    \"&hkswarow;\": { \"codepoints\": [10534], \"characters\": \"\\u2926\" },\n    \"&hoarr;\": { \"codepoints\": [8703], \"characters\": \"\\u21FF\" },\n    \"&homtht;\": { \"codepoints\": [8763], \"characters\": \"\\u223B\" },\n    \"&hookleftarrow;\": { \"codepoints\": [8617], \"characters\": \"\\u21A9\" },\n    \"&hookrightarrow;\": { \"codepoints\": [8618], \"characters\": \"\\u21AA\" },\n    \"&hopf;\": { \"codepoints\": [120153], \"characters\": \"\\uD835\\uDD59\" },\n    \"&Hopf;\": { \"codepoints\": [8461], \"characters\": \"\\u210D\" },\n    \"&horbar;\": { \"codepoints\": [8213], \"characters\": \"\\u2015\" },\n    \"&HorizontalLine;\": { \"codepoints\": [9472], \"characters\": \"\\u2500\" },\n    \"&hscr;\": { \"codepoints\": [119997], \"characters\": \"\\uD835\\uDCBD\" },\n    \"&Hscr;\": { \"codepoints\": [8459], \"characters\": \"\\u210B\" },\n    \"&hslash;\": { \"codepoints\": [8463], \"characters\": \"\\u210F\" },\n    \"&Hstrok;\": { \"codepoints\": [294], \"characters\": \"\\u0126\" },\n    \"&hstrok;\": { \"codepoints\": [295], \"characters\": \"\\u0127\" },\n    \"&HumpDownHump;\": { \"codepoints\": [8782], \"characters\": \"\\u224E\" },\n    \"&HumpEqual;\": { \"codepoints\": [8783], \"characters\": \"\\u224F\" },\n    \"&hybull;\": { \"codepoints\": [8259], \"characters\": \"\\u2043\" },\n    \"&hyphen;\": { \"codepoints\": [8208], \"characters\": \"\\u2010\" },\n    \"&Iacute;\": { \"codepoints\": [205], \"characters\": \"\\u00CD\" },\n    \"&Iacute\": { \"codepoints\": [205], \"characters\": \"\\u00CD\" },\n    \"&iacute;\": { \"codepoints\": [237], \"characters\": \"\\u00ED\" },\n    \"&iacute\": { \"codepoints\": [237], \"characters\": \"\\u00ED\" },\n    \"&ic;\": { \"codepoints\": [8291], \"characters\": \"\\u2063\" },\n    \"&Icirc;\": { \"codepoints\": [206], \"characters\": \"\\u00CE\" },\n    \"&Icirc\": { \"codepoints\": [206], \"characters\": \"\\u00CE\" },\n    \"&icirc;\": { \"codepoints\": [238], \"characters\": \"\\u00EE\" },\n    \"&icirc\": { \"codepoints\": [238], \"characters\": \"\\u00EE\" },\n    \"&Icy;\": { \"codepoints\": [1048], \"characters\": \"\\u0418\" },\n    \"&icy;\": { \"codepoints\": [1080], \"characters\": \"\\u0438\" },\n    \"&Idot;\": { \"codepoints\": [304], \"characters\": \"\\u0130\" },\n    \"&IEcy;\": { \"codepoints\": [1045], \"characters\": \"\\u0415\" },\n    \"&iecy;\": { \"codepoints\": [1077], \"characters\": \"\\u0435\" },\n    \"&iexcl;\": { \"codepoints\": [161], \"characters\": \"\\u00A1\" },\n    \"&iexcl\": { \"codepoints\": [161], \"characters\": \"\\u00A1\" },\n    \"&iff;\": { \"codepoints\": [8660], \"characters\": \"\\u21D4\" },\n    \"&ifr;\": { \"codepoints\": [120102], \"characters\": \"\\uD835\\uDD26\" },\n    \"&Ifr;\": { \"codepoints\": [8465], \"characters\": \"\\u2111\" },\n    \"&Igrave;\": { \"codepoints\": [204], \"characters\": \"\\u00CC\" },\n    \"&Igrave\": { \"codepoints\": [204], \"characters\": \"\\u00CC\" },\n    \"&igrave;\": { \"codepoints\": [236], \"characters\": \"\\u00EC\" },\n    \"&igrave\": { \"codepoints\": [236], \"characters\": \"\\u00EC\" },\n    \"&ii;\": { \"codepoints\": [8520], \"characters\": \"\\u2148\" },\n    \"&iiiint;\": { \"codepoints\": [10764], \"characters\": \"\\u2A0C\" },\n    \"&iiint;\": { \"codepoints\": [8749], \"characters\": \"\\u222D\" },\n    \"&iinfin;\": { \"codepoints\": [10716], \"characters\": \"\\u29DC\" },\n    \"&iiota;\": { \"codepoints\": [8489], \"characters\": \"\\u2129\" },\n    \"&IJlig;\": { \"codepoints\": [306], \"characters\": \"\\u0132\" },\n    \"&ijlig;\": { \"codepoints\": [307], \"characters\": \"\\u0133\" },\n    \"&Imacr;\": { \"codepoints\": [298], \"characters\": \"\\u012A\" },\n    \"&imacr;\": { \"codepoints\": [299], \"characters\": \"\\u012B\" },\n    \"&image;\": { \"codepoints\": [8465], \"characters\": \"\\u2111\" },\n    \"&ImaginaryI;\": { \"codepoints\": [8520], \"characters\": \"\\u2148\" },\n    \"&imagline;\": { \"codepoints\": [8464], \"characters\": \"\\u2110\" },\n    \"&imagpart;\": { \"codepoints\": [8465], \"characters\": \"\\u2111\" },\n    \"&imath;\": { \"codepoints\": [305], \"characters\": \"\\u0131\" },\n    \"&Im;\": { \"codepoints\": [8465], \"characters\": \"\\u2111\" },\n    \"&imof;\": { \"codepoints\": [8887], \"characters\": \"\\u22B7\" },\n    \"&imped;\": { \"codepoints\": [437], \"characters\": \"\\u01B5\" },\n    \"&Implies;\": { \"codepoints\": [8658], \"characters\": \"\\u21D2\" },\n    \"&incare;\": { \"codepoints\": [8453], \"characters\": \"\\u2105\" },\n    \"&in;\": { \"codepoints\": [8712], \"characters\": \"\\u2208\" },\n    \"&infin;\": { \"codepoints\": [8734], \"characters\": \"\\u221E\" },\n    \"&infintie;\": { \"codepoints\": [10717], \"characters\": \"\\u29DD\" },\n    \"&inodot;\": { \"codepoints\": [305], \"characters\": \"\\u0131\" },\n    \"&intcal;\": { \"codepoints\": [8890], \"characters\": \"\\u22BA\" },\n    \"&int;\": { \"codepoints\": [8747], \"characters\": \"\\u222B\" },\n    \"&Int;\": { \"codepoints\": [8748], \"characters\": \"\\u222C\" },\n    \"&integers;\": { \"codepoints\": [8484], \"characters\": \"\\u2124\" },\n    \"&Integral;\": { \"codepoints\": [8747], \"characters\": \"\\u222B\" },\n    \"&intercal;\": { \"codepoints\": [8890], \"characters\": \"\\u22BA\" },\n    \"&Intersection;\": { \"codepoints\": [8898], \"characters\": \"\\u22C2\" },\n    \"&intlarhk;\": { \"codepoints\": [10775], \"characters\": \"\\u2A17\" },\n    \"&intprod;\": { \"codepoints\": [10812], \"characters\": \"\\u2A3C\" },\n    \"&InvisibleComma;\": { \"codepoints\": [8291], \"characters\": \"\\u2063\" },\n    \"&InvisibleTimes;\": { \"codepoints\": [8290], \"characters\": \"\\u2062\" },\n    \"&IOcy;\": { \"codepoints\": [1025], \"characters\": \"\\u0401\" },\n    \"&iocy;\": { \"codepoints\": [1105], \"characters\": \"\\u0451\" },\n    \"&Iogon;\": { \"codepoints\": [302], \"characters\": \"\\u012E\" },\n    \"&iogon;\": { \"codepoints\": [303], \"characters\": \"\\u012F\" },\n    \"&Iopf;\": { \"codepoints\": [120128], \"characters\": \"\\uD835\\uDD40\" },\n    \"&iopf;\": { \"codepoints\": [120154], \"characters\": \"\\uD835\\uDD5A\" },\n    \"&Iota;\": { \"codepoints\": [921], \"characters\": \"\\u0399\" },\n    \"&iota;\": { \"codepoints\": [953], \"characters\": \"\\u03B9\" },\n    \"&iprod;\": { \"codepoints\": [10812], \"characters\": \"\\u2A3C\" },\n    \"&iquest;\": { \"codepoints\": [191], \"characters\": \"\\u00BF\" },\n    \"&iquest\": { \"codepoints\": [191], \"characters\": \"\\u00BF\" },\n    \"&iscr;\": { \"codepoints\": [119998], \"characters\": \"\\uD835\\uDCBE\" },\n    \"&Iscr;\": { \"codepoints\": [8464], \"characters\": \"\\u2110\" },\n    \"&isin;\": { \"codepoints\": [8712], \"characters\": \"\\u2208\" },\n    \"&isindot;\": { \"codepoints\": [8949], \"characters\": \"\\u22F5\" },\n    \"&isinE;\": { \"codepoints\": [8953], \"characters\": \"\\u22F9\" },\n    \"&isins;\": { \"codepoints\": [8948], \"characters\": \"\\u22F4\" },\n    \"&isinsv;\": { \"codepoints\": [8947], \"characters\": \"\\u22F3\" },\n    \"&isinv;\": { \"codepoints\": [8712], \"characters\": \"\\u2208\" },\n    \"&it;\": { \"codepoints\": [8290], \"characters\": \"\\u2062\" },\n    \"&Itilde;\": { \"codepoints\": [296], \"characters\": \"\\u0128\" },\n    \"&itilde;\": { \"codepoints\": [297], \"characters\": \"\\u0129\" },\n    \"&Iukcy;\": { \"codepoints\": [1030], \"characters\": \"\\u0406\" },\n    \"&iukcy;\": { \"codepoints\": [1110], \"characters\": \"\\u0456\" },\n    \"&Iuml;\": { \"codepoints\": [207], \"characters\": \"\\u00CF\" },\n    \"&Iuml\": { \"codepoints\": [207], \"characters\": \"\\u00CF\" },\n    \"&iuml;\": { \"codepoints\": [239], \"characters\": \"\\u00EF\" },\n    \"&iuml\": { \"codepoints\": [239], \"characters\": \"\\u00EF\" },\n    \"&Jcirc;\": { \"codepoints\": [308], \"characters\": \"\\u0134\" },\n    \"&jcirc;\": { \"codepoints\": [309], \"characters\": \"\\u0135\" },\n    \"&Jcy;\": { \"codepoints\": [1049], \"characters\": \"\\u0419\" },\n    \"&jcy;\": { \"codepoints\": [1081], \"characters\": \"\\u0439\" },\n    \"&Jfr;\": { \"codepoints\": [120077], \"characters\": \"\\uD835\\uDD0D\" },\n    \"&jfr;\": { \"codepoints\": [120103], \"characters\": \"\\uD835\\uDD27\" },\n    \"&jmath;\": { \"codepoints\": [567], \"characters\": \"\\u0237\" },\n    \"&Jopf;\": { \"codepoints\": [120129], \"characters\": \"\\uD835\\uDD41\" },\n    \"&jopf;\": { \"codepoints\": [120155], \"characters\": \"\\uD835\\uDD5B\" },\n    \"&Jscr;\": { \"codepoints\": [119973], \"characters\": \"\\uD835\\uDCA5\" },\n    \"&jscr;\": { \"codepoints\": [119999], \"characters\": \"\\uD835\\uDCBF\" },\n    \"&Jsercy;\": { \"codepoints\": [1032], \"characters\": \"\\u0408\" },\n    \"&jsercy;\": { \"codepoints\": [1112], \"characters\": \"\\u0458\" },\n    \"&Jukcy;\": { \"codepoints\": [1028], \"characters\": \"\\u0404\" },\n    \"&jukcy;\": { \"codepoints\": [1108], \"characters\": \"\\u0454\" },\n    \"&Kappa;\": { \"codepoints\": [922], \"characters\": \"\\u039A\" },\n    \"&kappa;\": { \"codepoints\": [954], \"characters\": \"\\u03BA\" },\n    \"&kappav;\": { \"codepoints\": [1008], \"characters\": \"\\u03F0\" },\n    \"&Kcedil;\": { \"codepoints\": [310], \"characters\": \"\\u0136\" },\n    \"&kcedil;\": { \"codepoints\": [311], \"characters\": \"\\u0137\" },\n    \"&Kcy;\": { \"codepoints\": [1050], \"characters\": \"\\u041A\" },\n    \"&kcy;\": { \"codepoints\": [1082], \"characters\": \"\\u043A\" },\n    \"&Kfr;\": { \"codepoints\": [120078], \"characters\": \"\\uD835\\uDD0E\" },\n    \"&kfr;\": { \"codepoints\": [120104], \"characters\": \"\\uD835\\uDD28\" },\n    \"&kgreen;\": { \"codepoints\": [312], \"characters\": \"\\u0138\" },\n    \"&KHcy;\": { \"codepoints\": [1061], \"characters\": \"\\u0425\" },\n    \"&khcy;\": { \"codepoints\": [1093], \"characters\": \"\\u0445\" },\n    \"&KJcy;\": { \"codepoints\": [1036], \"characters\": \"\\u040C\" },\n    \"&kjcy;\": { \"codepoints\": [1116], \"characters\": \"\\u045C\" },\n    \"&Kopf;\": { \"codepoints\": [120130], \"characters\": \"\\uD835\\uDD42\" },\n    \"&kopf;\": { \"codepoints\": [120156], \"characters\": \"\\uD835\\uDD5C\" },\n    \"&Kscr;\": { \"codepoints\": [119974], \"characters\": \"\\uD835\\uDCA6\" },\n    \"&kscr;\": { \"codepoints\": [120000], \"characters\": \"\\uD835\\uDCC0\" },\n    \"&lAarr;\": { \"codepoints\": [8666], \"characters\": \"\\u21DA\" },\n    \"&Lacute;\": { \"codepoints\": [313], \"characters\": \"\\u0139\" },\n    \"&lacute;\": { \"codepoints\": [314], \"characters\": \"\\u013A\" },\n    \"&laemptyv;\": { \"codepoints\": [10676], \"characters\": \"\\u29B4\" },\n    \"&lagran;\": { \"codepoints\": [8466], \"characters\": \"\\u2112\" },\n    \"&Lambda;\": { \"codepoints\": [923], \"characters\": \"\\u039B\" },\n    \"&lambda;\": { \"codepoints\": [955], \"characters\": \"\\u03BB\" },\n    \"&lang;\": { \"codepoints\": [10216], \"characters\": \"\\u27E8\" },\n    \"&Lang;\": { \"codepoints\": [10218], \"characters\": \"\\u27EA\" },\n    \"&langd;\": { \"codepoints\": [10641], \"characters\": \"\\u2991\" },\n    \"&langle;\": { \"codepoints\": [10216], \"characters\": \"\\u27E8\" },\n    \"&lap;\": { \"codepoints\": [10885], \"characters\": \"\\u2A85\" },\n    \"&Laplacetrf;\": { \"codepoints\": [8466], \"characters\": \"\\u2112\" },\n    \"&laquo;\": { \"codepoints\": [171], \"characters\": \"\\u00AB\" },\n    \"&laquo\": { \"codepoints\": [171], \"characters\": \"\\u00AB\" },\n    \"&larrb;\": { \"codepoints\": [8676], \"characters\": \"\\u21E4\" },\n    \"&larrbfs;\": { \"codepoints\": [10527], \"characters\": \"\\u291F\" },\n    \"&larr;\": { \"codepoints\": [8592], \"characters\": \"\\u2190\" },\n    \"&Larr;\": { \"codepoints\": [8606], \"characters\": \"\\u219E\" },\n    \"&lArr;\": { \"codepoints\": [8656], \"characters\": \"\\u21D0\" },\n    \"&larrfs;\": { \"codepoints\": [10525], \"characters\": \"\\u291D\" },\n    \"&larrhk;\": { \"codepoints\": [8617], \"characters\": \"\\u21A9\" },\n    \"&larrlp;\": { \"codepoints\": [8619], \"characters\": \"\\u21AB\" },\n    \"&larrpl;\": { \"codepoints\": [10553], \"characters\": \"\\u2939\" },\n    \"&larrsim;\": { \"codepoints\": [10611], \"characters\": \"\\u2973\" },\n    \"&larrtl;\": { \"codepoints\": [8610], \"characters\": \"\\u21A2\" },\n    \"&latail;\": { \"codepoints\": [10521], \"characters\": \"\\u2919\" },\n    \"&lAtail;\": { \"codepoints\": [10523], \"characters\": \"\\u291B\" },\n    \"&lat;\": { \"codepoints\": [10923], \"characters\": \"\\u2AAB\" },\n    \"&late;\": { \"codepoints\": [10925], \"characters\": \"\\u2AAD\" },\n    \"&lates;\": { \"codepoints\": [10925, 65024], \"characters\": \"\\u2AAD\\uFE00\" },\n    \"&lbarr;\": { \"codepoints\": [10508], \"characters\": \"\\u290C\" },\n    \"&lBarr;\": { \"codepoints\": [10510], \"characters\": \"\\u290E\" },\n    \"&lbbrk;\": { \"codepoints\": [10098], \"characters\": \"\\u2772\" },\n    \"&lbrace;\": { \"codepoints\": [123], \"characters\": \"\\u007B\" },\n    \"&lbrack;\": { \"codepoints\": [91], \"characters\": \"\\u005B\" },\n    \"&lbrke;\": { \"codepoints\": [10635], \"characters\": \"\\u298B\" },\n    \"&lbrksld;\": { \"codepoints\": [10639], \"characters\": \"\\u298F\" },\n    \"&lbrkslu;\": { \"codepoints\": [10637], \"characters\": \"\\u298D\" },\n    \"&Lcaron;\": { \"codepoints\": [317], \"characters\": \"\\u013D\" },\n    \"&lcaron;\": { \"codepoints\": [318], \"characters\": \"\\u013E\" },\n    \"&Lcedil;\": { \"codepoints\": [315], \"characters\": \"\\u013B\" },\n    \"&lcedil;\": { \"codepoints\": [316], \"characters\": \"\\u013C\" },\n    \"&lceil;\": { \"codepoints\": [8968], \"characters\": \"\\u2308\" },\n    \"&lcub;\": { \"codepoints\": [123], \"characters\": \"\\u007B\" },\n    \"&Lcy;\": { \"codepoints\": [1051], \"characters\": \"\\u041B\" },\n    \"&lcy;\": { \"codepoints\": [1083], \"characters\": \"\\u043B\" },\n    \"&ldca;\": { \"codepoints\": [10550], \"characters\": \"\\u2936\" },\n    \"&ldquo;\": { \"codepoints\": [8220], \"characters\": \"\\u201C\" },\n    \"&ldquor;\": { \"codepoints\": [8222], \"characters\": \"\\u201E\" },\n    \"&ldrdhar;\": { \"codepoints\": [10599], \"characters\": \"\\u2967\" },\n    \"&ldrushar;\": { \"codepoints\": [10571], \"characters\": \"\\u294B\" },\n    \"&ldsh;\": { \"codepoints\": [8626], \"characters\": \"\\u21B2\" },\n    \"&le;\": { \"codepoints\": [8804], \"characters\": \"\\u2264\" },\n    \"&lE;\": { \"codepoints\": [8806], \"characters\": \"\\u2266\" },\n    \"&LeftAngleBracket;\": { \"codepoints\": [10216], \"characters\": \"\\u27E8\" },\n    \"&LeftArrowBar;\": { \"codepoints\": [8676], \"characters\": \"\\u21E4\" },\n    \"&leftarrow;\": { \"codepoints\": [8592], \"characters\": \"\\u2190\" },\n    \"&LeftArrow;\": { \"codepoints\": [8592], \"characters\": \"\\u2190\" },\n    \"&Leftarrow;\": { \"codepoints\": [8656], \"characters\": \"\\u21D0\" },\n    \"&LeftArrowRightArrow;\": { \"codepoints\": [8646], \"characters\": \"\\u21C6\" },\n    \"&leftarrowtail;\": { \"codepoints\": [8610], \"characters\": \"\\u21A2\" },\n    \"&LeftCeiling;\": { \"codepoints\": [8968], \"characters\": \"\\u2308\" },\n    \"&LeftDoubleBracket;\": { \"codepoints\": [10214], \"characters\": \"\\u27E6\" },\n    \"&LeftDownTeeVector;\": { \"codepoints\": [10593], \"characters\": \"\\u2961\" },\n    \"&LeftDownVectorBar;\": { \"codepoints\": [10585], \"characters\": \"\\u2959\" },\n    \"&LeftDownVector;\": { \"codepoints\": [8643], \"characters\": \"\\u21C3\" },\n    \"&LeftFloor;\": { \"codepoints\": [8970], \"characters\": \"\\u230A\" },\n    \"&leftharpoondown;\": { \"codepoints\": [8637], \"characters\": \"\\u21BD\" },\n    \"&leftharpoonup;\": { \"codepoints\": [8636], \"characters\": \"\\u21BC\" },\n    \"&leftleftarrows;\": { \"codepoints\": [8647], \"characters\": \"\\u21C7\" },\n    \"&leftrightarrow;\": { \"codepoints\": [8596], \"characters\": \"\\u2194\" },\n    \"&LeftRightArrow;\": { \"codepoints\": [8596], \"characters\": \"\\u2194\" },\n    \"&Leftrightarrow;\": { \"codepoints\": [8660], \"characters\": \"\\u21D4\" },\n    \"&leftrightarrows;\": { \"codepoints\": [8646], \"characters\": \"\\u21C6\" },\n    \"&leftrightharpoons;\": { \"codepoints\": [8651], \"characters\": \"\\u21CB\" },\n    \"&leftrightsquigarrow;\": { \"codepoints\": [8621], \"characters\": \"\\u21AD\" },\n    \"&LeftRightVector;\": { \"codepoints\": [10574], \"characters\": \"\\u294E\" },\n    \"&LeftTeeArrow;\": { \"codepoints\": [8612], \"characters\": \"\\u21A4\" },\n    \"&LeftTee;\": { \"codepoints\": [8867], \"characters\": \"\\u22A3\" },\n    \"&LeftTeeVector;\": { \"codepoints\": [10586], \"characters\": \"\\u295A\" },\n    \"&leftthreetimes;\": { \"codepoints\": [8907], \"characters\": \"\\u22CB\" },\n    \"&LeftTriangleBar;\": { \"codepoints\": [10703], \"characters\": \"\\u29CF\" },\n    \"&LeftTriangle;\": { \"codepoints\": [8882], \"characters\": \"\\u22B2\" },\n    \"&LeftTriangleEqual;\": { \"codepoints\": [8884], \"characters\": \"\\u22B4\" },\n    \"&LeftUpDownVector;\": { \"codepoints\": [10577], \"characters\": \"\\u2951\" },\n    \"&LeftUpTeeVector;\": { \"codepoints\": [10592], \"characters\": \"\\u2960\" },\n    \"&LeftUpVectorBar;\": { \"codepoints\": [10584], \"characters\": \"\\u2958\" },\n    \"&LeftUpVector;\": { \"codepoints\": [8639], \"characters\": \"\\u21BF\" },\n    \"&LeftVectorBar;\": { \"codepoints\": [10578], \"characters\": \"\\u2952\" },\n    \"&LeftVector;\": { \"codepoints\": [8636], \"characters\": \"\\u21BC\" },\n    \"&lEg;\": { \"codepoints\": [10891], \"characters\": \"\\u2A8B\" },\n    \"&leg;\": { \"codepoints\": [8922], \"characters\": \"\\u22DA\" },\n    \"&leq;\": { \"codepoints\": [8804], \"characters\": \"\\u2264\" },\n    \"&leqq;\": { \"codepoints\": [8806], \"characters\": \"\\u2266\" },\n    \"&leqslant;\": { \"codepoints\": [10877], \"characters\": \"\\u2A7D\" },\n    \"&lescc;\": { \"codepoints\": [10920], \"characters\": \"\\u2AA8\" },\n    \"&les;\": { \"codepoints\": [10877], \"characters\": \"\\u2A7D\" },\n    \"&lesdot;\": { \"codepoints\": [10879], \"characters\": \"\\u2A7F\" },\n    \"&lesdoto;\": { \"codepoints\": [10881], \"characters\": \"\\u2A81\" },\n    \"&lesdotor;\": { \"codepoints\": [10883], \"characters\": \"\\u2A83\" },\n    \"&lesg;\": { \"codepoints\": [8922, 65024], \"characters\": \"\\u22DA\\uFE00\" },\n    \"&lesges;\": { \"codepoints\": [10899], \"characters\": \"\\u2A93\" },\n    \"&lessapprox;\": { \"codepoints\": [10885], \"characters\": \"\\u2A85\" },\n    \"&lessdot;\": { \"codepoints\": [8918], \"characters\": \"\\u22D6\" },\n    \"&lesseqgtr;\": { \"codepoints\": [8922], \"characters\": \"\\u22DA\" },\n    \"&lesseqqgtr;\": { \"codepoints\": [10891], \"characters\": \"\\u2A8B\" },\n    \"&LessEqualGreater;\": { \"codepoints\": [8922], \"characters\": \"\\u22DA\" },\n    \"&LessFullEqual;\": { \"codepoints\": [8806], \"characters\": \"\\u2266\" },\n    \"&LessGreater;\": { \"codepoints\": [8822], \"characters\": \"\\u2276\" },\n    \"&lessgtr;\": { \"codepoints\": [8822], \"characters\": \"\\u2276\" },\n    \"&LessLess;\": { \"codepoints\": [10913], \"characters\": \"\\u2AA1\" },\n    \"&lesssim;\": { \"codepoints\": [8818], \"characters\": \"\\u2272\" },\n    \"&LessSlantEqual;\": { \"codepoints\": [10877], \"characters\": \"\\u2A7D\" },\n    \"&LessTilde;\": { \"codepoints\": [8818], \"characters\": \"\\u2272\" },\n    \"&lfisht;\": { \"codepoints\": [10620], \"characters\": \"\\u297C\" },\n    \"&lfloor;\": { \"codepoints\": [8970], \"characters\": \"\\u230A\" },\n    \"&Lfr;\": { \"codepoints\": [120079], \"characters\": \"\\uD835\\uDD0F\" },\n    \"&lfr;\": { \"codepoints\": [120105], \"characters\": \"\\uD835\\uDD29\" },\n    \"&lg;\": { \"codepoints\": [8822], \"characters\": \"\\u2276\" },\n    \"&lgE;\": { \"codepoints\": [10897], \"characters\": \"\\u2A91\" },\n    \"&lHar;\": { \"codepoints\": [10594], \"characters\": \"\\u2962\" },\n    \"&lhard;\": { \"codepoints\": [8637], \"characters\": \"\\u21BD\" },\n    \"&lharu;\": { \"codepoints\": [8636], \"characters\": \"\\u21BC\" },\n    \"&lharul;\": { \"codepoints\": [10602], \"characters\": \"\\u296A\" },\n    \"&lhblk;\": { \"codepoints\": [9604], \"characters\": \"\\u2584\" },\n    \"&LJcy;\": { \"codepoints\": [1033], \"characters\": \"\\u0409\" },\n    \"&ljcy;\": { \"codepoints\": [1113], \"characters\": \"\\u0459\" },\n    \"&llarr;\": { \"codepoints\": [8647], \"characters\": \"\\u21C7\" },\n    \"&ll;\": { \"codepoints\": [8810], \"characters\": \"\\u226A\" },\n    \"&Ll;\": { \"codepoints\": [8920], \"characters\": \"\\u22D8\" },\n    \"&llcorner;\": { \"codepoints\": [8990], \"characters\": \"\\u231E\" },\n    \"&Lleftarrow;\": { \"codepoints\": [8666], \"characters\": \"\\u21DA\" },\n    \"&llhard;\": { \"codepoints\": [10603], \"characters\": \"\\u296B\" },\n    \"&lltri;\": { \"codepoints\": [9722], \"characters\": \"\\u25FA\" },\n    \"&Lmidot;\": { \"codepoints\": [319], \"characters\": \"\\u013F\" },\n    \"&lmidot;\": { \"codepoints\": [320], \"characters\": \"\\u0140\" },\n    \"&lmoustache;\": { \"codepoints\": [9136], \"characters\": \"\\u23B0\" },\n    \"&lmoust;\": { \"codepoints\": [9136], \"characters\": \"\\u23B0\" },\n    \"&lnap;\": { \"codepoints\": [10889], \"characters\": \"\\u2A89\" },\n    \"&lnapprox;\": { \"codepoints\": [10889], \"characters\": \"\\u2A89\" },\n    \"&lne;\": { \"codepoints\": [10887], \"characters\": \"\\u2A87\" },\n    \"&lnE;\": { \"codepoints\": [8808], \"characters\": \"\\u2268\" },\n    \"&lneq;\": { \"codepoints\": [10887], \"characters\": \"\\u2A87\" },\n    \"&lneqq;\": { \"codepoints\": [8808], \"characters\": \"\\u2268\" },\n    \"&lnsim;\": { \"codepoints\": [8934], \"characters\": \"\\u22E6\" },\n    \"&loang;\": { \"codepoints\": [10220], \"characters\": \"\\u27EC\" },\n    \"&loarr;\": { \"codepoints\": [8701], \"characters\": \"\\u21FD\" },\n    \"&lobrk;\": { \"codepoints\": [10214], \"characters\": \"\\u27E6\" },\n    \"&longleftarrow;\": { \"codepoints\": [10229], \"characters\": \"\\u27F5\" },\n    \"&LongLeftArrow;\": { \"codepoints\": [10229], \"characters\": \"\\u27F5\" },\n    \"&Longleftarrow;\": { \"codepoints\": [10232], \"characters\": \"\\u27F8\" },\n    \"&longleftrightarrow;\": { \"codepoints\": [10231], \"characters\": \"\\u27F7\" },\n    \"&LongLeftRightArrow;\": { \"codepoints\": [10231], \"characters\": \"\\u27F7\" },\n    \"&Longleftrightarrow;\": { \"codepoints\": [10234], \"characters\": \"\\u27FA\" },\n    \"&longmapsto;\": { \"codepoints\": [10236], \"characters\": \"\\u27FC\" },\n    \"&longrightarrow;\": { \"codepoints\": [10230], \"characters\": \"\\u27F6\" },\n    \"&LongRightArrow;\": { \"codepoints\": [10230], \"characters\": \"\\u27F6\" },\n    \"&Longrightarrow;\": { \"codepoints\": [10233], \"characters\": \"\\u27F9\" },\n    \"&looparrowleft;\": { \"codepoints\": [8619], \"characters\": \"\\u21AB\" },\n    \"&looparrowright;\": { \"codepoints\": [8620], \"characters\": \"\\u21AC\" },\n    \"&lopar;\": { \"codepoints\": [10629], \"characters\": \"\\u2985\" },\n    \"&Lopf;\": { \"codepoints\": [120131], \"characters\": \"\\uD835\\uDD43\" },\n    \"&lopf;\": { \"codepoints\": [120157], \"characters\": \"\\uD835\\uDD5D\" },\n    \"&loplus;\": { \"codepoints\": [10797], \"characters\": \"\\u2A2D\" },\n    \"&lotimes;\": { \"codepoints\": [10804], \"characters\": \"\\u2A34\" },\n    \"&lowast;\": { \"codepoints\": [8727], \"characters\": \"\\u2217\" },\n    \"&lowbar;\": { \"codepoints\": [95], \"characters\": \"\\u005F\" },\n    \"&LowerLeftArrow;\": { \"codepoints\": [8601], \"characters\": \"\\u2199\" },\n    \"&LowerRightArrow;\": { \"codepoints\": [8600], \"characters\": \"\\u2198\" },\n    \"&loz;\": { \"codepoints\": [9674], \"characters\": \"\\u25CA\" },\n    \"&lozenge;\": { \"codepoints\": [9674], \"characters\": \"\\u25CA\" },\n    \"&lozf;\": { \"codepoints\": [10731], \"characters\": \"\\u29EB\" },\n    \"&lpar;\": { \"codepoints\": [40], \"characters\": \"\\u0028\" },\n    \"&lparlt;\": { \"codepoints\": [10643], \"characters\": \"\\u2993\" },\n    \"&lrarr;\": { \"codepoints\": [8646], \"characters\": \"\\u21C6\" },\n    \"&lrcorner;\": { \"codepoints\": [8991], \"characters\": \"\\u231F\" },\n    \"&lrhar;\": { \"codepoints\": [8651], \"characters\": \"\\u21CB\" },\n    \"&lrhard;\": { \"codepoints\": [10605], \"characters\": \"\\u296D\" },\n    \"&lrm;\": { \"codepoints\": [8206], \"characters\": \"\\u200E\" },\n    \"&lrtri;\": { \"codepoints\": [8895], \"characters\": \"\\u22BF\" },\n    \"&lsaquo;\": { \"codepoints\": [8249], \"characters\": \"\\u2039\" },\n    \"&lscr;\": { \"codepoints\": [120001], \"characters\": \"\\uD835\\uDCC1\" },\n    \"&Lscr;\": { \"codepoints\": [8466], \"characters\": \"\\u2112\" },\n    \"&lsh;\": { \"codepoints\": [8624], \"characters\": \"\\u21B0\" },\n    \"&Lsh;\": { \"codepoints\": [8624], \"characters\": \"\\u21B0\" },\n    \"&lsim;\": { \"codepoints\": [8818], \"characters\": \"\\u2272\" },\n    \"&lsime;\": { \"codepoints\": [10893], \"characters\": \"\\u2A8D\" },\n    \"&lsimg;\": { \"codepoints\": [10895], \"characters\": \"\\u2A8F\" },\n    \"&lsqb;\": { \"codepoints\": [91], \"characters\": \"\\u005B\" },\n    \"&lsquo;\": { \"codepoints\": [8216], \"characters\": \"\\u2018\" },\n    \"&lsquor;\": { \"codepoints\": [8218], \"characters\": \"\\u201A\" },\n    \"&Lstrok;\": { \"codepoints\": [321], \"characters\": \"\\u0141\" },\n    \"&lstrok;\": { \"codepoints\": [322], \"characters\": \"\\u0142\" },\n    \"&ltcc;\": { \"codepoints\": [10918], \"characters\": \"\\u2AA6\" },\n    \"&ltcir;\": { \"codepoints\": [10873], \"characters\": \"\\u2A79\" },\n    \"&lt;\": { \"codepoints\": [60], \"characters\": \"\\u003C\" },\n    \"&lt\": { \"codepoints\": [60], \"characters\": \"\\u003C\" },\n    \"&LT;\": { \"codepoints\": [60], \"characters\": \"\\u003C\" },\n    \"&LT\": { \"codepoints\": [60], \"characters\": \"\\u003C\" },\n    \"&Lt;\": { \"codepoints\": [8810], \"characters\": \"\\u226A\" },\n    \"&ltdot;\": { \"codepoints\": [8918], \"characters\": \"\\u22D6\" },\n    \"&lthree;\": { \"codepoints\": [8907], \"characters\": \"\\u22CB\" },\n    \"&ltimes;\": { \"codepoints\": [8905], \"characters\": \"\\u22C9\" },\n    \"&ltlarr;\": { \"codepoints\": [10614], \"characters\": \"\\u2976\" },\n    \"&ltquest;\": { \"codepoints\": [10875], \"characters\": \"\\u2A7B\" },\n    \"&ltri;\": { \"codepoints\": [9667], \"characters\": \"\\u25C3\" },\n    \"&ltrie;\": { \"codepoints\": [8884], \"characters\": \"\\u22B4\" },\n    \"&ltrif;\": { \"codepoints\": [9666], \"characters\": \"\\u25C2\" },\n    \"&ltrPar;\": { \"codepoints\": [10646], \"characters\": \"\\u2996\" },\n    \"&lurdshar;\": { \"codepoints\": [10570], \"characters\": \"\\u294A\" },\n    \"&luruhar;\": { \"codepoints\": [10598], \"characters\": \"\\u2966\" },\n    \"&lvertneqq;\": { \"codepoints\": [8808, 65024], \"characters\": \"\\u2268\\uFE00\" },\n    \"&lvnE;\": { \"codepoints\": [8808, 65024], \"characters\": \"\\u2268\\uFE00\" },\n    \"&macr;\": { \"codepoints\": [175], \"characters\": \"\\u00AF\" },\n    \"&macr\": { \"codepoints\": [175], \"characters\": \"\\u00AF\" },\n    \"&male;\": { \"codepoints\": [9794], \"characters\": \"\\u2642\" },\n    \"&malt;\": { \"codepoints\": [10016], \"characters\": \"\\u2720\" },\n    \"&maltese;\": { \"codepoints\": [10016], \"characters\": \"\\u2720\" },\n    \"&Map;\": { \"codepoints\": [10501], \"characters\": \"\\u2905\" },\n    \"&map;\": { \"codepoints\": [8614], \"characters\": \"\\u21A6\" },\n    \"&mapsto;\": { \"codepoints\": [8614], \"characters\": \"\\u21A6\" },\n    \"&mapstodown;\": { \"codepoints\": [8615], \"characters\": \"\\u21A7\" },\n    \"&mapstoleft;\": { \"codepoints\": [8612], \"characters\": \"\\u21A4\" },\n    \"&mapstoup;\": { \"codepoints\": [8613], \"characters\": \"\\u21A5\" },\n    \"&marker;\": { \"codepoints\": [9646], \"characters\": \"\\u25AE\" },\n    \"&mcomma;\": { \"codepoints\": [10793], \"characters\": \"\\u2A29\" },\n    \"&Mcy;\": { \"codepoints\": [1052], \"characters\": \"\\u041C\" },\n    \"&mcy;\": { \"codepoints\": [1084], \"characters\": \"\\u043C\" },\n    \"&mdash;\": { \"codepoints\": [8212], \"characters\": \"\\u2014\" },\n    \"&mDDot;\": { \"codepoints\": [8762], \"characters\": \"\\u223A\" },\n    \"&measuredangle;\": { \"codepoints\": [8737], \"characters\": \"\\u2221\" },\n    \"&MediumSpace;\": { \"codepoints\": [8287], \"characters\": \"\\u205F\" },\n    \"&Mellintrf;\": { \"codepoints\": [8499], \"characters\": \"\\u2133\" },\n    \"&Mfr;\": { \"codepoints\": [120080], \"characters\": \"\\uD835\\uDD10\" },\n    \"&mfr;\": { \"codepoints\": [120106], \"characters\": \"\\uD835\\uDD2A\" },\n    \"&mho;\": { \"codepoints\": [8487], \"characters\": \"\\u2127\" },\n    \"&micro;\": { \"codepoints\": [181], \"characters\": \"\\u00B5\" },\n    \"&micro\": { \"codepoints\": [181], \"characters\": \"\\u00B5\" },\n    \"&midast;\": { \"codepoints\": [42], \"characters\": \"\\u002A\" },\n    \"&midcir;\": { \"codepoints\": [10992], \"characters\": \"\\u2AF0\" },\n    \"&mid;\": { \"codepoints\": [8739], \"characters\": \"\\u2223\" },\n    \"&middot;\": { \"codepoints\": [183], \"characters\": \"\\u00B7\" },\n    \"&middot\": { \"codepoints\": [183], \"characters\": \"\\u00B7\" },\n    \"&minusb;\": { \"codepoints\": [8863], \"characters\": \"\\u229F\" },\n    \"&minus;\": { \"codepoints\": [8722], \"characters\": \"\\u2212\" },\n    \"&minusd;\": { \"codepoints\": [8760], \"characters\": \"\\u2238\" },\n    \"&minusdu;\": { \"codepoints\": [10794], \"characters\": \"\\u2A2A\" },\n    \"&MinusPlus;\": { \"codepoints\": [8723], \"characters\": \"\\u2213\" },\n    \"&mlcp;\": { \"codepoints\": [10971], \"characters\": \"\\u2ADB\" },\n    \"&mldr;\": { \"codepoints\": [8230], \"characters\": \"\\u2026\" },\n    \"&mnplus;\": { \"codepoints\": [8723], \"characters\": \"\\u2213\" },\n    \"&models;\": { \"codepoints\": [8871], \"characters\": \"\\u22A7\" },\n    \"&Mopf;\": { \"codepoints\": [120132], \"characters\": \"\\uD835\\uDD44\" },\n    \"&mopf;\": { \"codepoints\": [120158], \"characters\": \"\\uD835\\uDD5E\" },\n    \"&mp;\": { \"codepoints\": [8723], \"characters\": \"\\u2213\" },\n    \"&mscr;\": { \"codepoints\": [120002], \"characters\": \"\\uD835\\uDCC2\" },\n    \"&Mscr;\": { \"codepoints\": [8499], \"characters\": \"\\u2133\" },\n    \"&mstpos;\": { \"codepoints\": [8766], \"characters\": \"\\u223E\" },\n    \"&Mu;\": { \"codepoints\": [924], \"characters\": \"\\u039C\" },\n    \"&mu;\": { \"codepoints\": [956], \"characters\": \"\\u03BC\" },\n    \"&multimap;\": { \"codepoints\": [8888], \"characters\": \"\\u22B8\" },\n    \"&mumap;\": { \"codepoints\": [8888], \"characters\": \"\\u22B8\" },\n    \"&nabla;\": { \"codepoints\": [8711], \"characters\": \"\\u2207\" },\n    \"&Nacute;\": { \"codepoints\": [323], \"characters\": \"\\u0143\" },\n    \"&nacute;\": { \"codepoints\": [324], \"characters\": \"\\u0144\" },\n    \"&nang;\": { \"codepoints\": [8736, 8402], \"characters\": \"\\u2220\\u20D2\" },\n    \"&nap;\": { \"codepoints\": [8777], \"characters\": \"\\u2249\" },\n    \"&napE;\": { \"codepoints\": [10864, 824], \"characters\": \"\\u2A70\\u0338\" },\n    \"&napid;\": { \"codepoints\": [8779, 824], \"characters\": \"\\u224B\\u0338\" },\n    \"&napos;\": { \"codepoints\": [329], \"characters\": \"\\u0149\" },\n    \"&napprox;\": { \"codepoints\": [8777], \"characters\": \"\\u2249\" },\n    \"&natural;\": { \"codepoints\": [9838], \"characters\": \"\\u266E\" },\n    \"&naturals;\": { \"codepoints\": [8469], \"characters\": \"\\u2115\" },\n    \"&natur;\": { \"codepoints\": [9838], \"characters\": \"\\u266E\" },\n    \"&nbsp;\": { \"codepoints\": [160], \"characters\": \"\\u00A0\" },\n    \"&nbsp\": { \"codepoints\": [160], \"characters\": \"\\u00A0\" },\n    \"&nbump;\": { \"codepoints\": [8782, 824], \"characters\": \"\\u224E\\u0338\" },\n    \"&nbumpe;\": { \"codepoints\": [8783, 824], \"characters\": \"\\u224F\\u0338\" },\n    \"&ncap;\": { \"codepoints\": [10819], \"characters\": \"\\u2A43\" },\n    \"&Ncaron;\": { \"codepoints\": [327], \"characters\": \"\\u0147\" },\n    \"&ncaron;\": { \"codepoints\": [328], \"characters\": \"\\u0148\" },\n    \"&Ncedil;\": { \"codepoints\": [325], \"characters\": \"\\u0145\" },\n    \"&ncedil;\": { \"codepoints\": [326], \"characters\": \"\\u0146\" },\n    \"&ncong;\": { \"codepoints\": [8775], \"characters\": \"\\u2247\" },\n    \"&ncongdot;\": { \"codepoints\": [10861, 824], \"characters\": \"\\u2A6D\\u0338\" },\n    \"&ncup;\": { \"codepoints\": [10818], \"characters\": \"\\u2A42\" },\n    \"&Ncy;\": { \"codepoints\": [1053], \"characters\": \"\\u041D\" },\n    \"&ncy;\": { \"codepoints\": [1085], \"characters\": \"\\u043D\" },\n    \"&ndash;\": { \"codepoints\": [8211], \"characters\": \"\\u2013\" },\n    \"&nearhk;\": { \"codepoints\": [10532], \"characters\": \"\\u2924\" },\n    \"&nearr;\": { \"codepoints\": [8599], \"characters\": \"\\u2197\" },\n    \"&neArr;\": { \"codepoints\": [8663], \"characters\": \"\\u21D7\" },\n    \"&nearrow;\": { \"codepoints\": [8599], \"characters\": \"\\u2197\" },\n    \"&ne;\": { \"codepoints\": [8800], \"characters\": \"\\u2260\" },\n    \"&nedot;\": { \"codepoints\": [8784, 824], \"characters\": \"\\u2250\\u0338\" },\n    \"&NegativeMediumSpace;\": { \"codepoints\": [8203], \"characters\": \"\\u200B\" },\n    \"&NegativeThickSpace;\": { \"codepoints\": [8203], \"characters\": \"\\u200B\" },\n    \"&NegativeThinSpace;\": { \"codepoints\": [8203], \"characters\": \"\\u200B\" },\n    \"&NegativeVeryThinSpace;\": { \"codepoints\": [8203], \"characters\": \"\\u200B\" },\n    \"&nequiv;\": { \"codepoints\": [8802], \"characters\": \"\\u2262\" },\n    \"&nesear;\": { \"codepoints\": [10536], \"characters\": \"\\u2928\" },\n    \"&nesim;\": { \"codepoints\": [8770, 824], \"characters\": \"\\u2242\\u0338\" },\n    \"&NestedGreaterGreater;\": { \"codepoints\": [8811], \"characters\": \"\\u226B\" },\n    \"&NestedLessLess;\": { \"codepoints\": [8810], \"characters\": \"\\u226A\" },\n    \"&NewLine;\": { \"codepoints\": [10], \"characters\": \"\\u000A\" },\n    \"&nexist;\": { \"codepoints\": [8708], \"characters\": \"\\u2204\" },\n    \"&nexists;\": { \"codepoints\": [8708], \"characters\": \"\\u2204\" },\n    \"&Nfr;\": { \"codepoints\": [120081], \"characters\": \"\\uD835\\uDD11\" },\n    \"&nfr;\": { \"codepoints\": [120107], \"characters\": \"\\uD835\\uDD2B\" },\n    \"&ngE;\": { \"codepoints\": [8807, 824], \"characters\": \"\\u2267\\u0338\" },\n    \"&nge;\": { \"codepoints\": [8817], \"characters\": \"\\u2271\" },\n    \"&ngeq;\": { \"codepoints\": [8817], \"characters\": \"\\u2271\" },\n    \"&ngeqq;\": { \"codepoints\": [8807, 824], \"characters\": \"\\u2267\\u0338\" },\n    \"&ngeqslant;\": { \"codepoints\": [10878, 824], \"characters\": \"\\u2A7E\\u0338\" },\n    \"&nges;\": { \"codepoints\": [10878, 824], \"characters\": \"\\u2A7E\\u0338\" },\n    \"&nGg;\": { \"codepoints\": [8921, 824], \"characters\": \"\\u22D9\\u0338\" },\n    \"&ngsim;\": { \"codepoints\": [8821], \"characters\": \"\\u2275\" },\n    \"&nGt;\": { \"codepoints\": [8811, 8402], \"characters\": \"\\u226B\\u20D2\" },\n    \"&ngt;\": { \"codepoints\": [8815], \"characters\": \"\\u226F\" },\n    \"&ngtr;\": { \"codepoints\": [8815], \"characters\": \"\\u226F\" },\n    \"&nGtv;\": { \"codepoints\": [8811, 824], \"characters\": \"\\u226B\\u0338\" },\n    \"&nharr;\": { \"codepoints\": [8622], \"characters\": \"\\u21AE\" },\n    \"&nhArr;\": { \"codepoints\": [8654], \"characters\": \"\\u21CE\" },\n    \"&nhpar;\": { \"codepoints\": [10994], \"characters\": \"\\u2AF2\" },\n    \"&ni;\": { \"codepoints\": [8715], \"characters\": \"\\u220B\" },\n    \"&nis;\": { \"codepoints\": [8956], \"characters\": \"\\u22FC\" },\n    \"&nisd;\": { \"codepoints\": [8954], \"characters\": \"\\u22FA\" },\n    \"&niv;\": { \"codepoints\": [8715], \"characters\": \"\\u220B\" },\n    \"&NJcy;\": { \"codepoints\": [1034], \"characters\": \"\\u040A\" },\n    \"&njcy;\": { \"codepoints\": [1114], \"characters\": \"\\u045A\" },\n    \"&nlarr;\": { \"codepoints\": [8602], \"characters\": \"\\u219A\" },\n    \"&nlArr;\": { \"codepoints\": [8653], \"characters\": \"\\u21CD\" },\n    \"&nldr;\": { \"codepoints\": [8229], \"characters\": \"\\u2025\" },\n    \"&nlE;\": { \"codepoints\": [8806, 824], \"characters\": \"\\u2266\\u0338\" },\n    \"&nle;\": { \"codepoints\": [8816], \"characters\": \"\\u2270\" },\n    \"&nleftarrow;\": { \"codepoints\": [8602], \"characters\": \"\\u219A\" },\n    \"&nLeftarrow;\": { \"codepoints\": [8653], \"characters\": \"\\u21CD\" },\n    \"&nleftrightarrow;\": { \"codepoints\": [8622], \"characters\": \"\\u21AE\" },\n    \"&nLeftrightarrow;\": { \"codepoints\": [8654], \"characters\": \"\\u21CE\" },\n    \"&nleq;\": { \"codepoints\": [8816], \"characters\": \"\\u2270\" },\n    \"&nleqq;\": { \"codepoints\": [8806, 824], \"characters\": \"\\u2266\\u0338\" },\n    \"&nleqslant;\": { \"codepoints\": [10877, 824], \"characters\": \"\\u2A7D\\u0338\" },\n    \"&nles;\": { \"codepoints\": [10877, 824], \"characters\": \"\\u2A7D\\u0338\" },\n    \"&nless;\": { \"codepoints\": [8814], \"characters\": \"\\u226E\" },\n    \"&nLl;\": { \"codepoints\": [8920, 824], \"characters\": \"\\u22D8\\u0338\" },\n    \"&nlsim;\": { \"codepoints\": [8820], \"characters\": \"\\u2274\" },\n    \"&nLt;\": { \"codepoints\": [8810, 8402], \"characters\": \"\\u226A\\u20D2\" },\n    \"&nlt;\": { \"codepoints\": [8814], \"characters\": \"\\u226E\" },\n    \"&nltri;\": { \"codepoints\": [8938], \"characters\": \"\\u22EA\" },\n    \"&nltrie;\": { \"codepoints\": [8940], \"characters\": \"\\u22EC\" },\n    \"&nLtv;\": { \"codepoints\": [8810, 824], \"characters\": \"\\u226A\\u0338\" },\n    \"&nmid;\": { \"codepoints\": [8740], \"characters\": \"\\u2224\" },\n    \"&NoBreak;\": { \"codepoints\": [8288], \"characters\": \"\\u2060\" },\n    \"&NonBreakingSpace;\": { \"codepoints\": [160], \"characters\": \"\\u00A0\" },\n    \"&nopf;\": { \"codepoints\": [120159], \"characters\": \"\\uD835\\uDD5F\" },\n    \"&Nopf;\": { \"codepoints\": [8469], \"characters\": \"\\u2115\" },\n    \"&Not;\": { \"codepoints\": [10988], \"characters\": \"\\u2AEC\" },\n    \"&not;\": { \"codepoints\": [172], \"characters\": \"\\u00AC\" },\n    \"&not\": { \"codepoints\": [172], \"characters\": \"\\u00AC\" },\n    \"&NotCongruent;\": { \"codepoints\": [8802], \"characters\": \"\\u2262\" },\n    \"&NotCupCap;\": { \"codepoints\": [8813], \"characters\": \"\\u226D\" },\n    \"&NotDoubleVerticalBar;\": { \"codepoints\": [8742], \"characters\": \"\\u2226\" },\n    \"&NotElement;\": { \"codepoints\": [8713], \"characters\": \"\\u2209\" },\n    \"&NotEqual;\": { \"codepoints\": [8800], \"characters\": \"\\u2260\" },\n    \"&NotEqualTilde;\": { \"codepoints\": [8770, 824], \"characters\": \"\\u2242\\u0338\" },\n    \"&NotExists;\": { \"codepoints\": [8708], \"characters\": \"\\u2204\" },\n    \"&NotGreater;\": { \"codepoints\": [8815], \"characters\": \"\\u226F\" },\n    \"&NotGreaterEqual;\": { \"codepoints\": [8817], \"characters\": \"\\u2271\" },\n    \"&NotGreaterFullEqual;\": { \"codepoints\": [8807, 824], \"characters\": \"\\u2267\\u0338\" },\n    \"&NotGreaterGreater;\": { \"codepoints\": [8811, 824], \"characters\": \"\\u226B\\u0338\" },\n    \"&NotGreaterLess;\": { \"codepoints\": [8825], \"characters\": \"\\u2279\" },\n    \"&NotGreaterSlantEqual;\": { \"codepoints\": [10878, 824], \"characters\": \"\\u2A7E\\u0338\" },\n    \"&NotGreaterTilde;\": { \"codepoints\": [8821], \"characters\": \"\\u2275\" },\n    \"&NotHumpDownHump;\": { \"codepoints\": [8782, 824], \"characters\": \"\\u224E\\u0338\" },\n    \"&NotHumpEqual;\": { \"codepoints\": [8783, 824], \"characters\": \"\\u224F\\u0338\" },\n    \"&notin;\": { \"codepoints\": [8713], \"characters\": \"\\u2209\" },\n    \"&notindot;\": { \"codepoints\": [8949, 824], \"characters\": \"\\u22F5\\u0338\" },\n    \"&notinE;\": { \"codepoints\": [8953, 824], \"characters\": \"\\u22F9\\u0338\" },\n    \"&notinva;\": { \"codepoints\": [8713], \"characters\": \"\\u2209\" },\n    \"&notinvb;\": { \"codepoints\": [8951], \"characters\": \"\\u22F7\" },\n    \"&notinvc;\": { \"codepoints\": [8950], \"characters\": \"\\u22F6\" },\n    \"&NotLeftTriangleBar;\": { \"codepoints\": [10703, 824], \"characters\": \"\\u29CF\\u0338\" },\n    \"&NotLeftTriangle;\": { \"codepoints\": [8938], \"characters\": \"\\u22EA\" },\n    \"&NotLeftTriangleEqual;\": { \"codepoints\": [8940], \"characters\": \"\\u22EC\" },\n    \"&NotLess;\": { \"codepoints\": [8814], \"characters\": \"\\u226E\" },\n    \"&NotLessEqual;\": { \"codepoints\": [8816], \"characters\": \"\\u2270\" },\n    \"&NotLessGreater;\": { \"codepoints\": [8824], \"characters\": \"\\u2278\" },\n    \"&NotLessLess;\": { \"codepoints\": [8810, 824], \"characters\": \"\\u226A\\u0338\" },\n    \"&NotLessSlantEqual;\": { \"codepoints\": [10877, 824], \"characters\": \"\\u2A7D\\u0338\" },\n    \"&NotLessTilde;\": { \"codepoints\": [8820], \"characters\": \"\\u2274\" },\n    \"&NotNestedGreaterGreater;\": { \"codepoints\": [10914, 824], \"characters\": \"\\u2AA2\\u0338\" },\n    \"&NotNestedLessLess;\": { \"codepoints\": [10913, 824], \"characters\": \"\\u2AA1\\u0338\" },\n    \"&notni;\": { \"codepoints\": [8716], \"characters\": \"\\u220C\" },\n    \"&notniva;\": { \"codepoints\": [8716], \"characters\": \"\\u220C\" },\n    \"&notnivb;\": { \"codepoints\": [8958], \"characters\": \"\\u22FE\" },\n    \"&notnivc;\": { \"codepoints\": [8957], \"characters\": \"\\u22FD\" },\n    \"&NotPrecedes;\": { \"codepoints\": [8832], \"characters\": \"\\u2280\" },\n    \"&NotPrecedesEqual;\": { \"codepoints\": [10927, 824], \"characters\": \"\\u2AAF\\u0338\" },\n    \"&NotPrecedesSlantEqual;\": { \"codepoints\": [8928], \"characters\": \"\\u22E0\" },\n    \"&NotReverseElement;\": { \"codepoints\": [8716], \"characters\": \"\\u220C\" },\n    \"&NotRightTriangleBar;\": { \"codepoints\": [10704, 824], \"characters\": \"\\u29D0\\u0338\" },\n    \"&NotRightTriangle;\": { \"codepoints\": [8939], \"characters\": \"\\u22EB\" },\n    \"&NotRightTriangleEqual;\": { \"codepoints\": [8941], \"characters\": \"\\u22ED\" },\n    \"&NotSquareSubset;\": { \"codepoints\": [8847, 824], \"characters\": \"\\u228F\\u0338\" },\n    \"&NotSquareSubsetEqual;\": { \"codepoints\": [8930], \"characters\": \"\\u22E2\" },\n    \"&NotSquareSuperset;\": { \"codepoints\": [8848, 824], \"characters\": \"\\u2290\\u0338\" },\n    \"&NotSquareSupersetEqual;\": { \"codepoints\": [8931], \"characters\": \"\\u22E3\" },\n    \"&NotSubset;\": { \"codepoints\": [8834, 8402], \"characters\": \"\\u2282\\u20D2\" },\n    \"&NotSubsetEqual;\": { \"codepoints\": [8840], \"characters\": \"\\u2288\" },\n    \"&NotSucceeds;\": { \"codepoints\": [8833], \"characters\": \"\\u2281\" },\n    \"&NotSucceedsEqual;\": { \"codepoints\": [10928, 824], \"characters\": \"\\u2AB0\\u0338\" },\n    \"&NotSucceedsSlantEqual;\": { \"codepoints\": [8929], \"characters\": \"\\u22E1\" },\n    \"&NotSucceedsTilde;\": { \"codepoints\": [8831, 824], \"characters\": \"\\u227F\\u0338\" },\n    \"&NotSuperset;\": { \"codepoints\": [8835, 8402], \"characters\": \"\\u2283\\u20D2\" },\n    \"&NotSupersetEqual;\": { \"codepoints\": [8841], \"characters\": \"\\u2289\" },\n    \"&NotTilde;\": { \"codepoints\": [8769], \"characters\": \"\\u2241\" },\n    \"&NotTildeEqual;\": { \"codepoints\": [8772], \"characters\": \"\\u2244\" },\n    \"&NotTildeFullEqual;\": { \"codepoints\": [8775], \"characters\": \"\\u2247\" },\n    \"&NotTildeTilde;\": { \"codepoints\": [8777], \"characters\": \"\\u2249\" },\n    \"&NotVerticalBar;\": { \"codepoints\": [8740], \"characters\": \"\\u2224\" },\n    \"&nparallel;\": { \"codepoints\": [8742], \"characters\": \"\\u2226\" },\n    \"&npar;\": { \"codepoints\": [8742], \"characters\": \"\\u2226\" },\n    \"&nparsl;\": { \"codepoints\": [11005, 8421], \"characters\": \"\\u2AFD\\u20E5\" },\n    \"&npart;\": { \"codepoints\": [8706, 824], \"characters\": \"\\u2202\\u0338\" },\n    \"&npolint;\": { \"codepoints\": [10772], \"characters\": \"\\u2A14\" },\n    \"&npr;\": { \"codepoints\": [8832], \"characters\": \"\\u2280\" },\n    \"&nprcue;\": { \"codepoints\": [8928], \"characters\": \"\\u22E0\" },\n    \"&nprec;\": { \"codepoints\": [8832], \"characters\": \"\\u2280\" },\n    \"&npreceq;\": { \"codepoints\": [10927, 824], \"characters\": \"\\u2AAF\\u0338\" },\n    \"&npre;\": { \"codepoints\": [10927, 824], \"characters\": \"\\u2AAF\\u0338\" },\n    \"&nrarrc;\": { \"codepoints\": [10547, 824], \"characters\": \"\\u2933\\u0338\" },\n    \"&nrarr;\": { \"codepoints\": [8603], \"characters\": \"\\u219B\" },\n    \"&nrArr;\": { \"codepoints\": [8655], \"characters\": \"\\u21CF\" },\n    \"&nrarrw;\": { \"codepoints\": [8605, 824], \"characters\": \"\\u219D\\u0338\" },\n    \"&nrightarrow;\": { \"codepoints\": [8603], \"characters\": \"\\u219B\" },\n    \"&nRightarrow;\": { \"codepoints\": [8655], \"characters\": \"\\u21CF\" },\n    \"&nrtri;\": { \"codepoints\": [8939], \"characters\": \"\\u22EB\" },\n    \"&nrtrie;\": { \"codepoints\": [8941], \"characters\": \"\\u22ED\" },\n    \"&nsc;\": { \"codepoints\": [8833], \"characters\": \"\\u2281\" },\n    \"&nsccue;\": { \"codepoints\": [8929], \"characters\": \"\\u22E1\" },\n    \"&nsce;\": { \"codepoints\": [10928, 824], \"characters\": \"\\u2AB0\\u0338\" },\n    \"&Nscr;\": { \"codepoints\": [119977], \"characters\": \"\\uD835\\uDCA9\" },\n    \"&nscr;\": { \"codepoints\": [120003], \"characters\": \"\\uD835\\uDCC3\" },\n    \"&nshortmid;\": { \"codepoints\": [8740], \"characters\": \"\\u2224\" },\n    \"&nshortparallel;\": { \"codepoints\": [8742], \"characters\": \"\\u2226\" },\n    \"&nsim;\": { \"codepoints\": [8769], \"characters\": \"\\u2241\" },\n    \"&nsime;\": { \"codepoints\": [8772], \"characters\": \"\\u2244\" },\n    \"&nsimeq;\": { \"codepoints\": [8772], \"characters\": \"\\u2244\" },\n    \"&nsmid;\": { \"codepoints\": [8740], \"characters\": \"\\u2224\" },\n    \"&nspar;\": { \"codepoints\": [8742], \"characters\": \"\\u2226\" },\n    \"&nsqsube;\": { \"codepoints\": [8930], \"characters\": \"\\u22E2\" },\n    \"&nsqsupe;\": { \"codepoints\": [8931], \"characters\": \"\\u22E3\" },\n    \"&nsub;\": { \"codepoints\": [8836], \"characters\": \"\\u2284\" },\n    \"&nsubE;\": { \"codepoints\": [10949, 824], \"characters\": \"\\u2AC5\\u0338\" },\n    \"&nsube;\": { \"codepoints\": [8840], \"characters\": \"\\u2288\" },\n    \"&nsubset;\": { \"codepoints\": [8834, 8402], \"characters\": \"\\u2282\\u20D2\" },\n    \"&nsubseteq;\": { \"codepoints\": [8840], \"characters\": \"\\u2288\" },\n    \"&nsubseteqq;\": { \"codepoints\": [10949, 824], \"characters\": \"\\u2AC5\\u0338\" },\n    \"&nsucc;\": { \"codepoints\": [8833], \"characters\": \"\\u2281\" },\n    \"&nsucceq;\": { \"codepoints\": [10928, 824], \"characters\": \"\\u2AB0\\u0338\" },\n    \"&nsup;\": { \"codepoints\": [8837], \"characters\": \"\\u2285\" },\n    \"&nsupE;\": { \"codepoints\": [10950, 824], \"characters\": \"\\u2AC6\\u0338\" },\n    \"&nsupe;\": { \"codepoints\": [8841], \"characters\": \"\\u2289\" },\n    \"&nsupset;\": { \"codepoints\": [8835, 8402], \"characters\": \"\\u2283\\u20D2\" },\n    \"&nsupseteq;\": { \"codepoints\": [8841], \"characters\": \"\\u2289\" },\n    \"&nsupseteqq;\": { \"codepoints\": [10950, 824], \"characters\": \"\\u2AC6\\u0338\" },\n    \"&ntgl;\": { \"codepoints\": [8825], \"characters\": \"\\u2279\" },\n    \"&Ntilde;\": { \"codepoints\": [209], \"characters\": \"\\u00D1\" },\n    \"&Ntilde\": { \"codepoints\": [209], \"characters\": \"\\u00D1\" },\n    \"&ntilde;\": { \"codepoints\": [241], \"characters\": \"\\u00F1\" },\n    \"&ntilde\": { \"codepoints\": [241], \"characters\": \"\\u00F1\" },\n    \"&ntlg;\": { \"codepoints\": [8824], \"characters\": \"\\u2278\" },\n    \"&ntriangleleft;\": { \"codepoints\": [8938], \"characters\": \"\\u22EA\" },\n    \"&ntrianglelefteq;\": { \"codepoints\": [8940], \"characters\": \"\\u22EC\" },\n    \"&ntriangleright;\": { \"codepoints\": [8939], \"characters\": \"\\u22EB\" },\n    \"&ntrianglerighteq;\": { \"codepoints\": [8941], \"characters\": \"\\u22ED\" },\n    \"&Nu;\": { \"codepoints\": [925], \"characters\": \"\\u039D\" },\n    \"&nu;\": { \"codepoints\": [957], \"characters\": \"\\u03BD\" },\n    \"&num;\": { \"codepoints\": [35], \"characters\": \"\\u0023\" },\n    \"&numero;\": { \"codepoints\": [8470], \"characters\": \"\\u2116\" },\n    \"&numsp;\": { \"codepoints\": [8199], \"characters\": \"\\u2007\" },\n    \"&nvap;\": { \"codepoints\": [8781, 8402], \"characters\": \"\\u224D\\u20D2\" },\n    \"&nvdash;\": { \"codepoints\": [8876], \"characters\": \"\\u22AC\" },\n    \"&nvDash;\": { \"codepoints\": [8877], \"characters\": \"\\u22AD\" },\n    \"&nVdash;\": { \"codepoints\": [8878], \"characters\": \"\\u22AE\" },\n    \"&nVDash;\": { \"codepoints\": [8879], \"characters\": \"\\u22AF\" },\n    \"&nvge;\": { \"codepoints\": [8805, 8402], \"characters\": \"\\u2265\\u20D2\" },\n    \"&nvgt;\": { \"codepoints\": [62, 8402], \"characters\": \"\\u003E\\u20D2\" },\n    \"&nvHarr;\": { \"codepoints\": [10500], \"characters\": \"\\u2904\" },\n    \"&nvinfin;\": { \"codepoints\": [10718], \"characters\": \"\\u29DE\" },\n    \"&nvlArr;\": { \"codepoints\": [10498], \"characters\": \"\\u2902\" },\n    \"&nvle;\": { \"codepoints\": [8804, 8402], \"characters\": \"\\u2264\\u20D2\" },\n    \"&nvlt;\": { \"codepoints\": [60, 8402], \"characters\": \"\\u003C\\u20D2\" },\n    \"&nvltrie;\": { \"codepoints\": [8884, 8402], \"characters\": \"\\u22B4\\u20D2\" },\n    \"&nvrArr;\": { \"codepoints\": [10499], \"characters\": \"\\u2903\" },\n    \"&nvrtrie;\": { \"codepoints\": [8885, 8402], \"characters\": \"\\u22B5\\u20D2\" },\n    \"&nvsim;\": { \"codepoints\": [8764, 8402], \"characters\": \"\\u223C\\u20D2\" },\n    \"&nwarhk;\": { \"codepoints\": [10531], \"characters\": \"\\u2923\" },\n    \"&nwarr;\": { \"codepoints\": [8598], \"characters\": \"\\u2196\" },\n    \"&nwArr;\": { \"codepoints\": [8662], \"characters\": \"\\u21D6\" },\n    \"&nwarrow;\": { \"codepoints\": [8598], \"characters\": \"\\u2196\" },\n    \"&nwnear;\": { \"codepoints\": [10535], \"characters\": \"\\u2927\" },\n    \"&Oacute;\": { \"codepoints\": [211], \"characters\": \"\\u00D3\" },\n    \"&Oacute\": { \"codepoints\": [211], \"characters\": \"\\u00D3\" },\n    \"&oacute;\": { \"codepoints\": [243], \"characters\": \"\\u00F3\" },\n    \"&oacute\": { \"codepoints\": [243], \"characters\": \"\\u00F3\" },\n    \"&oast;\": { \"codepoints\": [8859], \"characters\": \"\\u229B\" },\n    \"&Ocirc;\": { \"codepoints\": [212], \"characters\": \"\\u00D4\" },\n    \"&Ocirc\": { \"codepoints\": [212], \"characters\": \"\\u00D4\" },\n    \"&ocirc;\": { \"codepoints\": [244], \"characters\": \"\\u00F4\" },\n    \"&ocirc\": { \"codepoints\": [244], \"characters\": \"\\u00F4\" },\n    \"&ocir;\": { \"codepoints\": [8858], \"characters\": \"\\u229A\" },\n    \"&Ocy;\": { \"codepoints\": [1054], \"characters\": \"\\u041E\" },\n    \"&ocy;\": { \"codepoints\": [1086], \"characters\": \"\\u043E\" },\n    \"&odash;\": { \"codepoints\": [8861], \"characters\": \"\\u229D\" },\n    \"&Odblac;\": { \"codepoints\": [336], \"characters\": \"\\u0150\" },\n    \"&odblac;\": { \"codepoints\": [337], \"characters\": \"\\u0151\" },\n    \"&odiv;\": { \"codepoints\": [10808], \"characters\": \"\\u2A38\" },\n    \"&odot;\": { \"codepoints\": [8857], \"characters\": \"\\u2299\" },\n    \"&odsold;\": { \"codepoints\": [10684], \"characters\": \"\\u29BC\" },\n    \"&OElig;\": { \"codepoints\": [338], \"characters\": \"\\u0152\" },\n    \"&oelig;\": { \"codepoints\": [339], \"characters\": \"\\u0153\" },\n    \"&ofcir;\": { \"codepoints\": [10687], \"characters\": \"\\u29BF\" },\n    \"&Ofr;\": { \"codepoints\": [120082], \"characters\": \"\\uD835\\uDD12\" },\n    \"&ofr;\": { \"codepoints\": [120108], \"characters\": \"\\uD835\\uDD2C\" },\n    \"&ogon;\": { \"codepoints\": [731], \"characters\": \"\\u02DB\" },\n    \"&Ograve;\": { \"codepoints\": [210], \"characters\": \"\\u00D2\" },\n    \"&Ograve\": { \"codepoints\": [210], \"characters\": \"\\u00D2\" },\n    \"&ograve;\": { \"codepoints\": [242], \"characters\": \"\\u00F2\" },\n    \"&ograve\": { \"codepoints\": [242], \"characters\": \"\\u00F2\" },\n    \"&ogt;\": { \"codepoints\": [10689], \"characters\": \"\\u29C1\" },\n    \"&ohbar;\": { \"codepoints\": [10677], \"characters\": \"\\u29B5\" },\n    \"&ohm;\": { \"codepoints\": [937], \"characters\": \"\\u03A9\" },\n    \"&oint;\": { \"codepoints\": [8750], \"characters\": \"\\u222E\" },\n    \"&olarr;\": { \"codepoints\": [8634], \"characters\": \"\\u21BA\" },\n    \"&olcir;\": { \"codepoints\": [10686], \"characters\": \"\\u29BE\" },\n    \"&olcross;\": { \"codepoints\": [10683], \"characters\": \"\\u29BB\" },\n    \"&oline;\": { \"codepoints\": [8254], \"characters\": \"\\u203E\" },\n    \"&olt;\": { \"codepoints\": [10688], \"characters\": \"\\u29C0\" },\n    \"&Omacr;\": { \"codepoints\": [332], \"characters\": \"\\u014C\" },\n    \"&omacr;\": { \"codepoints\": [333], \"characters\": \"\\u014D\" },\n    \"&Omega;\": { \"codepoints\": [937], \"characters\": \"\\u03A9\" },\n    \"&omega;\": { \"codepoints\": [969], \"characters\": \"\\u03C9\" },\n    \"&Omicron;\": { \"codepoints\": [927], \"characters\": \"\\u039F\" },\n    \"&omicron;\": { \"codepoints\": [959], \"characters\": \"\\u03BF\" },\n    \"&omid;\": { \"codepoints\": [10678], \"characters\": \"\\u29B6\" },\n    \"&ominus;\": { \"codepoints\": [8854], \"characters\": \"\\u2296\" },\n    \"&Oopf;\": { \"codepoints\": [120134], \"characters\": \"\\uD835\\uDD46\" },\n    \"&oopf;\": { \"codepoints\": [120160], \"characters\": \"\\uD835\\uDD60\" },\n    \"&opar;\": { \"codepoints\": [10679], \"characters\": \"\\u29B7\" },\n    \"&OpenCurlyDoubleQuote;\": { \"codepoints\": [8220], \"characters\": \"\\u201C\" },\n    \"&OpenCurlyQuote;\": { \"codepoints\": [8216], \"characters\": \"\\u2018\" },\n    \"&operp;\": { \"codepoints\": [10681], \"characters\": \"\\u29B9\" },\n    \"&oplus;\": { \"codepoints\": [8853], \"characters\": \"\\u2295\" },\n    \"&orarr;\": { \"codepoints\": [8635], \"characters\": \"\\u21BB\" },\n    \"&Or;\": { \"codepoints\": [10836], \"characters\": \"\\u2A54\" },\n    \"&or;\": { \"codepoints\": [8744], \"characters\": \"\\u2228\" },\n    \"&ord;\": { \"codepoints\": [10845], \"characters\": \"\\u2A5D\" },\n    \"&order;\": { \"codepoints\": [8500], \"characters\": \"\\u2134\" },\n    \"&orderof;\": { \"codepoints\": [8500], \"characters\": \"\\u2134\" },\n    \"&ordf;\": { \"codepoints\": [170], \"characters\": \"\\u00AA\" },\n    \"&ordf\": { \"codepoints\": [170], \"characters\": \"\\u00AA\" },\n    \"&ordm;\": { \"codepoints\": [186], \"characters\": \"\\u00BA\" },\n    \"&ordm\": { \"codepoints\": [186], \"characters\": \"\\u00BA\" },\n    \"&origof;\": { \"codepoints\": [8886], \"characters\": \"\\u22B6\" },\n    \"&oror;\": { \"codepoints\": [10838], \"characters\": \"\\u2A56\" },\n    \"&orslope;\": { \"codepoints\": [10839], \"characters\": \"\\u2A57\" },\n    \"&orv;\": { \"codepoints\": [10843], \"characters\": \"\\u2A5B\" },\n    \"&oS;\": { \"codepoints\": [9416], \"characters\": \"\\u24C8\" },\n    \"&Oscr;\": { \"codepoints\": [119978], \"characters\": \"\\uD835\\uDCAA\" },\n    \"&oscr;\": { \"codepoints\": [8500], \"characters\": \"\\u2134\" },\n    \"&Oslash;\": { \"codepoints\": [216], \"characters\": \"\\u00D8\" },\n    \"&Oslash\": { \"codepoints\": [216], \"characters\": \"\\u00D8\" },\n    \"&oslash;\": { \"codepoints\": [248], \"characters\": \"\\u00F8\" },\n    \"&oslash\": { \"codepoints\": [248], \"characters\": \"\\u00F8\" },\n    \"&osol;\": { \"codepoints\": [8856], \"characters\": \"\\u2298\" },\n    \"&Otilde;\": { \"codepoints\": [213], \"characters\": \"\\u00D5\" },\n    \"&Otilde\": { \"codepoints\": [213], \"characters\": \"\\u00D5\" },\n    \"&otilde;\": { \"codepoints\": [245], \"characters\": \"\\u00F5\" },\n    \"&otilde\": { \"codepoints\": [245], \"characters\": \"\\u00F5\" },\n    \"&otimesas;\": { \"codepoints\": [10806], \"characters\": \"\\u2A36\" },\n    \"&Otimes;\": { \"codepoints\": [10807], \"characters\": \"\\u2A37\" },\n    \"&otimes;\": { \"codepoints\": [8855], \"characters\": \"\\u2297\" },\n    \"&Ouml;\": { \"codepoints\": [214], \"characters\": \"\\u00D6\" },\n    \"&Ouml\": { \"codepoints\": [214], \"characters\": \"\\u00D6\" },\n    \"&ouml;\": { \"codepoints\": [246], \"characters\": \"\\u00F6\" },\n    \"&ouml\": { \"codepoints\": [246], \"characters\": \"\\u00F6\" },\n    \"&ovbar;\": { \"codepoints\": [9021], \"characters\": \"\\u233D\" },\n    \"&OverBar;\": { \"codepoints\": [8254], \"characters\": \"\\u203E\" },\n    \"&OverBrace;\": { \"codepoints\": [9182], \"characters\": \"\\u23DE\" },\n    \"&OverBracket;\": { \"codepoints\": [9140], \"characters\": \"\\u23B4\" },\n    \"&OverParenthesis;\": { \"codepoints\": [9180], \"characters\": \"\\u23DC\" },\n    \"&para;\": { \"codepoints\": [182], \"characters\": \"\\u00B6\" },\n    \"&para\": { \"codepoints\": [182], \"characters\": \"\\u00B6\" },\n    \"&parallel;\": { \"codepoints\": [8741], \"characters\": \"\\u2225\" },\n    \"&par;\": { \"codepoints\": [8741], \"characters\": \"\\u2225\" },\n    \"&parsim;\": { \"codepoints\": [10995], \"characters\": \"\\u2AF3\" },\n    \"&parsl;\": { \"codepoints\": [11005], \"characters\": \"\\u2AFD\" },\n    \"&part;\": { \"codepoints\": [8706], \"characters\": \"\\u2202\" },\n    \"&PartialD;\": { \"codepoints\": [8706], \"characters\": \"\\u2202\" },\n    \"&Pcy;\": { \"codepoints\": [1055], \"characters\": \"\\u041F\" },\n    \"&pcy;\": { \"codepoints\": [1087], \"characters\": \"\\u043F\" },\n    \"&percnt;\": { \"codepoints\": [37], \"characters\": \"\\u0025\" },\n    \"&period;\": { \"codepoints\": [46], \"characters\": \"\\u002E\" },\n    \"&permil;\": { \"codepoints\": [8240], \"characters\": \"\\u2030\" },\n    \"&perp;\": { \"codepoints\": [8869], \"characters\": \"\\u22A5\" },\n    \"&pertenk;\": { \"codepoints\": [8241], \"characters\": \"\\u2031\" },\n    \"&Pfr;\": { \"codepoints\": [120083], \"characters\": \"\\uD835\\uDD13\" },\n    \"&pfr;\": { \"codepoints\": [120109], \"characters\": \"\\uD835\\uDD2D\" },\n    \"&Phi;\": { \"codepoints\": [934], \"characters\": \"\\u03A6\" },\n    \"&phi;\": { \"codepoints\": [966], \"characters\": \"\\u03C6\" },\n    \"&phiv;\": { \"codepoints\": [981], \"characters\": \"\\u03D5\" },\n    \"&phmmat;\": { \"codepoints\": [8499], \"characters\": \"\\u2133\" },\n    \"&phone;\": { \"codepoints\": [9742], \"characters\": \"\\u260E\" },\n    \"&Pi;\": { \"codepoints\": [928], \"characters\": \"\\u03A0\" },\n    \"&pi;\": { \"codepoints\": [960], \"characters\": \"\\u03C0\" },\n    \"&pitchfork;\": { \"codepoints\": [8916], \"characters\": \"\\u22D4\" },\n    \"&piv;\": { \"codepoints\": [982], \"characters\": \"\\u03D6\" },\n    \"&planck;\": { \"codepoints\": [8463], \"characters\": \"\\u210F\" },\n    \"&planckh;\": { \"codepoints\": [8462], \"characters\": \"\\u210E\" },\n    \"&plankv;\": { \"codepoints\": [8463], \"characters\": \"\\u210F\" },\n    \"&plusacir;\": { \"codepoints\": [10787], \"characters\": \"\\u2A23\" },\n    \"&plusb;\": { \"codepoints\": [8862], \"characters\": \"\\u229E\" },\n    \"&pluscir;\": { \"codepoints\": [10786], \"characters\": \"\\u2A22\" },\n    \"&plus;\": { \"codepoints\": [43], \"characters\": \"\\u002B\" },\n    \"&plusdo;\": { \"codepoints\": [8724], \"characters\": \"\\u2214\" },\n    \"&plusdu;\": { \"codepoints\": [10789], \"characters\": \"\\u2A25\" },\n    \"&pluse;\": { \"codepoints\": [10866], \"characters\": \"\\u2A72\" },\n    \"&PlusMinus;\": { \"codepoints\": [177], \"characters\": \"\\u00B1\" },\n    \"&plusmn;\": { \"codepoints\": [177], \"characters\": \"\\u00B1\" },\n    \"&plusmn\": { \"codepoints\": [177], \"characters\": \"\\u00B1\" },\n    \"&plussim;\": { \"codepoints\": [10790], \"characters\": \"\\u2A26\" },\n    \"&plustwo;\": { \"codepoints\": [10791], \"characters\": \"\\u2A27\" },\n    \"&pm;\": { \"codepoints\": [177], \"characters\": \"\\u00B1\" },\n    \"&Poincareplane;\": { \"codepoints\": [8460], \"characters\": \"\\u210C\" },\n    \"&pointint;\": { \"codepoints\": [10773], \"characters\": \"\\u2A15\" },\n    \"&popf;\": { \"codepoints\": [120161], \"characters\": \"\\uD835\\uDD61\" },\n    \"&Popf;\": { \"codepoints\": [8473], \"characters\": \"\\u2119\" },\n    \"&pound;\": { \"codepoints\": [163], \"characters\": \"\\u00A3\" },\n    \"&pound\": { \"codepoints\": [163], \"characters\": \"\\u00A3\" },\n    \"&prap;\": { \"codepoints\": [10935], \"characters\": \"\\u2AB7\" },\n    \"&Pr;\": { \"codepoints\": [10939], \"characters\": \"\\u2ABB\" },\n    \"&pr;\": { \"codepoints\": [8826], \"characters\": \"\\u227A\" },\n    \"&prcue;\": { \"codepoints\": [8828], \"characters\": \"\\u227C\" },\n    \"&precapprox;\": { \"codepoints\": [10935], \"characters\": \"\\u2AB7\" },\n    \"&prec;\": { \"codepoints\": [8826], \"characters\": \"\\u227A\" },\n    \"&preccurlyeq;\": { \"codepoints\": [8828], \"characters\": \"\\u227C\" },\n    \"&Precedes;\": { \"codepoints\": [8826], \"characters\": \"\\u227A\" },\n    \"&PrecedesEqual;\": { \"codepoints\": [10927], \"characters\": \"\\u2AAF\" },\n    \"&PrecedesSlantEqual;\": { \"codepoints\": [8828], \"characters\": \"\\u227C\" },\n    \"&PrecedesTilde;\": { \"codepoints\": [8830], \"characters\": \"\\u227E\" },\n    \"&preceq;\": { \"codepoints\": [10927], \"characters\": \"\\u2AAF\" },\n    \"&precnapprox;\": { \"codepoints\": [10937], \"characters\": \"\\u2AB9\" },\n    \"&precneqq;\": { \"codepoints\": [10933], \"characters\": \"\\u2AB5\" },\n    \"&precnsim;\": { \"codepoints\": [8936], \"characters\": \"\\u22E8\" },\n    \"&pre;\": { \"codepoints\": [10927], \"characters\": \"\\u2AAF\" },\n    \"&prE;\": { \"codepoints\": [10931], \"characters\": \"\\u2AB3\" },\n    \"&precsim;\": { \"codepoints\": [8830], \"characters\": \"\\u227E\" },\n    \"&prime;\": { \"codepoints\": [8242], \"characters\": \"\\u2032\" },\n    \"&Prime;\": { \"codepoints\": [8243], \"characters\": \"\\u2033\" },\n    \"&primes;\": { \"codepoints\": [8473], \"characters\": \"\\u2119\" },\n    \"&prnap;\": { \"codepoints\": [10937], \"characters\": \"\\u2AB9\" },\n    \"&prnE;\": { \"codepoints\": [10933], \"characters\": \"\\u2AB5\" },\n    \"&prnsim;\": { \"codepoints\": [8936], \"characters\": \"\\u22E8\" },\n    \"&prod;\": { \"codepoints\": [8719], \"characters\": \"\\u220F\" },\n    \"&Product;\": { \"codepoints\": [8719], \"characters\": \"\\u220F\" },\n    \"&profalar;\": { \"codepoints\": [9006], \"characters\": \"\\u232E\" },\n    \"&profline;\": { \"codepoints\": [8978], \"characters\": \"\\u2312\" },\n    \"&profsurf;\": { \"codepoints\": [8979], \"characters\": \"\\u2313\" },\n    \"&prop;\": { \"codepoints\": [8733], \"characters\": \"\\u221D\" },\n    \"&Proportional;\": { \"codepoints\": [8733], \"characters\": \"\\u221D\" },\n    \"&Proportion;\": { \"codepoints\": [8759], \"characters\": \"\\u2237\" },\n    \"&propto;\": { \"codepoints\": [8733], \"characters\": \"\\u221D\" },\n    \"&prsim;\": { \"codepoints\": [8830], \"characters\": \"\\u227E\" },\n    \"&prurel;\": { \"codepoints\": [8880], \"characters\": \"\\u22B0\" },\n    \"&Pscr;\": { \"codepoints\": [119979], \"characters\": \"\\uD835\\uDCAB\" },\n    \"&pscr;\": { \"codepoints\": [120005], \"characters\": \"\\uD835\\uDCC5\" },\n    \"&Psi;\": { \"codepoints\": [936], \"characters\": \"\\u03A8\" },\n    \"&psi;\": { \"codepoints\": [968], \"characters\": \"\\u03C8\" },\n    \"&puncsp;\": { \"codepoints\": [8200], \"characters\": \"\\u2008\" },\n    \"&Qfr;\": { \"codepoints\": [120084], \"characters\": \"\\uD835\\uDD14\" },\n    \"&qfr;\": { \"codepoints\": [120110], \"characters\": \"\\uD835\\uDD2E\" },\n    \"&qint;\": { \"codepoints\": [10764], \"characters\": \"\\u2A0C\" },\n    \"&qopf;\": { \"codepoints\": [120162], \"characters\": \"\\uD835\\uDD62\" },\n    \"&Qopf;\": { \"codepoints\": [8474], \"characters\": \"\\u211A\" },\n    \"&qprime;\": { \"codepoints\": [8279], \"characters\": \"\\u2057\" },\n    \"&Qscr;\": { \"codepoints\": [119980], \"characters\": \"\\uD835\\uDCAC\" },\n    \"&qscr;\": { \"codepoints\": [120006], \"characters\": \"\\uD835\\uDCC6\" },\n    \"&quaternions;\": { \"codepoints\": [8461], \"characters\": \"\\u210D\" },\n    \"&quatint;\": { \"codepoints\": [10774], \"characters\": \"\\u2A16\" },\n    \"&quest;\": { \"codepoints\": [63], \"characters\": \"\\u003F\" },\n    \"&questeq;\": { \"codepoints\": [8799], \"characters\": \"\\u225F\" },\n    \"&quot;\": { \"codepoints\": [34], \"characters\": \"\\u0022\" },\n    \"&quot\": { \"codepoints\": [34], \"characters\": \"\\u0022\" },\n    \"&QUOT;\": { \"codepoints\": [34], \"characters\": \"\\u0022\" },\n    \"&QUOT\": { \"codepoints\": [34], \"characters\": \"\\u0022\" },\n    \"&rAarr;\": { \"codepoints\": [8667], \"characters\": \"\\u21DB\" },\n    \"&race;\": { \"codepoints\": [8765, 817], \"characters\": \"\\u223D\\u0331\" },\n    \"&Racute;\": { \"codepoints\": [340], \"characters\": \"\\u0154\" },\n    \"&racute;\": { \"codepoints\": [341], \"characters\": \"\\u0155\" },\n    \"&radic;\": { \"codepoints\": [8730], \"characters\": \"\\u221A\" },\n    \"&raemptyv;\": { \"codepoints\": [10675], \"characters\": \"\\u29B3\" },\n    \"&rang;\": { \"codepoints\": [10217], \"characters\": \"\\u27E9\" },\n    \"&Rang;\": { \"codepoints\": [10219], \"characters\": \"\\u27EB\" },\n    \"&rangd;\": { \"codepoints\": [10642], \"characters\": \"\\u2992\" },\n    \"&range;\": { \"codepoints\": [10661], \"characters\": \"\\u29A5\" },\n    \"&rangle;\": { \"codepoints\": [10217], \"characters\": \"\\u27E9\" },\n    \"&raquo;\": { \"codepoints\": [187], \"characters\": \"\\u00BB\" },\n    \"&raquo\": { \"codepoints\": [187], \"characters\": \"\\u00BB\" },\n    \"&rarrap;\": { \"codepoints\": [10613], \"characters\": \"\\u2975\" },\n    \"&rarrb;\": { \"codepoints\": [8677], \"characters\": \"\\u21E5\" },\n    \"&rarrbfs;\": { \"codepoints\": [10528], \"characters\": \"\\u2920\" },\n    \"&rarrc;\": { \"codepoints\": [10547], \"characters\": \"\\u2933\" },\n    \"&rarr;\": { \"codepoints\": [8594], \"characters\": \"\\u2192\" },\n    \"&Rarr;\": { \"codepoints\": [8608], \"characters\": \"\\u21A0\" },\n    \"&rArr;\": { \"codepoints\": [8658], \"characters\": \"\\u21D2\" },\n    \"&rarrfs;\": { \"codepoints\": [10526], \"characters\": \"\\u291E\" },\n    \"&rarrhk;\": { \"codepoints\": [8618], \"characters\": \"\\u21AA\" },\n    \"&rarrlp;\": { \"codepoints\": [8620], \"characters\": \"\\u21AC\" },\n    \"&rarrpl;\": { \"codepoints\": [10565], \"characters\": \"\\u2945\" },\n    \"&rarrsim;\": { \"codepoints\": [10612], \"characters\": \"\\u2974\" },\n    \"&Rarrtl;\": { \"codepoints\": [10518], \"characters\": \"\\u2916\" },\n    \"&rarrtl;\": { \"codepoints\": [8611], \"characters\": \"\\u21A3\" },\n    \"&rarrw;\": { \"codepoints\": [8605], \"characters\": \"\\u219D\" },\n    \"&ratail;\": { \"codepoints\": [10522], \"characters\": \"\\u291A\" },\n    \"&rAtail;\": { \"codepoints\": [10524], \"characters\": \"\\u291C\" },\n    \"&ratio;\": { \"codepoints\": [8758], \"characters\": \"\\u2236\" },\n    \"&rationals;\": { \"codepoints\": [8474], \"characters\": \"\\u211A\" },\n    \"&rbarr;\": { \"codepoints\": [10509], \"characters\": \"\\u290D\" },\n    \"&rBarr;\": { \"codepoints\": [10511], \"characters\": \"\\u290F\" },\n    \"&RBarr;\": { \"codepoints\": [10512], \"characters\": \"\\u2910\" },\n    \"&rbbrk;\": { \"codepoints\": [10099], \"characters\": \"\\u2773\" },\n    \"&rbrace;\": { \"codepoints\": [125], \"characters\": \"\\u007D\" },\n    \"&rbrack;\": { \"codepoints\": [93], \"characters\": \"\\u005D\" },\n    \"&rbrke;\": { \"codepoints\": [10636], \"characters\": \"\\u298C\" },\n    \"&rbrksld;\": { \"codepoints\": [10638], \"characters\": \"\\u298E\" },\n    \"&rbrkslu;\": { \"codepoints\": [10640], \"characters\": \"\\u2990\" },\n    \"&Rcaron;\": { \"codepoints\": [344], \"characters\": \"\\u0158\" },\n    \"&rcaron;\": { \"codepoints\": [345], \"characters\": \"\\u0159\" },\n    \"&Rcedil;\": { \"codepoints\": [342], \"characters\": \"\\u0156\" },\n    \"&rcedil;\": { \"codepoints\": [343], \"characters\": \"\\u0157\" },\n    \"&rceil;\": { \"codepoints\": [8969], \"characters\": \"\\u2309\" },\n    \"&rcub;\": { \"codepoints\": [125], \"characters\": \"\\u007D\" },\n    \"&Rcy;\": { \"codepoints\": [1056], \"characters\": \"\\u0420\" },\n    \"&rcy;\": { \"codepoints\": [1088], \"characters\": \"\\u0440\" },\n    \"&rdca;\": { \"codepoints\": [10551], \"characters\": \"\\u2937\" },\n    \"&rdldhar;\": { \"codepoints\": [10601], \"characters\": \"\\u2969\" },\n    \"&rdquo;\": { \"codepoints\": [8221], \"characters\": \"\\u201D\" },\n    \"&rdquor;\": { \"codepoints\": [8221], \"characters\": \"\\u201D\" },\n    \"&rdsh;\": { \"codepoints\": [8627], \"characters\": \"\\u21B3\" },\n    \"&real;\": { \"codepoints\": [8476], \"characters\": \"\\u211C\" },\n    \"&realine;\": { \"codepoints\": [8475], \"characters\": \"\\u211B\" },\n    \"&realpart;\": { \"codepoints\": [8476], \"characters\": \"\\u211C\" },\n    \"&reals;\": { \"codepoints\": [8477], \"characters\": \"\\u211D\" },\n    \"&Re;\": { \"codepoints\": [8476], \"characters\": \"\\u211C\" },\n    \"&rect;\": { \"codepoints\": [9645], \"characters\": \"\\u25AD\" },\n    \"&reg;\": { \"codepoints\": [174], \"characters\": \"\\u00AE\" },\n    \"&reg\": { \"codepoints\": [174], \"characters\": \"\\u00AE\" },\n    \"&REG;\": { \"codepoints\": [174], \"characters\": \"\\u00AE\" },\n    \"&REG\": { \"codepoints\": [174], \"characters\": \"\\u00AE\" },\n    \"&ReverseElement;\": { \"codepoints\": [8715], \"characters\": \"\\u220B\" },\n    \"&ReverseEquilibrium;\": { \"codepoints\": [8651], \"characters\": \"\\u21CB\" },\n    \"&ReverseUpEquilibrium;\": { \"codepoints\": [10607], \"characters\": \"\\u296F\" },\n    \"&rfisht;\": { \"codepoints\": [10621], \"characters\": \"\\u297D\" },\n    \"&rfloor;\": { \"codepoints\": [8971], \"characters\": \"\\u230B\" },\n    \"&rfr;\": { \"codepoints\": [120111], \"characters\": \"\\uD835\\uDD2F\" },\n    \"&Rfr;\": { \"codepoints\": [8476], \"characters\": \"\\u211C\" },\n    \"&rHar;\": { \"codepoints\": [10596], \"characters\": \"\\u2964\" },\n    \"&rhard;\": { \"codepoints\": [8641], \"characters\": \"\\u21C1\" },\n    \"&rharu;\": { \"codepoints\": [8640], \"characters\": \"\\u21C0\" },\n    \"&rharul;\": { \"codepoints\": [10604], \"characters\": \"\\u296C\" },\n    \"&Rho;\": { \"codepoints\": [929], \"characters\": \"\\u03A1\" },\n    \"&rho;\": { \"codepoints\": [961], \"characters\": \"\\u03C1\" },\n    \"&rhov;\": { \"codepoints\": [1009], \"characters\": \"\\u03F1\" },\n    \"&RightAngleBracket;\": { \"codepoints\": [10217], \"characters\": \"\\u27E9\" },\n    \"&RightArrowBar;\": { \"codepoints\": [8677], \"characters\": \"\\u21E5\" },\n    \"&rightarrow;\": { \"codepoints\": [8594], \"characters\": \"\\u2192\" },\n    \"&RightArrow;\": { \"codepoints\": [8594], \"characters\": \"\\u2192\" },\n    \"&Rightarrow;\": { \"codepoints\": [8658], \"characters\": \"\\u21D2\" },\n    \"&RightArrowLeftArrow;\": { \"codepoints\": [8644], \"characters\": \"\\u21C4\" },\n    \"&rightarrowtail;\": { \"codepoints\": [8611], \"characters\": \"\\u21A3\" },\n    \"&RightCeiling;\": { \"codepoints\": [8969], \"characters\": \"\\u2309\" },\n    \"&RightDoubleBracket;\": { \"codepoints\": [10215], \"characters\": \"\\u27E7\" },\n    \"&RightDownTeeVector;\": { \"codepoints\": [10589], \"characters\": \"\\u295D\" },\n    \"&RightDownVectorBar;\": { \"codepoints\": [10581], \"characters\": \"\\u2955\" },\n    \"&RightDownVector;\": { \"codepoints\": [8642], \"characters\": \"\\u21C2\" },\n    \"&RightFloor;\": { \"codepoints\": [8971], \"characters\": \"\\u230B\" },\n    \"&rightharpoondown;\": { \"codepoints\": [8641], \"characters\": \"\\u21C1\" },\n    \"&rightharpoonup;\": { \"codepoints\": [8640], \"characters\": \"\\u21C0\" },\n    \"&rightleftarrows;\": { \"codepoints\": [8644], \"characters\": \"\\u21C4\" },\n    \"&rightleftharpoons;\": { \"codepoints\": [8652], \"characters\": \"\\u21CC\" },\n    \"&rightrightarrows;\": { \"codepoints\": [8649], \"characters\": \"\\u21C9\" },\n    \"&rightsquigarrow;\": { \"codepoints\": [8605], \"characters\": \"\\u219D\" },\n    \"&RightTeeArrow;\": { \"codepoints\": [8614], \"characters\": \"\\u21A6\" },\n    \"&RightTee;\": { \"codepoints\": [8866], \"characters\": \"\\u22A2\" },\n    \"&RightTeeVector;\": { \"codepoints\": [10587], \"characters\": \"\\u295B\" },\n    \"&rightthreetimes;\": { \"codepoints\": [8908], \"characters\": \"\\u22CC\" },\n    \"&RightTriangleBar;\": { \"codepoints\": [10704], \"characters\": \"\\u29D0\" },\n    \"&RightTriangle;\": { \"codepoints\": [8883], \"characters\": \"\\u22B3\" },\n    \"&RightTriangleEqual;\": { \"codepoints\": [8885], \"characters\": \"\\u22B5\" },\n    \"&RightUpDownVector;\": { \"codepoints\": [10575], \"characters\": \"\\u294F\" },\n    \"&RightUpTeeVector;\": { \"codepoints\": [10588], \"characters\": \"\\u295C\" },\n    \"&RightUpVectorBar;\": { \"codepoints\": [10580], \"characters\": \"\\u2954\" },\n    \"&RightUpVector;\": { \"codepoints\": [8638], \"characters\": \"\\u21BE\" },\n    \"&RightVectorBar;\": { \"codepoints\": [10579], \"characters\": \"\\u2953\" },\n    \"&RightVector;\": { \"codepoints\": [8640], \"characters\": \"\\u21C0\" },\n    \"&ring;\": { \"codepoints\": [730], \"characters\": \"\\u02DA\" },\n    \"&risingdotseq;\": { \"codepoints\": [8787], \"characters\": \"\\u2253\" },\n    \"&rlarr;\": { \"codepoints\": [8644], \"characters\": \"\\u21C4\" },\n    \"&rlhar;\": { \"codepoints\": [8652], \"characters\": \"\\u21CC\" },\n    \"&rlm;\": { \"codepoints\": [8207], \"characters\": \"\\u200F\" },\n    \"&rmoustache;\": { \"codepoints\": [9137], \"characters\": \"\\u23B1\" },\n    \"&rmoust;\": { \"codepoints\": [9137], \"characters\": \"\\u23B1\" },\n    \"&rnmid;\": { \"codepoints\": [10990], \"characters\": \"\\u2AEE\" },\n    \"&roang;\": { \"codepoints\": [10221], \"characters\": \"\\u27ED\" },\n    \"&roarr;\": { \"codepoints\": [8702], \"characters\": \"\\u21FE\" },\n    \"&robrk;\": { \"codepoints\": [10215], \"characters\": \"\\u27E7\" },\n    \"&ropar;\": { \"codepoints\": [10630], \"characters\": \"\\u2986\" },\n    \"&ropf;\": { \"codepoints\": [120163], \"characters\": \"\\uD835\\uDD63\" },\n    \"&Ropf;\": { \"codepoints\": [8477], \"characters\": \"\\u211D\" },\n    \"&roplus;\": { \"codepoints\": [10798], \"characters\": \"\\u2A2E\" },\n    \"&rotimes;\": { \"codepoints\": [10805], \"characters\": \"\\u2A35\" },\n    \"&RoundImplies;\": { \"codepoints\": [10608], \"characters\": \"\\u2970\" },\n    \"&rpar;\": { \"codepoints\": [41], \"characters\": \"\\u0029\" },\n    \"&rpargt;\": { \"codepoints\": [10644], \"characters\": \"\\u2994\" },\n    \"&rppolint;\": { \"codepoints\": [10770], \"characters\": \"\\u2A12\" },\n    \"&rrarr;\": { \"codepoints\": [8649], \"characters\": \"\\u21C9\" },\n    \"&Rrightarrow;\": { \"codepoints\": [8667], \"characters\": \"\\u21DB\" },\n    \"&rsaquo;\": { \"codepoints\": [8250], \"characters\": \"\\u203A\" },\n    \"&rscr;\": { \"codepoints\": [120007], \"characters\": \"\\uD835\\uDCC7\" },\n    \"&Rscr;\": { \"codepoints\": [8475], \"characters\": \"\\u211B\" },\n    \"&rsh;\": { \"codepoints\": [8625], \"characters\": \"\\u21B1\" },\n    \"&Rsh;\": { \"codepoints\": [8625], \"characters\": \"\\u21B1\" },\n    \"&rsqb;\": { \"codepoints\": [93], \"characters\": \"\\u005D\" },\n    \"&rsquo;\": { \"codepoints\": [8217], \"characters\": \"\\u2019\" },\n    \"&rsquor;\": { \"codepoints\": [8217], \"characters\": \"\\u2019\" },\n    \"&rthree;\": { \"codepoints\": [8908], \"characters\": \"\\u22CC\" },\n    \"&rtimes;\": { \"codepoints\": [8906], \"characters\": \"\\u22CA\" },\n    \"&rtri;\": { \"codepoints\": [9657], \"characters\": \"\\u25B9\" },\n    \"&rtrie;\": { \"codepoints\": [8885], \"characters\": \"\\u22B5\" },\n    \"&rtrif;\": { \"codepoints\": [9656], \"characters\": \"\\u25B8\" },\n    \"&rtriltri;\": { \"codepoints\": [10702], \"characters\": \"\\u29CE\" },\n    \"&RuleDelayed;\": { \"codepoints\": [10740], \"characters\": \"\\u29F4\" },\n    \"&ruluhar;\": { \"codepoints\": [10600], \"characters\": \"\\u2968\" },\n    \"&rx;\": { \"codepoints\": [8478], \"characters\": \"\\u211E\" },\n    \"&Sacute;\": { \"codepoints\": [346], \"characters\": \"\\u015A\" },\n    \"&sacute;\": { \"codepoints\": [347], \"characters\": \"\\u015B\" },\n    \"&sbquo;\": { \"codepoints\": [8218], \"characters\": \"\\u201A\" },\n    \"&scap;\": { \"codepoints\": [10936], \"characters\": \"\\u2AB8\" },\n    \"&Scaron;\": { \"codepoints\": [352], \"characters\": \"\\u0160\" },\n    \"&scaron;\": { \"codepoints\": [353], \"characters\": \"\\u0161\" },\n    \"&Sc;\": { \"codepoints\": [10940], \"characters\": \"\\u2ABC\" },\n    \"&sc;\": { \"codepoints\": [8827], \"characters\": \"\\u227B\" },\n    \"&sccue;\": { \"codepoints\": [8829], \"characters\": \"\\u227D\" },\n    \"&sce;\": { \"codepoints\": [10928], \"characters\": \"\\u2AB0\" },\n    \"&scE;\": { \"codepoints\": [10932], \"characters\": \"\\u2AB4\" },\n    \"&Scedil;\": { \"codepoints\": [350], \"characters\": \"\\u015E\" },\n    \"&scedil;\": { \"codepoints\": [351], \"characters\": \"\\u015F\" },\n    \"&Scirc;\": { \"codepoints\": [348], \"characters\": \"\\u015C\" },\n    \"&scirc;\": { \"codepoints\": [349], \"characters\": \"\\u015D\" },\n    \"&scnap;\": { \"codepoints\": [10938], \"characters\": \"\\u2ABA\" },\n    \"&scnE;\": { \"codepoints\": [10934], \"characters\": \"\\u2AB6\" },\n    \"&scnsim;\": { \"codepoints\": [8937], \"characters\": \"\\u22E9\" },\n    \"&scpolint;\": { \"codepoints\": [10771], \"characters\": \"\\u2A13\" },\n    \"&scsim;\": { \"codepoints\": [8831], \"characters\": \"\\u227F\" },\n    \"&Scy;\": { \"codepoints\": [1057], \"characters\": \"\\u0421\" },\n    \"&scy;\": { \"codepoints\": [1089], \"characters\": \"\\u0441\" },\n    \"&sdotb;\": { \"codepoints\": [8865], \"characters\": \"\\u22A1\" },\n    \"&sdot;\": { \"codepoints\": [8901], \"characters\": \"\\u22C5\" },\n    \"&sdote;\": { \"codepoints\": [10854], \"characters\": \"\\u2A66\" },\n    \"&searhk;\": { \"codepoints\": [10533], \"characters\": \"\\u2925\" },\n    \"&searr;\": { \"codepoints\": [8600], \"characters\": \"\\u2198\" },\n    \"&seArr;\": { \"codepoints\": [8664], \"characters\": \"\\u21D8\" },\n    \"&searrow;\": { \"codepoints\": [8600], \"characters\": \"\\u2198\" },\n    \"&sect;\": { \"codepoints\": [167], \"characters\": \"\\u00A7\" },\n    \"&sect\": { \"codepoints\": [167], \"characters\": \"\\u00A7\" },\n    \"&semi;\": { \"codepoints\": [59], \"characters\": \"\\u003B\" },\n    \"&seswar;\": { \"codepoints\": [10537], \"characters\": \"\\u2929\" },\n    \"&setminus;\": { \"codepoints\": [8726], \"characters\": \"\\u2216\" },\n    \"&setmn;\": { \"codepoints\": [8726], \"characters\": \"\\u2216\" },\n    \"&sext;\": { \"codepoints\": [10038], \"characters\": \"\\u2736\" },\n    \"&Sfr;\": { \"codepoints\": [120086], \"characters\": \"\\uD835\\uDD16\" },\n    \"&sfr;\": { \"codepoints\": [120112], \"characters\": \"\\uD835\\uDD30\" },\n    \"&sfrown;\": { \"codepoints\": [8994], \"characters\": \"\\u2322\" },\n    \"&sharp;\": { \"codepoints\": [9839], \"characters\": \"\\u266F\" },\n    \"&SHCHcy;\": { \"codepoints\": [1065], \"characters\": \"\\u0429\" },\n    \"&shchcy;\": { \"codepoints\": [1097], \"characters\": \"\\u0449\" },\n    \"&SHcy;\": { \"codepoints\": [1064], \"characters\": \"\\u0428\" },\n    \"&shcy;\": { \"codepoints\": [1096], \"characters\": \"\\u0448\" },\n    \"&ShortDownArrow;\": { \"codepoints\": [8595], \"characters\": \"\\u2193\" },\n    \"&ShortLeftArrow;\": { \"codepoints\": [8592], \"characters\": \"\\u2190\" },\n    \"&shortmid;\": { \"codepoints\": [8739], \"characters\": \"\\u2223\" },\n    \"&shortparallel;\": { \"codepoints\": [8741], \"characters\": \"\\u2225\" },\n    \"&ShortRightArrow;\": { \"codepoints\": [8594], \"characters\": \"\\u2192\" },\n    \"&ShortUpArrow;\": { \"codepoints\": [8593], \"characters\": \"\\u2191\" },\n    \"&shy;\": { \"codepoints\": [173], \"characters\": \"\\u00AD\" },\n    \"&shy\": { \"codepoints\": [173], \"characters\": \"\\u00AD\" },\n    \"&Sigma;\": { \"codepoints\": [931], \"characters\": \"\\u03A3\" },\n    \"&sigma;\": { \"codepoints\": [963], \"characters\": \"\\u03C3\" },\n    \"&sigmaf;\": { \"codepoints\": [962], \"characters\": \"\\u03C2\" },\n    \"&sigmav;\": { \"codepoints\": [962], \"characters\": \"\\u03C2\" },\n    \"&sim;\": { \"codepoints\": [8764], \"characters\": \"\\u223C\" },\n    \"&simdot;\": { \"codepoints\": [10858], \"characters\": \"\\u2A6A\" },\n    \"&sime;\": { \"codepoints\": [8771], \"characters\": \"\\u2243\" },\n    \"&simeq;\": { \"codepoints\": [8771], \"characters\": \"\\u2243\" },\n    \"&simg;\": { \"codepoints\": [10910], \"characters\": \"\\u2A9E\" },\n    \"&simgE;\": { \"codepoints\": [10912], \"characters\": \"\\u2AA0\" },\n    \"&siml;\": { \"codepoints\": [10909], \"characters\": \"\\u2A9D\" },\n    \"&simlE;\": { \"codepoints\": [10911], \"characters\": \"\\u2A9F\" },\n    \"&simne;\": { \"codepoints\": [8774], \"characters\": \"\\u2246\" },\n    \"&simplus;\": { \"codepoints\": [10788], \"characters\": \"\\u2A24\" },\n    \"&simrarr;\": { \"codepoints\": [10610], \"characters\": \"\\u2972\" },\n    \"&slarr;\": { \"codepoints\": [8592], \"characters\": \"\\u2190\" },\n    \"&SmallCircle;\": { \"codepoints\": [8728], \"characters\": \"\\u2218\" },\n    \"&smallsetminus;\": { \"codepoints\": [8726], \"characters\": \"\\u2216\" },\n    \"&smashp;\": { \"codepoints\": [10803], \"characters\": \"\\u2A33\" },\n    \"&smeparsl;\": { \"codepoints\": [10724], \"characters\": \"\\u29E4\" },\n    \"&smid;\": { \"codepoints\": [8739], \"characters\": \"\\u2223\" },\n    \"&smile;\": { \"codepoints\": [8995], \"characters\": \"\\u2323\" },\n    \"&smt;\": { \"codepoints\": [10922], \"characters\": \"\\u2AAA\" },\n    \"&smte;\": { \"codepoints\": [10924], \"characters\": \"\\u2AAC\" },\n    \"&smtes;\": { \"codepoints\": [10924, 65024], \"characters\": \"\\u2AAC\\uFE00\" },\n    \"&SOFTcy;\": { \"codepoints\": [1068], \"characters\": \"\\u042C\" },\n    \"&softcy;\": { \"codepoints\": [1100], \"characters\": \"\\u044C\" },\n    \"&solbar;\": { \"codepoints\": [9023], \"characters\": \"\\u233F\" },\n    \"&solb;\": { \"codepoints\": [10692], \"characters\": \"\\u29C4\" },\n    \"&sol;\": { \"codepoints\": [47], \"characters\": \"\\u002F\" },\n    \"&Sopf;\": { \"codepoints\": [120138], \"characters\": \"\\uD835\\uDD4A\" },\n    \"&sopf;\": { \"codepoints\": [120164], \"characters\": \"\\uD835\\uDD64\" },\n    \"&spades;\": { \"codepoints\": [9824], \"characters\": \"\\u2660\" },\n    \"&spadesuit;\": { \"codepoints\": [9824], \"characters\": \"\\u2660\" },\n    \"&spar;\": { \"codepoints\": [8741], \"characters\": \"\\u2225\" },\n    \"&sqcap;\": { \"codepoints\": [8851], \"characters\": \"\\u2293\" },\n    \"&sqcaps;\": { \"codepoints\": [8851, 65024], \"characters\": \"\\u2293\\uFE00\" },\n    \"&sqcup;\": { \"codepoints\": [8852], \"characters\": \"\\u2294\" },\n    \"&sqcups;\": { \"codepoints\": [8852, 65024], \"characters\": \"\\u2294\\uFE00\" },\n    \"&Sqrt;\": { \"codepoints\": [8730], \"characters\": \"\\u221A\" },\n    \"&sqsub;\": { \"codepoints\": [8847], \"characters\": \"\\u228F\" },\n    \"&sqsube;\": { \"codepoints\": [8849], \"characters\": \"\\u2291\" },\n    \"&sqsubset;\": { \"codepoints\": [8847], \"characters\": \"\\u228F\" },\n    \"&sqsubseteq;\": { \"codepoints\": [8849], \"characters\": \"\\u2291\" },\n    \"&sqsup;\": { \"codepoints\": [8848], \"characters\": \"\\u2290\" },\n    \"&sqsupe;\": { \"codepoints\": [8850], \"characters\": \"\\u2292\" },\n    \"&sqsupset;\": { \"codepoints\": [8848], \"characters\": \"\\u2290\" },\n    \"&sqsupseteq;\": { \"codepoints\": [8850], \"characters\": \"\\u2292\" },\n    \"&square;\": { \"codepoints\": [9633], \"characters\": \"\\u25A1\" },\n    \"&Square;\": { \"codepoints\": [9633], \"characters\": \"\\u25A1\" },\n    \"&SquareIntersection;\": { \"codepoints\": [8851], \"characters\": \"\\u2293\" },\n    \"&SquareSubset;\": { \"codepoints\": [8847], \"characters\": \"\\u228F\" },\n    \"&SquareSubsetEqual;\": { \"codepoints\": [8849], \"characters\": \"\\u2291\" },\n    \"&SquareSuperset;\": { \"codepoints\": [8848], \"characters\": \"\\u2290\" },\n    \"&SquareSupersetEqual;\": { \"codepoints\": [8850], \"characters\": \"\\u2292\" },\n    \"&SquareUnion;\": { \"codepoints\": [8852], \"characters\": \"\\u2294\" },\n    \"&squarf;\": { \"codepoints\": [9642], \"characters\": \"\\u25AA\" },\n    \"&squ;\": { \"codepoints\": [9633], \"characters\": \"\\u25A1\" },\n    \"&squf;\": { \"codepoints\": [9642], \"characters\": \"\\u25AA\" },\n    \"&srarr;\": { \"codepoints\": [8594], \"characters\": \"\\u2192\" },\n    \"&Sscr;\": { \"codepoints\": [119982], \"characters\": \"\\uD835\\uDCAE\" },\n    \"&sscr;\": { \"codepoints\": [120008], \"characters\": \"\\uD835\\uDCC8\" },\n    \"&ssetmn;\": { \"codepoints\": [8726], \"characters\": \"\\u2216\" },\n    \"&ssmile;\": { \"codepoints\": [8995], \"characters\": \"\\u2323\" },\n    \"&sstarf;\": { \"codepoints\": [8902], \"characters\": \"\\u22C6\" },\n    \"&Star;\": { \"codepoints\": [8902], \"characters\": \"\\u22C6\" },\n    \"&star;\": { \"codepoints\": [9734], \"characters\": \"\\u2606\" },\n    \"&starf;\": { \"codepoints\": [9733], \"characters\": \"\\u2605\" },\n    \"&straightepsilon;\": { \"codepoints\": [1013], \"characters\": \"\\u03F5\" },\n    \"&straightphi;\": { \"codepoints\": [981], \"characters\": \"\\u03D5\" },\n    \"&strns;\": { \"codepoints\": [175], \"characters\": \"\\u00AF\" },\n    \"&sub;\": { \"codepoints\": [8834], \"characters\": \"\\u2282\" },\n    \"&Sub;\": { \"codepoints\": [8912], \"characters\": \"\\u22D0\" },\n    \"&subdot;\": { \"codepoints\": [10941], \"characters\": \"\\u2ABD\" },\n    \"&subE;\": { \"codepoints\": [10949], \"characters\": \"\\u2AC5\" },\n    \"&sube;\": { \"codepoints\": [8838], \"characters\": \"\\u2286\" },\n    \"&subedot;\": { \"codepoints\": [10947], \"characters\": \"\\u2AC3\" },\n    \"&submult;\": { \"codepoints\": [10945], \"characters\": \"\\u2AC1\" },\n    \"&subnE;\": { \"codepoints\": [10955], \"characters\": \"\\u2ACB\" },\n    \"&subne;\": { \"codepoints\": [8842], \"characters\": \"\\u228A\" },\n    \"&subplus;\": { \"codepoints\": [10943], \"characters\": \"\\u2ABF\" },\n    \"&subrarr;\": { \"codepoints\": [10617], \"characters\": \"\\u2979\" },\n    \"&subset;\": { \"codepoints\": [8834], \"characters\": \"\\u2282\" },\n    \"&Subset;\": { \"codepoints\": [8912], \"characters\": \"\\u22D0\" },\n    \"&subseteq;\": { \"codepoints\": [8838], \"characters\": \"\\u2286\" },\n    \"&subseteqq;\": { \"codepoints\": [10949], \"characters\": \"\\u2AC5\" },\n    \"&SubsetEqual;\": { \"codepoints\": [8838], \"characters\": \"\\u2286\" },\n    \"&subsetneq;\": { \"codepoints\": [8842], \"characters\": \"\\u228A\" },\n    \"&subsetneqq;\": { \"codepoints\": [10955], \"characters\": \"\\u2ACB\" },\n    \"&subsim;\": { \"codepoints\": [10951], \"characters\": \"\\u2AC7\" },\n    \"&subsub;\": { \"codepoints\": [10965], \"characters\": \"\\u2AD5\" },\n    \"&subsup;\": { \"codepoints\": [10963], \"characters\": \"\\u2AD3\" },\n    \"&succapprox;\": { \"codepoints\": [10936], \"characters\": \"\\u2AB8\" },\n    \"&succ;\": { \"codepoints\": [8827], \"characters\": \"\\u227B\" },\n    \"&succcurlyeq;\": { \"codepoints\": [8829], \"characters\": \"\\u227D\" },\n    \"&Succeeds;\": { \"codepoints\": [8827], \"characters\": \"\\u227B\" },\n    \"&SucceedsEqual;\": { \"codepoints\": [10928], \"characters\": \"\\u2AB0\" },\n    \"&SucceedsSlantEqual;\": { \"codepoints\": [8829], \"characters\": \"\\u227D\" },\n    \"&SucceedsTilde;\": { \"codepoints\": [8831], \"characters\": \"\\u227F\" },\n    \"&succeq;\": { \"codepoints\": [10928], \"characters\": \"\\u2AB0\" },\n    \"&succnapprox;\": { \"codepoints\": [10938], \"characters\": \"\\u2ABA\" },\n    \"&succneqq;\": { \"codepoints\": [10934], \"characters\": \"\\u2AB6\" },\n    \"&succnsim;\": { \"codepoints\": [8937], \"characters\": \"\\u22E9\" },\n    \"&succsim;\": { \"codepoints\": [8831], \"characters\": \"\\u227F\" },\n    \"&SuchThat;\": { \"codepoints\": [8715], \"characters\": \"\\u220B\" },\n    \"&sum;\": { \"codepoints\": [8721], \"characters\": \"\\u2211\" },\n    \"&Sum;\": { \"codepoints\": [8721], \"characters\": \"\\u2211\" },\n    \"&sung;\": { \"codepoints\": [9834], \"characters\": \"\\u266A\" },\n    \"&sup1;\": { \"codepoints\": [185], \"characters\": \"\\u00B9\" },\n    \"&sup1\": { \"codepoints\": [185], \"characters\": \"\\u00B9\" },\n    \"&sup2;\": { \"codepoints\": [178], \"characters\": \"\\u00B2\" },\n    \"&sup2\": { \"codepoints\": [178], \"characters\": \"\\u00B2\" },\n    \"&sup3;\": { \"codepoints\": [179], \"characters\": \"\\u00B3\" },\n    \"&sup3\": { \"codepoints\": [179], \"characters\": \"\\u00B3\" },\n    \"&sup;\": { \"codepoints\": [8835], \"characters\": \"\\u2283\" },\n    \"&Sup;\": { \"codepoints\": [8913], \"characters\": \"\\u22D1\" },\n    \"&supdot;\": { \"codepoints\": [10942], \"characters\": \"\\u2ABE\" },\n    \"&supdsub;\": { \"codepoints\": [10968], \"characters\": \"\\u2AD8\" },\n    \"&supE;\": { \"codepoints\": [10950], \"characters\": \"\\u2AC6\" },\n    \"&supe;\": { \"codepoints\": [8839], \"characters\": \"\\u2287\" },\n    \"&supedot;\": { \"codepoints\": [10948], \"characters\": \"\\u2AC4\" },\n    \"&Superset;\": { \"codepoints\": [8835], \"characters\": \"\\u2283\" },\n    \"&SupersetEqual;\": { \"codepoints\": [8839], \"characters\": \"\\u2287\" },\n    \"&suphsol;\": { \"codepoints\": [10185], \"characters\": \"\\u27C9\" },\n    \"&suphsub;\": { \"codepoints\": [10967], \"characters\": \"\\u2AD7\" },\n    \"&suplarr;\": { \"codepoints\": [10619], \"characters\": \"\\u297B\" },\n    \"&supmult;\": { \"codepoints\": [10946], \"characters\": \"\\u2AC2\" },\n    \"&supnE;\": { \"codepoints\": [10956], \"characters\": \"\\u2ACC\" },\n    \"&supne;\": { \"codepoints\": [8843], \"characters\": \"\\u228B\" },\n    \"&supplus;\": { \"codepoints\": [10944], \"characters\": \"\\u2AC0\" },\n    \"&supset;\": { \"codepoints\": [8835], \"characters\": \"\\u2283\" },\n    \"&Supset;\": { \"codepoints\": [8913], \"characters\": \"\\u22D1\" },\n    \"&supseteq;\": { \"codepoints\": [8839], \"characters\": \"\\u2287\" },\n    \"&supseteqq;\": { \"codepoints\": [10950], \"characters\": \"\\u2AC6\" },\n    \"&supsetneq;\": { \"codepoints\": [8843], \"characters\": \"\\u228B\" },\n    \"&supsetneqq;\": { \"codepoints\": [10956], \"characters\": \"\\u2ACC\" },\n    \"&supsim;\": { \"codepoints\": [10952], \"characters\": \"\\u2AC8\" },\n    \"&supsub;\": { \"codepoints\": [10964], \"characters\": \"\\u2AD4\" },\n    \"&supsup;\": { \"codepoints\": [10966], \"characters\": \"\\u2AD6\" },\n    \"&swarhk;\": { \"codepoints\": [10534], \"characters\": \"\\u2926\" },\n    \"&swarr;\": { \"codepoints\": [8601], \"characters\": \"\\u2199\" },\n    \"&swArr;\": { \"codepoints\": [8665], \"characters\": \"\\u21D9\" },\n    \"&swarrow;\": { \"codepoints\": [8601], \"characters\": \"\\u2199\" },\n    \"&swnwar;\": { \"codepoints\": [10538], \"characters\": \"\\u292A\" },\n    \"&szlig;\": { \"codepoints\": [223], \"characters\": \"\\u00DF\" },\n    \"&szlig\": { \"codepoints\": [223], \"characters\": \"\\u00DF\" },\n    \"&Tab;\": { \"codepoints\": [9], \"characters\": \"\\u0009\" },\n    \"&target;\": { \"codepoints\": [8982], \"characters\": \"\\u2316\" },\n    \"&Tau;\": { \"codepoints\": [932], \"characters\": \"\\u03A4\" },\n    \"&tau;\": { \"codepoints\": [964], \"characters\": \"\\u03C4\" },\n    \"&tbrk;\": { \"codepoints\": [9140], \"characters\": \"\\u23B4\" },\n    \"&Tcaron;\": { \"codepoints\": [356], \"characters\": \"\\u0164\" },\n    \"&tcaron;\": { \"codepoints\": [357], \"characters\": \"\\u0165\" },\n    \"&Tcedil;\": { \"codepoints\": [354], \"characters\": \"\\u0162\" },\n    \"&tcedil;\": { \"codepoints\": [355], \"characters\": \"\\u0163\" },\n    \"&Tcy;\": { \"codepoints\": [1058], \"characters\": \"\\u0422\" },\n    \"&tcy;\": { \"codepoints\": [1090], \"characters\": \"\\u0442\" },\n    \"&tdot;\": { \"codepoints\": [8411], \"characters\": \"\\u20DB\" },\n    \"&telrec;\": { \"codepoints\": [8981], \"characters\": \"\\u2315\" },\n    \"&Tfr;\": { \"codepoints\": [120087], \"characters\": \"\\uD835\\uDD17\" },\n    \"&tfr;\": { \"codepoints\": [120113], \"characters\": \"\\uD835\\uDD31\" },\n    \"&there4;\": { \"codepoints\": [8756], \"characters\": \"\\u2234\" },\n    \"&therefore;\": { \"codepoints\": [8756], \"characters\": \"\\u2234\" },\n    \"&Therefore;\": { \"codepoints\": [8756], \"characters\": \"\\u2234\" },\n    \"&Theta;\": { \"codepoints\": [920], \"characters\": \"\\u0398\" },\n    \"&theta;\": { \"codepoints\": [952], \"characters\": \"\\u03B8\" },\n    \"&thetasym;\": { \"codepoints\": [977], \"characters\": \"\\u03D1\" },\n    \"&thetav;\": { \"codepoints\": [977], \"characters\": \"\\u03D1\" },\n    \"&thickapprox;\": { \"codepoints\": [8776], \"characters\": \"\\u2248\" },\n    \"&thicksim;\": { \"codepoints\": [8764], \"characters\": \"\\u223C\" },\n    \"&ThickSpace;\": { \"codepoints\": [8287, 8202], \"characters\": \"\\u205F\\u200A\" },\n    \"&ThinSpace;\": { \"codepoints\": [8201], \"characters\": \"\\u2009\" },\n    \"&thinsp;\": { \"codepoints\": [8201], \"characters\": \"\\u2009\" },\n    \"&thkap;\": { \"codepoints\": [8776], \"characters\": \"\\u2248\" },\n    \"&thksim;\": { \"codepoints\": [8764], \"characters\": \"\\u223C\" },\n    \"&THORN;\": { \"codepoints\": [222], \"characters\": \"\\u00DE\" },\n    \"&THORN\": { \"codepoints\": [222], \"characters\": \"\\u00DE\" },\n    \"&thorn;\": { \"codepoints\": [254], \"characters\": \"\\u00FE\" },\n    \"&thorn\": { \"codepoints\": [254], \"characters\": \"\\u00FE\" },\n    \"&tilde;\": { \"codepoints\": [732], \"characters\": \"\\u02DC\" },\n    \"&Tilde;\": { \"codepoints\": [8764], \"characters\": \"\\u223C\" },\n    \"&TildeEqual;\": { \"codepoints\": [8771], \"characters\": \"\\u2243\" },\n    \"&TildeFullEqual;\": { \"codepoints\": [8773], \"characters\": \"\\u2245\" },\n    \"&TildeTilde;\": { \"codepoints\": [8776], \"characters\": \"\\u2248\" },\n    \"&timesbar;\": { \"codepoints\": [10801], \"characters\": \"\\u2A31\" },\n    \"&timesb;\": { \"codepoints\": [8864], \"characters\": \"\\u22A0\" },\n    \"&times;\": { \"codepoints\": [215], \"characters\": \"\\u00D7\" },\n    \"&times\": { \"codepoints\": [215], \"characters\": \"\\u00D7\" },\n    \"&timesd;\": { \"codepoints\": [10800], \"characters\": \"\\u2A30\" },\n    \"&tint;\": { \"codepoints\": [8749], \"characters\": \"\\u222D\" },\n    \"&toea;\": { \"codepoints\": [10536], \"characters\": \"\\u2928\" },\n    \"&topbot;\": { \"codepoints\": [9014], \"characters\": \"\\u2336\" },\n    \"&topcir;\": { \"codepoints\": [10993], \"characters\": \"\\u2AF1\" },\n    \"&top;\": { \"codepoints\": [8868], \"characters\": \"\\u22A4\" },\n    \"&Topf;\": { \"codepoints\": [120139], \"characters\": \"\\uD835\\uDD4B\" },\n    \"&topf;\": { \"codepoints\": [120165], \"characters\": \"\\uD835\\uDD65\" },\n    \"&topfork;\": { \"codepoints\": [10970], \"characters\": \"\\u2ADA\" },\n    \"&tosa;\": { \"codepoints\": [10537], \"characters\": \"\\u2929\" },\n    \"&tprime;\": { \"codepoints\": [8244], \"characters\": \"\\u2034\" },\n    \"&trade;\": { \"codepoints\": [8482], \"characters\": \"\\u2122\" },\n    \"&TRADE;\": { \"codepoints\": [8482], \"characters\": \"\\u2122\" },\n    \"&triangle;\": { \"codepoints\": [9653], \"characters\": \"\\u25B5\" },\n    \"&triangledown;\": { \"codepoints\": [9663], \"characters\": \"\\u25BF\" },\n    \"&triangleleft;\": { \"codepoints\": [9667], \"characters\": \"\\u25C3\" },\n    \"&trianglelefteq;\": { \"codepoints\": [8884], \"characters\": \"\\u22B4\" },\n    \"&triangleq;\": { \"codepoints\": [8796], \"characters\": \"\\u225C\" },\n    \"&triangleright;\": { \"codepoints\": [9657], \"characters\": \"\\u25B9\" },\n    \"&trianglerighteq;\": { \"codepoints\": [8885], \"characters\": \"\\u22B5\" },\n    \"&tridot;\": { \"codepoints\": [9708], \"characters\": \"\\u25EC\" },\n    \"&trie;\": { \"codepoints\": [8796], \"characters\": \"\\u225C\" },\n    \"&triminus;\": { \"codepoints\": [10810], \"characters\": \"\\u2A3A\" },\n    \"&TripleDot;\": { \"codepoints\": [8411], \"characters\": \"\\u20DB\" },\n    \"&triplus;\": { \"codepoints\": [10809], \"characters\": \"\\u2A39\" },\n    \"&trisb;\": { \"codepoints\": [10701], \"characters\": \"\\u29CD\" },\n    \"&tritime;\": { \"codepoints\": [10811], \"characters\": \"\\u2A3B\" },\n    \"&trpezium;\": { \"codepoints\": [9186], \"characters\": \"\\u23E2\" },\n    \"&Tscr;\": { \"codepoints\": [119983], \"characters\": \"\\uD835\\uDCAF\" },\n    \"&tscr;\": { \"codepoints\": [120009], \"characters\": \"\\uD835\\uDCC9\" },\n    \"&TScy;\": { \"codepoints\": [1062], \"characters\": \"\\u0426\" },\n    \"&tscy;\": { \"codepoints\": [1094], \"characters\": \"\\u0446\" },\n    \"&TSHcy;\": { \"codepoints\": [1035], \"characters\": \"\\u040B\" },\n    \"&tshcy;\": { \"codepoints\": [1115], \"characters\": \"\\u045B\" },\n    \"&Tstrok;\": { \"codepoints\": [358], \"characters\": \"\\u0166\" },\n    \"&tstrok;\": { \"codepoints\": [359], \"characters\": \"\\u0167\" },\n    \"&twixt;\": { \"codepoints\": [8812], \"characters\": \"\\u226C\" },\n    \"&twoheadleftarrow;\": { \"codepoints\": [8606], \"characters\": \"\\u219E\" },\n    \"&twoheadrightarrow;\": { \"codepoints\": [8608], \"characters\": \"\\u21A0\" },\n    \"&Uacute;\": { \"codepoints\": [218], \"characters\": \"\\u00DA\" },\n    \"&Uacute\": { \"codepoints\": [218], \"characters\": \"\\u00DA\" },\n    \"&uacute;\": { \"codepoints\": [250], \"characters\": \"\\u00FA\" },\n    \"&uacute\": { \"codepoints\": [250], \"characters\": \"\\u00FA\" },\n    \"&uarr;\": { \"codepoints\": [8593], \"characters\": \"\\u2191\" },\n    \"&Uarr;\": { \"codepoints\": [8607], \"characters\": \"\\u219F\" },\n    \"&uArr;\": { \"codepoints\": [8657], \"characters\": \"\\u21D1\" },\n    \"&Uarrocir;\": { \"codepoints\": [10569], \"characters\": \"\\u2949\" },\n    \"&Ubrcy;\": { \"codepoints\": [1038], \"characters\": \"\\u040E\" },\n    \"&ubrcy;\": { \"codepoints\": [1118], \"characters\": \"\\u045E\" },\n    \"&Ubreve;\": { \"codepoints\": [364], \"characters\": \"\\u016C\" },\n    \"&ubreve;\": { \"codepoints\": [365], \"characters\": \"\\u016D\" },\n    \"&Ucirc;\": { \"codepoints\": [219], \"characters\": \"\\u00DB\" },\n    \"&Ucirc\": { \"codepoints\": [219], \"characters\": \"\\u00DB\" },\n    \"&ucirc;\": { \"codepoints\": [251], \"characters\": \"\\u00FB\" },\n    \"&ucirc\": { \"codepoints\": [251], \"characters\": \"\\u00FB\" },\n    \"&Ucy;\": { \"codepoints\": [1059], \"characters\": \"\\u0423\" },\n    \"&ucy;\": { \"codepoints\": [1091], \"characters\": \"\\u0443\" },\n    \"&udarr;\": { \"codepoints\": [8645], \"characters\": \"\\u21C5\" },\n    \"&Udblac;\": { \"codepoints\": [368], \"characters\": \"\\u0170\" },\n    \"&udblac;\": { \"codepoints\": [369], \"characters\": \"\\u0171\" },\n    \"&udhar;\": { \"codepoints\": [10606], \"characters\": \"\\u296E\" },\n    \"&ufisht;\": { \"codepoints\": [10622], \"characters\": \"\\u297E\" },\n    \"&Ufr;\": { \"codepoints\": [120088], \"characters\": \"\\uD835\\uDD18\" },\n    \"&ufr;\": { \"codepoints\": [120114], \"characters\": \"\\uD835\\uDD32\" },\n    \"&Ugrave;\": { \"codepoints\": [217], \"characters\": \"\\u00D9\" },\n    \"&Ugrave\": { \"codepoints\": [217], \"characters\": \"\\u00D9\" },\n    \"&ugrave;\": { \"codepoints\": [249], \"characters\": \"\\u00F9\" },\n    \"&ugrave\": { \"codepoints\": [249], \"characters\": \"\\u00F9\" },\n    \"&uHar;\": { \"codepoints\": [10595], \"characters\": \"\\u2963\" },\n    \"&uharl;\": { \"codepoints\": [8639], \"characters\": \"\\u21BF\" },\n    \"&uharr;\": { \"codepoints\": [8638], \"characters\": \"\\u21BE\" },\n    \"&uhblk;\": { \"codepoints\": [9600], \"characters\": \"\\u2580\" },\n    \"&ulcorn;\": { \"codepoints\": [8988], \"characters\": \"\\u231C\" },\n    \"&ulcorner;\": { \"codepoints\": [8988], \"characters\": \"\\u231C\" },\n    \"&ulcrop;\": { \"codepoints\": [8975], \"characters\": \"\\u230F\" },\n    \"&ultri;\": { \"codepoints\": [9720], \"characters\": \"\\u25F8\" },\n    \"&Umacr;\": { \"codepoints\": [362], \"characters\": \"\\u016A\" },\n    \"&umacr;\": { \"codepoints\": [363], \"characters\": \"\\u016B\" },\n    \"&uml;\": { \"codepoints\": [168], \"characters\": \"\\u00A8\" },\n    \"&uml\": { \"codepoints\": [168], \"characters\": \"\\u00A8\" },\n    \"&UnderBar;\": { \"codepoints\": [95], \"characters\": \"\\u005F\" },\n    \"&UnderBrace;\": { \"codepoints\": [9183], \"characters\": \"\\u23DF\" },\n    \"&UnderBracket;\": { \"codepoints\": [9141], \"characters\": \"\\u23B5\" },\n    \"&UnderParenthesis;\": { \"codepoints\": [9181], \"characters\": \"\\u23DD\" },\n    \"&Union;\": { \"codepoints\": [8899], \"characters\": \"\\u22C3\" },\n    \"&UnionPlus;\": { \"codepoints\": [8846], \"characters\": \"\\u228E\" },\n    \"&Uogon;\": { \"codepoints\": [370], \"characters\": \"\\u0172\" },\n    \"&uogon;\": { \"codepoints\": [371], \"characters\": \"\\u0173\" },\n    \"&Uopf;\": { \"codepoints\": [120140], \"characters\": \"\\uD835\\uDD4C\" },\n    \"&uopf;\": { \"codepoints\": [120166], \"characters\": \"\\uD835\\uDD66\" },\n    \"&UpArrowBar;\": { \"codepoints\": [10514], \"characters\": \"\\u2912\" },\n    \"&uparrow;\": { \"codepoints\": [8593], \"characters\": \"\\u2191\" },\n    \"&UpArrow;\": { \"codepoints\": [8593], \"characters\": \"\\u2191\" },\n    \"&Uparrow;\": { \"codepoints\": [8657], \"characters\": \"\\u21D1\" },\n    \"&UpArrowDownArrow;\": { \"codepoints\": [8645], \"characters\": \"\\u21C5\" },\n    \"&updownarrow;\": { \"codepoints\": [8597], \"characters\": \"\\u2195\" },\n    \"&UpDownArrow;\": { \"codepoints\": [8597], \"characters\": \"\\u2195\" },\n    \"&Updownarrow;\": { \"codepoints\": [8661], \"characters\": \"\\u21D5\" },\n    \"&UpEquilibrium;\": { \"codepoints\": [10606], \"characters\": \"\\u296E\" },\n    \"&upharpoonleft;\": { \"codepoints\": [8639], \"characters\": \"\\u21BF\" },\n    \"&upharpoonright;\": { \"codepoints\": [8638], \"characters\": \"\\u21BE\" },\n    \"&uplus;\": { \"codepoints\": [8846], \"characters\": \"\\u228E\" },\n    \"&UpperLeftArrow;\": { \"codepoints\": [8598], \"characters\": \"\\u2196\" },\n    \"&UpperRightArrow;\": { \"codepoints\": [8599], \"characters\": \"\\u2197\" },\n    \"&upsi;\": { \"codepoints\": [965], \"characters\": \"\\u03C5\" },\n    \"&Upsi;\": { \"codepoints\": [978], \"characters\": \"\\u03D2\" },\n    \"&upsih;\": { \"codepoints\": [978], \"characters\": \"\\u03D2\" },\n    \"&Upsilon;\": { \"codepoints\": [933], \"characters\": \"\\u03A5\" },\n    \"&upsilon;\": { \"codepoints\": [965], \"characters\": \"\\u03C5\" },\n    \"&UpTeeArrow;\": { \"codepoints\": [8613], \"characters\": \"\\u21A5\" },\n    \"&UpTee;\": { \"codepoints\": [8869], \"characters\": \"\\u22A5\" },\n    \"&upuparrows;\": { \"codepoints\": [8648], \"characters\": \"\\u21C8\" },\n    \"&urcorn;\": { \"codepoints\": [8989], \"characters\": \"\\u231D\" },\n    \"&urcorner;\": { \"codepoints\": [8989], \"characters\": \"\\u231D\" },\n    \"&urcrop;\": { \"codepoints\": [8974], \"characters\": \"\\u230E\" },\n    \"&Uring;\": { \"codepoints\": [366], \"characters\": \"\\u016E\" },\n    \"&uring;\": { \"codepoints\": [367], \"characters\": \"\\u016F\" },\n    \"&urtri;\": { \"codepoints\": [9721], \"characters\": \"\\u25F9\" },\n    \"&Uscr;\": { \"codepoints\": [119984], \"characters\": \"\\uD835\\uDCB0\" },\n    \"&uscr;\": { \"codepoints\": [120010], \"characters\": \"\\uD835\\uDCCA\" },\n    \"&utdot;\": { \"codepoints\": [8944], \"characters\": \"\\u22F0\" },\n    \"&Utilde;\": { \"codepoints\": [360], \"characters\": \"\\u0168\" },\n    \"&utilde;\": { \"codepoints\": [361], \"characters\": \"\\u0169\" },\n    \"&utri;\": { \"codepoints\": [9653], \"characters\": \"\\u25B5\" },\n    \"&utrif;\": { \"codepoints\": [9652], \"characters\": \"\\u25B4\" },\n    \"&uuarr;\": { \"codepoints\": [8648], \"characters\": \"\\u21C8\" },\n    \"&Uuml;\": { \"codepoints\": [220], \"characters\": \"\\u00DC\" },\n    \"&Uuml\": { \"codepoints\": [220], \"characters\": \"\\u00DC\" },\n    \"&uuml;\": { \"codepoints\": [252], \"characters\": \"\\u00FC\" },\n    \"&uuml\": { \"codepoints\": [252], \"characters\": \"\\u00FC\" },\n    \"&uwangle;\": { \"codepoints\": [10663], \"characters\": \"\\u29A7\" },\n    \"&vangrt;\": { \"codepoints\": [10652], \"characters\": \"\\u299C\" },\n    \"&varepsilon;\": { \"codepoints\": [1013], \"characters\": \"\\u03F5\" },\n    \"&varkappa;\": { \"codepoints\": [1008], \"characters\": \"\\u03F0\" },\n    \"&varnothing;\": { \"codepoints\": [8709], \"characters\": \"\\u2205\" },\n    \"&varphi;\": { \"codepoints\": [981], \"characters\": \"\\u03D5\" },\n    \"&varpi;\": { \"codepoints\": [982], \"characters\": \"\\u03D6\" },\n    \"&varpropto;\": { \"codepoints\": [8733], \"characters\": \"\\u221D\" },\n    \"&varr;\": { \"codepoints\": [8597], \"characters\": \"\\u2195\" },\n    \"&vArr;\": { \"codepoints\": [8661], \"characters\": \"\\u21D5\" },\n    \"&varrho;\": { \"codepoints\": [1009], \"characters\": \"\\u03F1\" },\n    \"&varsigma;\": { \"codepoints\": [962], \"characters\": \"\\u03C2\" },\n    \"&varsubsetneq;\": { \"codepoints\": [8842, 65024], \"characters\": \"\\u228A\\uFE00\" },\n    \"&varsubsetneqq;\": { \"codepoints\": [10955, 65024], \"characters\": \"\\u2ACB\\uFE00\" },\n    \"&varsupsetneq;\": { \"codepoints\": [8843, 65024], \"characters\": \"\\u228B\\uFE00\" },\n    \"&varsupsetneqq;\": { \"codepoints\": [10956, 65024], \"characters\": \"\\u2ACC\\uFE00\" },\n    \"&vartheta;\": { \"codepoints\": [977], \"characters\": \"\\u03D1\" },\n    \"&vartriangleleft;\": { \"codepoints\": [8882], \"characters\": \"\\u22B2\" },\n    \"&vartriangleright;\": { \"codepoints\": [8883], \"characters\": \"\\u22B3\" },\n    \"&vBar;\": { \"codepoints\": [10984], \"characters\": \"\\u2AE8\" },\n    \"&Vbar;\": { \"codepoints\": [10987], \"characters\": \"\\u2AEB\" },\n    \"&vBarv;\": { \"codepoints\": [10985], \"characters\": \"\\u2AE9\" },\n    \"&Vcy;\": { \"codepoints\": [1042], \"characters\": \"\\u0412\" },\n    \"&vcy;\": { \"codepoints\": [1074], \"characters\": \"\\u0432\" },\n    \"&vdash;\": { \"codepoints\": [8866], \"characters\": \"\\u22A2\" },\n    \"&vDash;\": { \"codepoints\": [8872], \"characters\": \"\\u22A8\" },\n    \"&Vdash;\": { \"codepoints\": [8873], \"characters\": \"\\u22A9\" },\n    \"&VDash;\": { \"codepoints\": [8875], \"characters\": \"\\u22AB\" },\n    \"&Vdashl;\": { \"codepoints\": [10982], \"characters\": \"\\u2AE6\" },\n    \"&veebar;\": { \"codepoints\": [8891], \"characters\": \"\\u22BB\" },\n    \"&vee;\": { \"codepoints\": [8744], \"characters\": \"\\u2228\" },\n    \"&Vee;\": { \"codepoints\": [8897], \"characters\": \"\\u22C1\" },\n    \"&veeeq;\": { \"codepoints\": [8794], \"characters\": \"\\u225A\" },\n    \"&vellip;\": { \"codepoints\": [8942], \"characters\": \"\\u22EE\" },\n    \"&verbar;\": { \"codepoints\": [124], \"characters\": \"\\u007C\" },\n    \"&Verbar;\": { \"codepoints\": [8214], \"characters\": \"\\u2016\" },\n    \"&vert;\": { \"codepoints\": [124], \"characters\": \"\\u007C\" },\n    \"&Vert;\": { \"codepoints\": [8214], \"characters\": \"\\u2016\" },\n    \"&VerticalBar;\": { \"codepoints\": [8739], \"characters\": \"\\u2223\" },\n    \"&VerticalLine;\": { \"codepoints\": [124], \"characters\": \"\\u007C\" },\n    \"&VerticalSeparator;\": { \"codepoints\": [10072], \"characters\": \"\\u2758\" },\n    \"&VerticalTilde;\": { \"codepoints\": [8768], \"characters\": \"\\u2240\" },\n    \"&VeryThinSpace;\": { \"codepoints\": [8202], \"characters\": \"\\u200A\" },\n    \"&Vfr;\": { \"codepoints\": [120089], \"characters\": \"\\uD835\\uDD19\" },\n    \"&vfr;\": { \"codepoints\": [120115], \"characters\": \"\\uD835\\uDD33\" },\n    \"&vltri;\": { \"codepoints\": [8882], \"characters\": \"\\u22B2\" },\n    \"&vnsub;\": { \"codepoints\": [8834, 8402], \"characters\": \"\\u2282\\u20D2\" },\n    \"&vnsup;\": { \"codepoints\": [8835, 8402], \"characters\": \"\\u2283\\u20D2\" },\n    \"&Vopf;\": { \"codepoints\": [120141], \"characters\": \"\\uD835\\uDD4D\" },\n    \"&vopf;\": { \"codepoints\": [120167], \"characters\": \"\\uD835\\uDD67\" },\n    \"&vprop;\": { \"codepoints\": [8733], \"characters\": \"\\u221D\" },\n    \"&vrtri;\": { \"codepoints\": [8883], \"characters\": \"\\u22B3\" },\n    \"&Vscr;\": { \"codepoints\": [119985], \"characters\": \"\\uD835\\uDCB1\" },\n    \"&vscr;\": { \"codepoints\": [120011], \"characters\": \"\\uD835\\uDCCB\" },\n    \"&vsubnE;\": { \"codepoints\": [10955, 65024], \"characters\": \"\\u2ACB\\uFE00\" },\n    \"&vsubne;\": { \"codepoints\": [8842, 65024], \"characters\": \"\\u228A\\uFE00\" },\n    \"&vsupnE;\": { \"codepoints\": [10956, 65024], \"characters\": \"\\u2ACC\\uFE00\" },\n    \"&vsupne;\": { \"codepoints\": [8843, 65024], \"characters\": \"\\u228B\\uFE00\" },\n    \"&Vvdash;\": { \"codepoints\": [8874], \"characters\": \"\\u22AA\" },\n    \"&vzigzag;\": { \"codepoints\": [10650], \"characters\": \"\\u299A\" },\n    \"&Wcirc;\": { \"codepoints\": [372], \"characters\": \"\\u0174\" },\n    \"&wcirc;\": { \"codepoints\": [373], \"characters\": \"\\u0175\" },\n    \"&wedbar;\": { \"codepoints\": [10847], \"characters\": \"\\u2A5F\" },\n    \"&wedge;\": { \"codepoints\": [8743], \"characters\": \"\\u2227\" },\n    \"&Wedge;\": { \"codepoints\": [8896], \"characters\": \"\\u22C0\" },\n    \"&wedgeq;\": { \"codepoints\": [8793], \"characters\": \"\\u2259\" },\n    \"&weierp;\": { \"codepoints\": [8472], \"characters\": \"\\u2118\" },\n    \"&Wfr;\": { \"codepoints\": [120090], \"characters\": \"\\uD835\\uDD1A\" },\n    \"&wfr;\": { \"codepoints\": [120116], \"characters\": \"\\uD835\\uDD34\" },\n    \"&Wopf;\": { \"codepoints\": [120142], \"characters\": \"\\uD835\\uDD4E\" },\n    \"&wopf;\": { \"codepoints\": [120168], \"characters\": \"\\uD835\\uDD68\" },\n    \"&wp;\": { \"codepoints\": [8472], \"characters\": \"\\u2118\" },\n    \"&wr;\": { \"codepoints\": [8768], \"characters\": \"\\u2240\" },\n    \"&wreath;\": { \"codepoints\": [8768], \"characters\": \"\\u2240\" },\n    \"&Wscr;\": { \"codepoints\": [119986], \"characters\": \"\\uD835\\uDCB2\" },\n    \"&wscr;\": { \"codepoints\": [120012], \"characters\": \"\\uD835\\uDCCC\" },\n    \"&xcap;\": { \"codepoints\": [8898], \"characters\": \"\\u22C2\" },\n    \"&xcirc;\": { \"codepoints\": [9711], \"characters\": \"\\u25EF\" },\n    \"&xcup;\": { \"codepoints\": [8899], \"characters\": \"\\u22C3\" },\n    \"&xdtri;\": { \"codepoints\": [9661], \"characters\": \"\\u25BD\" },\n    \"&Xfr;\": { \"codepoints\": [120091], \"characters\": \"\\uD835\\uDD1B\" },\n    \"&xfr;\": { \"codepoints\": [120117], \"characters\": \"\\uD835\\uDD35\" },\n    \"&xharr;\": { \"codepoints\": [10231], \"characters\": \"\\u27F7\" },\n    \"&xhArr;\": { \"codepoints\": [10234], \"characters\": \"\\u27FA\" },\n    \"&Xi;\": { \"codepoints\": [926], \"characters\": \"\\u039E\" },\n    \"&xi;\": { \"codepoints\": [958], \"characters\": \"\\u03BE\" },\n    \"&xlarr;\": { \"codepoints\": [10229], \"characters\": \"\\u27F5\" },\n    \"&xlArr;\": { \"codepoints\": [10232], \"characters\": \"\\u27F8\" },\n    \"&xmap;\": { \"codepoints\": [10236], \"characters\": \"\\u27FC\" },\n    \"&xnis;\": { \"codepoints\": [8955], \"characters\": \"\\u22FB\" },\n    \"&xodot;\": { \"codepoints\": [10752], \"characters\": \"\\u2A00\" },\n    \"&Xopf;\": { \"codepoints\": [120143], \"characters\": \"\\uD835\\uDD4F\" },\n    \"&xopf;\": { \"codepoints\": [120169], \"characters\": \"\\uD835\\uDD69\" },\n    \"&xoplus;\": { \"codepoints\": [10753], \"characters\": \"\\u2A01\" },\n    \"&xotime;\": { \"codepoints\": [10754], \"characters\": \"\\u2A02\" },\n    \"&xrarr;\": { \"codepoints\": [10230], \"characters\": \"\\u27F6\" },\n    \"&xrArr;\": { \"codepoints\": [10233], \"characters\": \"\\u27F9\" },\n    \"&Xscr;\": { \"codepoints\": [119987], \"characters\": \"\\uD835\\uDCB3\" },\n    \"&xscr;\": { \"codepoints\": [120013], \"characters\": \"\\uD835\\uDCCD\" },\n    \"&xsqcup;\": { \"codepoints\": [10758], \"characters\": \"\\u2A06\" },\n    \"&xuplus;\": { \"codepoints\": [10756], \"characters\": \"\\u2A04\" },\n    \"&xutri;\": { \"codepoints\": [9651], \"characters\": \"\\u25B3\" },\n    \"&xvee;\": { \"codepoints\": [8897], \"characters\": \"\\u22C1\" },\n    \"&xwedge;\": { \"codepoints\": [8896], \"characters\": \"\\u22C0\" },\n    \"&Yacute;\": { \"codepoints\": [221], \"characters\": \"\\u00DD\" },\n    \"&Yacute\": { \"codepoints\": [221], \"characters\": \"\\u00DD\" },\n    \"&yacute;\": { \"codepoints\": [253], \"characters\": \"\\u00FD\" },\n    \"&yacute\": { \"codepoints\": [253], \"characters\": \"\\u00FD\" },\n    \"&YAcy;\": { \"codepoints\": [1071], \"characters\": \"\\u042F\" },\n    \"&yacy;\": { \"codepoints\": [1103], \"characters\": \"\\u044F\" },\n    \"&Ycirc;\": { \"codepoints\": [374], \"characters\": \"\\u0176\" },\n    \"&ycirc;\": { \"codepoints\": [375], \"characters\": \"\\u0177\" },\n    \"&Ycy;\": { \"codepoints\": [1067], \"characters\": \"\\u042B\" },\n    \"&ycy;\": { \"codepoints\": [1099], \"characters\": \"\\u044B\" },\n    \"&yen;\": { \"codepoints\": [165], \"characters\": \"\\u00A5\" },\n    \"&yen\": { \"codepoints\": [165], \"characters\": \"\\u00A5\" },\n    \"&Yfr;\": { \"codepoints\": [120092], \"characters\": \"\\uD835\\uDD1C\" },\n    \"&yfr;\": { \"codepoints\": [120118], \"characters\": \"\\uD835\\uDD36\" },\n    \"&YIcy;\": { \"codepoints\": [1031], \"characters\": \"\\u0407\" },\n    \"&yicy;\": { \"codepoints\": [1111], \"characters\": \"\\u0457\" },\n    \"&Yopf;\": { \"codepoints\": [120144], \"characters\": \"\\uD835\\uDD50\" },\n    \"&yopf;\": { \"codepoints\": [120170], \"characters\": \"\\uD835\\uDD6A\" },\n    \"&Yscr;\": { \"codepoints\": [119988], \"characters\": \"\\uD835\\uDCB4\" },\n    \"&yscr;\": { \"codepoints\": [120014], \"characters\": \"\\uD835\\uDCCE\" },\n    \"&YUcy;\": { \"codepoints\": [1070], \"characters\": \"\\u042E\" },\n    \"&yucy;\": { \"codepoints\": [1102], \"characters\": \"\\u044E\" },\n    \"&yuml;\": { \"codepoints\": [255], \"characters\": \"\\u00FF\" },\n    \"&yuml\": { \"codepoints\": [255], \"characters\": \"\\u00FF\" },\n    \"&Yuml;\": { \"codepoints\": [376], \"characters\": \"\\u0178\" },\n    \"&Zacute;\": { \"codepoints\": [377], \"characters\": \"\\u0179\" },\n    \"&zacute;\": { \"codepoints\": [378], \"characters\": \"\\u017A\" },\n    \"&Zcaron;\": { \"codepoints\": [381], \"characters\": \"\\u017D\" },\n    \"&zcaron;\": { \"codepoints\": [382], \"characters\": \"\\u017E\" },\n    \"&Zcy;\": { \"codepoints\": [1047], \"characters\": \"\\u0417\" },\n    \"&zcy;\": { \"codepoints\": [1079], \"characters\": \"\\u0437\" },\n    \"&Zdot;\": { \"codepoints\": [379], \"characters\": \"\\u017B\" },\n    \"&zdot;\": { \"codepoints\": [380], \"characters\": \"\\u017C\" },\n    \"&zeetrf;\": { \"codepoints\": [8488], \"characters\": \"\\u2128\" },\n    \"&ZeroWidthSpace;\": { \"codepoints\": [8203], \"characters\": \"\\u200B\" },\n    \"&Zeta;\": { \"codepoints\": [918], \"characters\": \"\\u0396\" },\n    \"&zeta;\": { \"codepoints\": [950], \"characters\": \"\\u03B6\" },\n    \"&zfr;\": { \"codepoints\": [120119], \"characters\": \"\\uD835\\uDD37\" },\n    \"&Zfr;\": { \"codepoints\": [8488], \"characters\": \"\\u2128\" },\n    \"&ZHcy;\": { \"codepoints\": [1046], \"characters\": \"\\u0416\" },\n    \"&zhcy;\": { \"codepoints\": [1078], \"characters\": \"\\u0436\" },\n    \"&zigrarr;\": { \"codepoints\": [8669], \"characters\": \"\\u21DD\" },\n    \"&zopf;\": { \"codepoints\": [120171], \"characters\": \"\\uD835\\uDD6B\" },\n    \"&Zopf;\": { \"codepoints\": [8484], \"characters\": \"\\u2124\" },\n    \"&Zscr;\": { \"codepoints\": [119989], \"characters\": \"\\uD835\\uDCB5\" },\n    \"&zscr;\": { \"codepoints\": [120015], \"characters\": \"\\uD835\\uDCCF\" },\n    \"&zwj;\": { \"codepoints\": [8205], \"characters\": \"\\u200D\" },\n    \"&zwnj;\": { \"codepoints\": [8204], \"characters\": \"\\u200C\" }\n};\n\nfunction decode(string) {\n    let regex = /&(#[xX]?)?.*?;/g;\n\n    string = string.replace(regex, (regexMatch) => {\n        let strippedMatch = regexMatch.replace(/[&;]/g, '');\n\n        //If entity is defined by its codepoint\n        if(strippedMatch.charAt(0) === '#') {\n            strippedMatch = strippedMatch.replace(/#/, '');\n\n            let charCode;\n            if(strippedMatch.charAt(0).toLowerCase() === 'x') {\n                charCode = parseInt('0' + strippedMatch);\n            } else {\n                charCode = parseInt(strippedMatch);\n            }\n\n            return String.fromCharCode(charCode);\n        }\n\n        //If entity is defined by its acronym\n        let ref = NAMED_CHARACTER_REFERENCES[regexMatch];\n        if(ref) {\n            return ref.characters;\n        }\n\n        return regexMatch;\n    });\n\n    return string;\n}\n\n//Encode characters described above into HTML safe text\nfunction encode(string) {\n    return string.replace(/[\\u00A0-\\uFFFF<>&'\"]/g, (i) => {\n        return '&#'+i.charCodeAt(0)+';';\n    });\n}"
  },
  {
    "path": "manifest.json",
    "content": "{\n  \"name\": \"__MSG_extension_name__\",\n  \"short_name\": \"find+\",\n  \"version\": \"1\",\n  \"author\": [\n    \"Michael Walz\",\n    \"Brandon Richardson\"\n  ],\n  \"manifest_version\": 3,\n  \"description\": \"__MSG_extension_description__\",\n  \"default_locale\": \"en\",\n  \"permissions\": [\n    \"activeTab\",\n    \"background\",\n    \"storage\",\n    \"contextMenus\",\n    \"scripting\"\n  ],\n  \"host_permissions\": [\n    \"<all_urls>\"\n  ],\n  \"icons\": {\n    \"128\": \"resources/icon.png\",\n    \"16\": \"resources/icon.png\",\n    \"48\": \"resources/icon.png\"\n  },\n  \"action\": {\n    \"default_icon\": {\n      \"128\": \"resources/icon.png\",\n      \"16\": \"resources/icon.png\",\n      \"48\": \"resources/icon.png\"\n    },\n    \"default_popup\": \"popup/popup.html\"\n  },\n  \"background\": {\n    \"service_worker\": \"/background/service_worker.js\"\n  },\n  \"content_scripts\": [\n    {\n      \"matches\": [\n        \"<all_urls>\"\n      ],\n      \"all_frames\": false,\n      \"run_at\": \"document_end\",\n      \"js\": [\n        \"app.js\",\n        \"/lib/html-entity-handler/entityhandler.js\",\n        \"/content/content.js\",\n        \"/content/parser.js\",\n        \"/content/highlighter.js\"\n      ]\n    }\n  ],\n  \"omnibox\": {\n    \"keyword\": \"findplus\"\n  },\n  \"commands\": {\n    \"_execute_action\": {\n      \"suggested_key\": {\n        \"default\": \"Ctrl+Shift+F\",\n        \"mac\": \"MacCtrl+Shift+F\"\n      }\n    }\n  },\n  \"offline_enabled\": true,\n  \"incognito\": \"split\"\n}\n"
  },
  {
    "path": "manifest_firefox.json",
    "content": "{\n  \"name\": \"__MSG_extension_name__\",\n  \"short_name\": \"find+\",\n  \"version\": \"1\",\n  \"author\": \"Brandon Richardson, Michael Walz\",\n  \"manifest_version\": 2,\n  \"description\": \"__MSG_extension_description__\",\n  \"default_locale\": \"en\",\n  \"permissions\": [\n    \"activeTab\",\n    \"storage\",\n    \"contextMenus\",\n    \"<all_urls>\"\n  ],\n  \"icons\": {\n    \"128\": \"resources/icon.png\",\n    \"16\": \"resources/icon.png\",\n    \"48\": \"resources/icon.png\"\n  },\n  \"browser_action\": {\n    \"default_icon\": \"resources/icon.png\",\n    \"default_popup\": \"popup/popup.html\"\n  },\n  \"background\": {\n    \"scripts\": [\n      \"app.js\",\n      \"/background/browser-action-proxy.js\",\n      \"/background/content-proxy.js\",\n      \"/background/background.js\",\n      \"/background/omni.js\"\n    ]\n  },\n  \"content_scripts\": [{\n    \"matches\": [\"<all_urls>\"],\n    \"all_frames\": false,\n    \"run_at\": \"document_end\",\n    \"js\": [\n      \"app.js\",\n      \"/lib/html-entity-handler/entityhandler.js\",\n      \"/content/content.js\",\n      \"/content/parser.js\",\n      \"/content/highlighter.js\"\n    ]\n  }],\n  \"omnibox\": {\n    \"keyword\" : \"findplus\"\n  },\n  \"commands\": {\n    \"_execute_browser_action\": {\n      \"suggested_key\": {\n        \"default\": \"Ctrl+Shift+F\",\n        \"mac\": \"MacCtrl+Shift+F\"\n      }\n    }\n  }\n}\n"
  },
  {
    "path": "popup/css/extension.css",
    "content": "/* Styles Common to Entire Extension */\n\nbody {\n    margin: 3px;\n    width: 410px;\n    background-color: white;\n}\n\ndiv.pane {\n    display: none;\n    background-color: #eeeeee;\n    border-radius: 3px;\n    padding: 5px;\n    margin-top: 3px;\n    margin-bottom: 3px;\n}\n\n/* Fonts */\n.def-font, .pane-header {\n    font-family: \"Segoe UI\", Tahoma, sans-serif;\n    font-size: small;\n    color: black;\n}\n\n.pane-header {\n    vertical-align: middle;\n    display: block;\n}\n\n/* Input Field */\ninput.field {\n    background-color: transparent;\n    border: 0 solid;\n}\n\ninput.field textarea:focus, input:focus {\n    outline: none;\n}\n\ninput.field#search-field {\n    flex: auto;\n}\n\n/* Text Button */\nbutton.text-btn {\n    white-space: nowrap;\n    background-color: white;\n    color: black;\n    border: 2px solid white;\n    border-radius: 3px;\n    font-family: \"Arial\", Arial, sans-serif;\n    font-size: 12px;\n    margin: auto 3px auto auto;\n    vertical-align: middle;\n}\n\nbutton.text-btn:hover {\n    box-shadow: 1px 1px 12px 1px rgba(196,196,196,1);\n}\n\nbutton.text-btn:focus {\n    outline: none;\n}\n\nbutton.text-btn.warn {\n    background-color: #e84545;\n    color: white;\n    border: 2px solid #e84545;\n}\n\n/* Controls Button */\nbutton.controls-button {\n    display: block;\n    background: transparent no-repeat center;\n    border-width: 0;\n    border-radius: 2px;\n    width: 25px;\n    height: 25px;\n    padding: 0;\n}\n\nbutton.controls-button:focus {\n    outline: none;\n}\n\nbutton.controls-button:hover {\n    background-color: #eaeaea;\n}\n\nbutton.controls-button:active {\n    border-radius: 25px;\n    background-color: #dadada;\n}\n\nbutton.controls-button:disabled {\n    background-color: transparent;\n    opacity: 0.2;\n}\n\ndiv.controls-button-cell {\n    width: 25px;\n    height: 25px;\n}\n"
  },
  {
    "path": "popup/css/messagepane.css",
    "content": "/* Message Pane Style */\ndiv.pane#extension-message-body {\n    padding: 0;\n}\n\ntable#message-table {\n    background-color: #eeeeee;\n    border-radius: 3px;\n    padding: 3px;\n}\n\nspan#extension-limitation-internal-restricted-browser-page-text,\nspan#extension-limitation-pdf-fileview-text,\nspan#extension-limitation-offline-file-search-text {\n    color: #FF0000;\n    display: none;\n}\n\nimg#exclamation-icon {\n    width: 20px;\n    height: 20px;\n    padding: 10px;\n}\n"
  },
  {
    "path": "popup/css/optionspane.css",
    "content": "/* Extension Options Pane */\ntable#regex-options-table {\n    width: 100%;\n    padding: 5px;\n}\n\ntd.options-table-toggle-cell {\n    width: 32px;\n    height: 17px;\n    padding: 0;\n}\n\nimg.information-hover-icon {\n    width: 10px;\n    height: 10px;\n}\n\n/* Switch and Slider Components */\nlabel.switch {\n    position: relative;\n    display: inline-block;\n    width: 30px;\n    height: 17px;\n}\n\nlabel.switch input {\n    display:none;\n}\n\ndiv.toggle-slider {\n    position: absolute;\n    cursor: pointer;\n    top: 0;\n    left: 0;\n    right: 0;\n    bottom: 0;\n    background-color: #ccc;\n    transition: .4s;\n}\n\ndiv.toggle-slider:before {\n    position: absolute;\n    content: '';\n    height: 13px;\n    width: 13px;\n    left: 2px;\n    bottom: 2px;\n    background-color: white;\n    transition: .4s;\n}\n\ninput:checked + .toggle-slider {\n    background-color: #ff9600;\n}\n\ninput:focus + .toggle-slider {\n    box-shadow: 0 0 1px #ff9600;\n}\n\ninput:checked + .toggle-slider:before {\n    transform: translateX(13px);\n}\n\ndiv#options-controls-container {\n    width: 100%;\n    margin-top: 10px;\n    margin-bottom: 5px;\n    overflow: hidden;\n}\n\nbutton#reset-options-button {\n    float: right;\n}\n\n/* Slider CSS */\n.slider-container {\n    display: inline-flex;\n    width: 100%;\n}\n\n.slider {\n    -moz-appearance: none;\n    -webkit-appearance: none;\n    width: 100%;\n    height: 6px;\n    border-radius: 5px;\n    background: #ff9600;\n    outline: none;\n    margin: auto auto auto 3px;\n}\n\n.slider::-webkit-slider-thumb {\n    -webkit-appearance: none;\n    width: 10px;\n    height: 10px;\n    border-radius: 50%;\n    border: 2px solid white;\n    background: #666;\n    cursor: pointer;\n    transition: background .15s ease-in-out;\n}\n\n.slider::-moz-range-thumb {\n    -moz-appearance: none;\n    width: 10px;\n    height: 10px;\n    border-radius: 50%;\n    border: 2px solid white;\n    background: #666;\n    cursor: pointer;\n    transition: background .15s ease-in-out;\n}\n\n.slider::-webkit-slider-thumb:hover {\n    background: #eee;\n}\n\n.slider::-webkit-slider-thumb:active {\n    background: #eee;\n}\n\n.slider::-moz-range-track {\n    background: none;\n    border: none;\n}\n\n.slider-value {\n    display: inline-block;\n    position: relative;\n    min-width: 50px;\n    color: #fff;\n    text-align: center;\n    border-radius: 3px;\n    background: #ff9600;\n    padding: 5px 10px;\n    font-family: monospace;\n    font-size: 12px;\n    vertical-align: middle;\n    margin: auto 4px auto 8px;\n}\n\n.slider-value:after {\n    position: absolute;\n    top: 5px;\n    left: -5px;\n    width: 0;\n    height: 0;\n    border-top: 5px solid transparent;\n    border-right: 5px solid #ff9600;\n    border-bottom: 5px solid transparent;\n    content: '';\n}\n\n.color-slider {\n    background: linear-gradient(to right,hsl(0,100%,50%),hsl(60,100%,50%),hsl(120,100%,50%),hsl(180,100%,50%),hsl(240,100%,50%),hsl(300,100%,50%),hsl(360,100%,50%));\n}\n\n.color-saturation-slider {\n    background: linear-gradient(to right,hsl(0,0%,100%),hsl(0,0%,0%));\n}\n\n.color-value-slider {\n    background: linear-gradient(to right,hsl(0,0%,0%),hsl(0,0%,100%));\n}\n\n.color-slider-value {\n    white-space: nowrap;\n}\n\n.color-indicator {\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    display: inline-block;\n    border: 2px solid white;\n    flex: none;\n    margin: 3px auto;\n}\n\n.color-indicator#index-highlight-color-indicator {\n    background: #fff000;\n}\n\n.color-indicator#all-highlight-color-indicator {\n    background: #ff9813;\n}\n"
  },
  {
    "path": "popup/css/replacepane.css",
    "content": "/* Replace Pane Body */\ndiv#replace-body-container {\n    max-width: 100%;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n}\n\ndiv#replace-field-container,\ndiv#replace-controls-container {\n    display: inline-flex;\n    align-items: center;\n}\n\ndiv#replace-field-container {\n    width: 100%;\n    padding-right: 5px;\n}\n\ndiv#replace-controls-container {\n    padding-left: 5px;\n}\n\ninput.field#replace-field {\n    flex: auto;\n}\n\n/* Replace Control Buttons */\nbutton.replace-button {\n    background: transparent no-repeat center;\n    border-width: 0;\n    border-radius: 2px;\n    vertical-align: middle;\n    white-space: nowrap;\n}\n\nbutton.replace-button:focus {\n    outline: none;\n}\n\nbutton.replace-button:hover {\n    background-color: #ffffff;\n}\n\nbutton.replace-button:active {\n    border-radius: 30px;\n    background-color: #ffffff;\n}\n\nbutton.replace-button:disabled {\n    background-color: transparent;\n    opacity: 0.2;\n}\n"
  },
  {
    "path": "popup/css/savedexpressionspane.css",
    "content": "/* extension message style */\ndiv#saved-expressions-body {\n    overflow: hidden;\n}\n\ndiv#saved-expressions-body-header-container {\n    margin-bottom: 5px;\n}\n\ndiv#saved-expressions-entry-list {\n    max-height: 300px;\n    overflow: auto;\n}\n\ndiv.saved-expression-entry {\n    margin: 3px 3px 5px 3px;\n    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);\n    border-radius: 3px;\n    background-color: #fff;\n    display: flex;\n}\n\nbutton.saved-expression-entry-button {\n    width: 100%;\n    text-align: left;\n    padding-left: 8px;\n    white-space: nowrap;\n    overflow: hidden;\n    text-overflow: ellipsis;\n}\n\nspan.saved-expression-entry-text {\n    margin-left: 5px;\n}\n\ndiv#saved-expressions-body-controls {\n    float: right;\n    margin-top: 5px;\n}\n\nbutton.controls-button.delete-saved-expression-entry-button {\n    background-image: url(/popup/img/icon/cross.svg);\n    background-size: 12px 12px;\n}\n"
  },
  {
    "path": "popup/css/searchpane.css",
    "content": "/* Search Pane Style */\ndiv#popup-body {\n    width: 100%;\n}\n\ndiv#popup-body-container {\n    max-width: 100%;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n}\n\ndiv#search-field-container,\ndiv#search-controls-container {\n    display: inline-flex;\n}\n\ndiv#search-field-container {\n    width: 100%;\n}\n\ndiv#search-controls-container {\n    border-left: 1px solid #e0e0e0;\n    margin-left: 5px;\n}\n\ndiv#search-info {\n    min-width: 60px;\n    text-align: right;\n    user-select: none;\n    cursor: default;\n}\n\nspan#index-text {\n    color: #888888;\n    white-space: nowrap;\n    text-align: right;\n}\n\nimg.extension-error-icon {\n    width: 10px;\n    height: 10px;\n    display: none;\n}\n\nbutton.controls-button#search-prev-button {\n    background-image: url(/popup/img/icon/chevron-up.svg);\n    background-size: 12px 12px;\n}\n\nbutton.controls-button#search-next-button {\n    background-image: url(/popup/img/icon/chevron-down.svg);\n    background-size: 12px 12px;\n}\n\nbutton.controls-button#search-toggle-options-button {\n    background-image: url(/popup/img/icon/wrench.svg);\n    background-size: 12px 12px;\n}\n\nbutton.controls-button#saved-expressions-toggle-button {\n    background-image: url(/popup/img/icon/bookmark.svg);\n    background-size: 12px 12px;\n}\n\nbutton.controls-button#copy-text-to-clipboard-button {\n    background-image: url(/popup/img/icon/copy-to-clipboard-line.svg);\n    background-size: 12px 12px;\n}\n\nbutton.controls-button#close-button {\n    background-image: url(/popup/img/icon/cross.svg);\n    background-size: 10px 10px;\n}\n\nbutton.controls-button#find-replace-button {\n    background-image: url(/popup/img/icon/document-remove.svg);\n    background-size: 12px 12px;\n}\n"
  },
  {
    "path": "popup/js/background-proxy.js",
    "content": "'use strict';\n\n/**\n * Create the Popup BackgroundProxy namespace.\n * */\nFind.register('Popup.BackgroundProxy', function (self) {\n    let port = Find.browser.runtime.connect({name: 'popup_to_background_port'});\n\n    /**\n     * Register the port message listener.\n     * */\n    self.openConnection = function() {\n        registerPortListener(port);\n    };\n\n    /**\n     * Close the port.\n     * */\n    self.closeConnection = function() {\n        port.disconnect();\n    };\n\n    /**\n     * Post a message to the background script.\n     *\n     * @param {object} message - The message to post to the background script.\n     * */\n    self.postMessage = function(message) {\n        port.postMessage(message);\n    };\n\n    /**\n     * Register the post message listener.\n     *\n     * @private\n     * @param {object} port - The port to the background script\n     * */\n    function registerPortListener(port) {\n        port.onMessage.addListener(messageHandler);\n    }\n\n    /**\n     * Delegate actions from the message contents.\n     *\n     * @private\n     * @param {object} response - The message received from the port.\n     * */\n    function messageHandler(response) {\n        switch(response.action) {\n            case 'install':\n                Find.Popup.BrowserAction.showInstallUpdateDetails(response.details);\n                break;\n            case 'browser_action_init':\n                Find.Popup.BrowserAction.startExtension(response.response);\n                break;\n            case 'index_update':\n                Find.Popup.BrowserAction.updateIndex(response.index, response.total);\n                break;\n            case 'get_occurrence':\n                Find.Popup.BrowserAction.copyTextToClipboard(response.response);\n                break;\n            case 'invalidate':\n                Find.Popup.BrowserAction.updateSearch();\n                break;\n            case 'close':\n                Find.Popup.BrowserAction.closeExtension();\n                break;\n            case 'empty_regex':\n            case 'invalid_regex':\n            default:\n                Find.Popup.BrowserAction.error(response.action);\n        }\n    }\n});"
  },
  {
    "path": "popup/js/browser-action.js",
    "content": "'use strict';\n\n/**\n * Create the Popup BrowserAction namespace.\n * */\nFind.register('Popup.BrowserAction', function (self) {\n\n    let initialized = false;\n    let index = 0;\n\n    /**\n     * Register event handlers and initialize extension browser action.\n     * */\n    self.init = function() {\n        Find.Popup.BackgroundProxy.openConnection();\n        Find.Popup.BackgroundProxy.postMessage({action: 'browser_action_init'});\n\n        document.body.addEventListener('keyup', (e) => {\n            if(e.code === 'KeyO' && e.ctrlKey && e.altKey) {\n                //CTRL+ALT+O => Toggle Options Pane\n                Find.Popup.OptionsPane.toggle();\n                Find.Popup.ReplacePane.show(false);\n                Find.Popup.SavedExpressionsPane.show(false);\n            } else if(e.code === 'KeyR' && e.ctrlKey && e.altKey) {\n                //CTRL+ALT+R => Toggle Replace Pane\n                Find.Popup.ReplacePane.toggle();\n                Find.Popup.OptionsPane.show(false);\n                Find.Popup.SavedExpressionsPane.show(false);\n            } else if(e.code === 'KeyH' && e.ctrlKey && e.altKey) {\n                //CTRL+ALT+R => Toggle Replace Pane\n                Find.Popup.SavedExpressionsPane.toggle();\n                Find.Popup.OptionsPane.show(false);\n                Find.Popup.ReplacePane.show(false);\n            }\n        }, true);\n\n        document.getElementById('popup-body').addEventListener('click', () => {\n            Find.Popup.SearchPane.focusSearchField();\n        });\n\n        Find.Popup.SearchPane.focusSearchField();\n    };\n\n    /**\n     * Initialize the browser action popup based on the current state of the active tab.\n     *\n     * If the URL is valid and reachable, the search field is either populated with the text selected\n     * in the page or the last search query pulled from local storage.\n     *\n     * If the URL is not valid or cannot be reached, an appropriate error message is shown.\n     *\n     * @param {object} initInformation - An object that contains information about the current session.\n     * */\n    self.startExtension = function(initInformation) {\n        let url = initInformation.activeTab.url;\n\n        // this is the only time we have the active window hostname\n        Find.Popup.History.setHostname(new URL(url).hostname);\n\n        if(isWithinBrowserNamespace(url) || isWithinBrowserWebsiteNamespace(url)) {\n            Find.Popup.MessagePane.showInternalRestrictedBrowserPageErrorMessage();\n            self.error('forbidden_url');\n        } else if(isPDF(url)) {\n            Find.Popup.MessagePane.showPDFSearchErrorMessage();\n            self.error('pdf_unsupported');\n        } else if(isLocalFile(url) && !initInformation.isReachable) {\n            Find.Popup.MessagePane.showOfflineFileErrorMessage();\n            self.error('offline_file');\n        } else {\n            if(initInformation.iframes > 0) {\n                Find.Popup.SearchPane.flashIframesFoundWarningIcon();\n            }\n\n            if(initInformation.selectedText) {\n                Find.Popup.SearchPane.setSearchFieldText(initInformation.selectedText);\n                Find.Popup.SearchPane.selectSearchField();\n                self.updateSearch();\n            } else if(initInformation.regex != null) {\n                Find.Popup.SearchPane.setSearchFieldText(initInformation.regex);\n                Find.Popup.SearchPane.selectSearchField();\n                self.updateSearch();\n            } else {\n                Find.Popup.History.retrieveForHost((expression) => {\n                    if (expression) {\n                        Find.Popup.SearchPane.setSearchFieldText(expression);\n                    }\n\n                    Find.Popup.SearchPane.selectSearchField();\n                    self.updateSearch();\n                });\n            }\n        }\n    };\n\n    /**\n     * Close the extension.\n     * */\n    self.closeExtension = function() {\n        Find.Popup.BackgroundProxy.closeConnection();\n        window.close();\n    };\n\n    /**\n     * Update the current search query.\n     * */\n    self.updateSearch = function() {\n        initialized = true;\n\n        let regex = Find.Popup.SearchPane.getSearchFieldText();\n        let options = Find.Popup.OptionsPane.getOptions();\n        Find.Popup.BackgroundProxy.postMessage({action: 'update', regex: regex, options: options});\n        Find.Popup.History.saveForHost(regex);\n    };\n\n    /**\n     * Seek forward to the next occurrence of the regex.\n     *\n     * If the search has not yet been initialized, it will invoke updateSearch().\n     * */\n    self.seekForwards = function() {\n        if(!initialized) {\n            self.updateSearch();\n            return;\n        }\n\n        let options = Find.Popup.OptionsPane.getOptions();\n        Find.Popup.BackgroundProxy.postMessage({action: 'next', options: options});\n        Find.Popup.SearchPane.focusSearchField();\n    };\n\n    /**\n     * Seek backwards to the previous occurrence of the regex.\n     *\n     * If the search has not yet been initialized, it will invoke updateSearch().\n     * */\n    self.seekBackwards = function() {\n        if(!initialized) {\n            self.updateSearch();\n            return;\n        }\n\n        let options = Find.Popup.OptionsPane.getOptions();\n        Find.Popup.BackgroundProxy.postMessage({action: 'previous', options: options});\n        Find.Popup.SearchPane.focusSearchField();\n    };\n\n    /**\n     * Replace the current occurrence with the text in the replace field, and seek to the next occurrence.\n     * */\n    self.replaceNext = function() {\n        let replaceWith = Find.Popup.ReplacePane.getReplaceFieldText();\n        let options = Find.Popup.OptionsPane.getOptions();\n        Find.Popup.BackgroundProxy.postMessage({action: 'replace_next', index: index, replaceWith: replaceWith, options: options});\n    };\n\n    /**\n     * Replace all occurrences with the text in the replace field.\n     * */\n    self.replaceAll = function() {\n        let replaceWith = Find.Popup.ReplacePane.getReplaceFieldText();\n        let options = Find.Popup.OptionsPane.getOptions();\n        Find.Popup.BackgroundProxy.postMessage({action: 'replace_all', replaceWith: replaceWith, options: options});\n    };\n\n    /**\n     * Follow the link at the current search index.\n     * */\n    self.followLink = function() {\n        if(!initialized) {\n            self.updateSearch();\n            return;\n        }\n\n        let options = Find.Popup.OptionsPane.getOptions();\n        Find.Popup.BackgroundProxy.postMessage({action: 'follow_link', options: options});\n    };\n\n    /**\n     * Issue a message to the background script requesting the current occurrence of the regex.\n     *\n     * @param {object} options - The options to be used by the background script.\n     * */\n    self.getOccurrence = function(options) {\n        if(!initialized) {\n            self.updateSearch();\n            return;\n        }\n\n        Find.Popup.BackgroundProxy.postMessage({action: 'get_occurrence', options: options});\n    };\n\n    /**\n     * Copy a given string to the clipboard.\n     *\n     * @param {string} text - The text to copy to the clipboard\n     * */\n    self.copyTextToClipboard = function(text) {\n        navigator.clipboard.writeText(text).then(() => {\n            Find.Popup.SearchPane.flashClipboardCopyIcon();\n        }).catch(() => {\n            Find.Popup.SearchPane.flashClipboardCopyErrorIcon();\n        });\n    };\n\n    /**\n     * Update the current search index. Disable buttons if the total is zero.\n     *\n     * @param {number} newIndex - The new occurrence index.\n     * @param {number} total - The total number of occurrences.\n     * */\n    self.updateIndex = function(newIndex, total) {\n        index = newIndex;\n\n        Find.Popup.SearchPane.updateIndexText(index, total);\n        Find.Popup.SearchPane.showMalformedRegexIcon(false);\n\n        Find.Popup.SearchPane.enableButtons(total !== 0);\n        Find.Popup.ReplacePane.enableButtons(total !== 0);\n    };\n\n    /**\n     * Reset the index, disable buttons, clear the index text.\n     *\n     * If the reason is 'invalid_regex', the malformed regex icon is shown.\n     *\n     * @param {string} reason - The cause of the error.\n     * */\n    self.error = function(reason) {\n        index = 0;\n\n        Find.Popup.SearchPane.enableButtons(false);\n        Find.Popup.ReplacePane.enableButtons(false);\n\n        Find.Popup.SearchPane.clearIndexText();\n        Find.Popup.SearchPane.showMalformedRegexIcon(reason === 'invalid_regex');\n    };\n\n    /**\n     * Momentarily display the install/update icon in the search pane.\n     *\n     * @param {object} details - A simple object containing a single key 'reason', with the value 'install' or 'update'.\n     * */\n    self.showInstallUpdateDetails = function(details) {\n        if(details.reason === 'install') {\n            Find.Popup.SearchPane.flashInstallInformationIcon();\n        } else if(details.reason === 'update') {\n            Find.Popup.SearchPane.flashUpdateInformationIcon();\n        }\n    };\n\n    /**\n     * Return whether or not the given url is within the browser internal namespace.\n     *\n     * @private\n     * @return {boolean} True if URL is within the browser internal namespace, false otherwise.\n     * */\n    function isWithinBrowserNamespace(url) {\n        if(url.match(/^(about|view-source):.*/)) {\n            return true;\n        }\n\n        if(Find.browserId !== 'Firefox') {\n            return url.match(/^(chrome(-extension)?|edge):\\/\\/.*/);\n        } else {\n            return url.match(/^moz-extension:\\/\\/.*/);\n        }\n    }\n\n    /**\n     * Return whether or not the given url is within the browser official website or newtab namespace.\n     *\n     * @private\n     * @return {boolean} True if URL is within the browser official website or newtab namespace, false otherwise.\n     * */\n    function isWithinBrowserWebsiteNamespace(url) {\n        if(Find.browserId !== 'Firefox') {\n            return url.match(/^https:\\/\\/chrome\\.google\\.com\\/webstore\\/.*/)\n                || url.match(/^https:\\/\\/chromewebstore\\.google\\.com\\/.*/)\n                || url.match(/^https:\\/\\/microsoftedge\\.microsoft\\.com\\/.*/)\n                || url.match(/^https:\\/\\/google\\.[^\\/]*\\/_\\/chrome\\/newtab.*/);\n        } else {\n            return url.match(/^https:\\/\\/addons\\.mozilla\\.org\\/.*/)\n                || url.match(/^https:\\/\\/support\\.mozilla\\.org\\/.*/);\n        }\n    }\n\n    /**\n     * Return whether or not the given url is a PDF.\n     *\n     * @private\n     * @return {boolean} True if URL is a PDF, false otherwise.\n     * */\n    function isPDF(url) {\n        return url.match(/.*\\.pdf$/i);\n    }\n\n    /**\n     * Return whether or not the given url is a local file.\n     *\n     * @private\n     * @return {boolean} True if URL is a local file, false otherwise.\n     * */\n    function isLocalFile(url) {\n        return url.match(/^file:\\/\\/.*/i);\n    }\n});"
  },
  {
    "path": "popup/js/history.js",
    "content": "'use strict';\n\n/**\n * Create the Popup History namespace.\n *\n * This namespace is responsible for retrieving and persisting previous search\n * queries for specific hosts. It's mostly a facade for the Find.Popup.Storage\n * API that has caching capabilities and logic for pruning old history.\n * */\nFind.register('Popup.History', function (self) {\n\n\tlet cachedHistory = null;\n\tlet currentHostname = null;\n\n\t/**\n\t * Since the hostname is only available when the popup is initialized,\n\t * the hostname can be set here at initialization time and so it can\n\t * be referenced later.\n\t *\n\t * @param {string} hostname - The hostname of the current page in the active tab.\n\t * */\n\tself.setHostname = function (hostname) {\n\t\tcurrentHostname = hostname;\n\t};\n\n\t/**\n\t * Retrieve the last search query for the current host, passing the\n\t * result to the given callback function.\n\t *\n\t * If the current hostname is not set, or no history data exists for\n\t * this host, null is passed to the callback.\n\t *\n\t * @param {function} callback - The callback function, accepting a single\n\t * argument that is the last known search query for this host, or null\n\t * if current hostname is not set, or no such information exists.\n\t * */\n\tself.retrieveForHost = function(callback) {\n\t\tif (!currentHostname) {\n\t\t\tcallback();\n\t\t\treturn;\n\t\t}\n\n\t\tFind.Popup.Storage.retrieveHistory((history) => {\n\t\t\tif (history && history[currentHostname]) {\n\t\t\t\tcallback(history[currentHostname].expression);\n\n\t\t\t\tcachedHistory = history;\n\t\t\t} else {\n\t\t\t\tcallback(null);\n\t\t\t}\n\t\t});\n\t};\n\n\t/**\n\t * Update the history entry for the current host with the new expression,\n\t * invoking the given callback when the operation is complete.\n\t *\n\t * If the number of history entries for all hosts exceeds 100, old queries\n\t * are pruned.\n\t *\n\t * @param {string} expression - The query/expression to save for the current host\n\t * @param {function} callback - The optional callback function invoked when the\n\t * operation is complete.\n\t * */\n\tself.saveForHost = function(expression, callback) {\n\t\tif (!callback) {\n\t\t\tcallback = () => {};\n\t\t}\n\n\t\tif (!currentHostname) {\n\t\t\tcallback();\n\t\t\treturn;\n\t\t}\n\n\t\t// if we cached the history, don't bother fetching from local storage\n\t\tif (cachedHistory) {\n\t\t\tcachedHistory[currentHostname] = {\n\t\t\t\texpression: expression,\n\t\t\t\ttimestamp: Date.now()\n\t\t\t};\n\n\t\t\t// prune and save\n\t\t\tcachedHistory = prune(cachedHistory);\n\t\t\tFind.Popup.Storage.saveHistory(cachedHistory, callback);\n\t\t} else {\n\t\t\tFind.Popup.Storage.retrieveHistory((history) => {\n\t\t\t\tif (!history) {\n\t\t\t\t\thistory = {};\n\t\t\t\t}\n\n\t\t\t\thistory[currentHostname] = {\n\t\t\t\t\texpression: expression,\n\t\t\t\t\ttimestamp: Date.now()\n\t\t\t\t};\n\n\t\t\t\thistory = prune(history);\n\n\t\t\t\tFind.Popup.Storage.saveHistory(history, () => {\n\t\t\t\t\tcachedHistory = history;\n\t\t\t\t\tcallback();\n\t\t\t\t});\n\t\t\t});\n\t\t}\n\t};\n\n\t/**\n\t * Prune old search history data to avoid exceeding localstorage space\n\t * limitations.\n\t *\n\t * History will only be pruned if the number of entries exceeds 100. If\n\t * exceeded, the oldest entries will be removed.\n\t *\n\t * @private\n\t * @param {object} history - History data.\n\t * @return {object} Pruned history data.\n\t * */\n\tfunction prune(history) {\n\t\t// only prune of number of items is over 100\n\t\tif (history && Object.keys(history).length <= 100)\n\t\t\treturn history;\n\n\t\tlet temporary = [];\n\t\tfor (let key in history) {\n\t\t\ttemporary.push({k: key, v: history[key]});\n\t\t}\n\n\t\ttemporary.sort((a, b) => {\n\t\t\treturn a.v.timestamp - b.v.timestamp;\n\t\t});\n\n\t\ttemporary = temporary.slice((temporary.length - 100), temporary.length);\n\n\t\tlet prunedHistory = {};\n\t\tfor (let element of temporary) {\n\t\t\tprunedHistory[element.k] = element.v;\n\t\t}\n\n\t\treturn prunedHistory;\n\t}\n});"
  },
  {
    "path": "popup/js/i18n.js",
    "content": "'use strict';\n\n/**\n * Create the Popup BackgroundProxy namespace.\n * */\nFind.register('Popup.i18n', function (self) {\n\n    /**\n     * Internationalize the browser action popup.\n     *\n     * Queries all elements with the attributes data-locale-title, data-locale-placeholder and data-locale-text,\n     * and replaces the title, placeholder or text with the localized string from the attribute value.\n     * */\n    self.init = function() {\n        let localizedTitles = document.querySelectorAll('[data-locale-title]');\n        for (let i = 0; i < localizedTitles.length; i++) {\n            let el = localizedTitles[i];\n            el.title = self.getLocalizedString(el.dataset.localeTitle);\n        }\n\n        let localizedPlaceholders = document.querySelectorAll('[data-locale-placeholder]');\n        for (let i = 0; i < localizedPlaceholders.length; i++) {\n            let el = localizedPlaceholders[i];\n            el.placeholder = self.getLocalizedString(el.dataset.localePlaceholder);\n        }\n\n        let localizedText = document.querySelectorAll('[data-locale-text]');\n        for (let i = 0; i < localizedText.length; i++) {\n            let el = localizedText[i];\n            el.innerText = self.getLocalizedString(el.dataset.localeText);\n        }\n    };\n\n    /**\n     * Extract a localized string from the browser i18n util.\n     *\n     * @param {string} messageKey - The key for the message.\n     * @return {string} The localized string.\n     * */\n    self.getLocalizedString = function(messageKey) {\n        return Find.browser.i18n.getMessage(messageKey);\n    };\n});"
  },
  {
    "path": "popup/js/message-pane.js",
    "content": "'use strict';\n\n/**\n * Create the Popup MessagePane namespace.\n * */\nFind.register('Popup.MessagePane', function (self) {\n\n    /**\n     * Display an error message that indicates that the current URL is forbidden.\n     * */\n    self.showInternalRestrictedBrowserPageErrorMessage = function() {\n        document.getElementById('extension-message-body').style.display = 'initial';\n        document.getElementById('extension-limitation-internal-restricted-browser-page-text').style.display = 'initial';\n    }\n\n    /**\n     * Display an error message that indicates that the current page cannot be parsed.\n     * */\n    self.showPDFSearchErrorMessage = function() {\n        document.getElementById('extension-message-body').style.display = 'initial';\n        document.getElementById('extension-limitation-pdf-fileview-text').style.display = 'initial';\n    };\n\n    /**\n     * Display an error message that indicates that the current page cannot be parsed.\n     * */\n    self.showOfflineFileErrorMessage = function() {\n        document.getElementById('extension-message-body').style.display = 'initial';\n        document.getElementById('extension-limitation-offline-file-search-text').style.display = 'initial';\n    };\n});"
  },
  {
    "path": "popup/js/options-pane.js",
    "content": "'use strict';\n\n/**\n * Create the Popup OptionsPane namespace.\n * */\nFind.register('Popup.OptionsPane', function (self) {\n\n    /**\n     * Default options. This object and all of it's properties are immutable.\n     * To use this object, it must be cloned into a mutable object.\n     *\n     * To clone this object:\n     * let mutableOptions = JSON.parse(JSON.stringify(DEFAULT_OPTIONS));\n     * */\n    const DEFAULT_OPTIONS = Object.freeze({\n        find_by_regex: true,\n        match_case: true,\n        persistent_highlights: false,\n        persistent_storage_incognito: false,\n        hide_options_button: false,\n        hide_saved_expressions_button: false,\n        hide_clipboard_button: true,\n        hide_find_replace_button: true,\n        max_results: 0,\n        index_highlight_color: Object.freeze({\n            hue: 34,\n            saturation: 0.925,\n            value: 1,\n            hexColor: '#ff9813'\n        }),\n        all_highlight_color: Object.freeze({\n            hue: 56,\n            saturation: 1,\n            value: 1,\n            hexColor: '#fff000'\n        })\n    });\n\n    let options = JSON.parse(JSON.stringify(DEFAULT_OPTIONS));\n\n    /**\n     * Register event handlers and initialize options pane.\n     * */\n    self.init = function() {\n        Find.Popup.Storage.retrieveOptions((data) => {\n            options = adaptOptions(data);\n            applyOptions();\n\n            Find.Popup.Storage.saveOptions(options);\n            if(Find.incognito) {\n                Find.Popup.Storage.lockStorage(!options.persistent_storage_incognito);\n            }\n        });\n\n        //Add toggle switches event listeners\n        document.getElementById('regex-option-regex-disable-toggle').addEventListener('change', (e) => {\n            options.find_by_regex = e.target.checked;\n            Find.Popup.Storage.saveOptions(options);\n            Find.Popup.BrowserAction.updateSearch();\n        });\n        document.getElementById('regex-option-case-insensitive-toggle').addEventListener('change', (e) => {\n            options.match_case = e.target.checked;\n            Find.Popup.Storage.saveOptions(options);\n            Find.Popup.BrowserAction.updateSearch();\n        });\n        document.getElementById('regex-option-persistent-highlights-toggle').addEventListener('change', (e) => {\n            options.persistent_highlights = e.target.checked;\n            Find.Popup.Storage.saveOptions(options);\n            Find.Popup.BrowserAction.updateSearch();\n        });\n        document.getElementById('regex-option-persistent-storage-incognito-toggle').addEventListener('change', (e) => {\n            options.persistent_storage_incognito = e.target.checked;\n\n            Find.Popup.Storage.lockStorage(false);\n            Find.Popup.Storage.saveOptions(options);\n            Find.Popup.Storage.lockStorage(!options.persistent_storage_incognito);\n        });\n        document.getElementById('hide-option-pane-toggle-option-toggle').addEventListener('change', (e) => {\n            options.hide_options_button = e.target.checked;\n            Find.Popup.Storage.saveOptions(options);\n            Find.Popup.SearchPane.hideOptionsPaneToggleButton(options.hide_options_button);\n        });\n        document.getElementById('hide-saved-expressions-pane-toggle-option-toggle').addEventListener('change', (e) => {\n            options.hide_saved_expressions_button = e.target.checked;\n            Find.Popup.Storage.saveOptions(options);\n            Find.Popup.SearchPane.hideSavedExpressionsPaneToggleButton(options.hide_saved_expressions_button);\n        });\n        document.getElementById('hide-copy-to-clipboard-option-toggle').addEventListener('change', (e) => {\n            options.hide_clipboard_button = e.target.checked;\n            Find.Popup.Storage.saveOptions(options);\n            Find.Popup.SearchPane.hideCopyOccurrencesToClipboardButton(options.hide_clipboard_button);\n        });\n        document.getElementById('find-replace-toggle-option-toggle').addEventListener('change', (e) => {\n            options.hide_find_replace_button = e.target.checked;\n            Find.Popup.Storage.saveOptions(options);\n            Find.Popup.SearchPane.hideFindReplacePaneToggleButton(options.hide_find_replace_button);\n        });\n\n        //Add max results slider event listeners\n        let maxResultsSlider = document.getElementById('max-results-slider');\n        maxResultsSlider.addEventListener('change', (e) => {\n            const rangeValues = [1,10,25,50,75,100,150,200,300,400,0];\n            let sliderValue = e.target.value;\n            options.max_results = rangeValues[sliderValue];\n\n            Find.Popup.Storage.saveOptions(options);\n            Find.Popup.BrowserAction.updateSearch();\n        });\n        maxResultsSlider.addEventListener('input', (e) => {\n            const rangeValues = [1,10,25,50,75,100,150,200,300,400,0];\n            let sliderValue = e.target.value;\n            options.max_results = rangeValues[sliderValue];\n\n            applyMaxResultsSliderOptions();\n        });\n\n        //Add index highlight color slider listeners\n        let indexHighlightHueSlider = document.getElementById('index-highlight-hue-slider');\n        indexHighlightHueSlider.addEventListener('change', (e) => {\n            options.index_highlight_color.hue = e.target.value;\n            options.index_highlight_color.hexColor = getIndexHighlightColorCode();\n\n            Find.Popup.Storage.saveOptions(options);\n            Find.Popup.BrowserAction.updateSearch();\n        });\n        indexHighlightHueSlider.addEventListener('input', (e) => {\n            options.index_highlight_color.hue = e.target.value;\n            options.index_highlight_color.hexColor = getIndexHighlightColorCode();\n\n            applyIndexHighlightColorSliderOptions();\n        });\n        let indexHighlightSaturationSlider = document.getElementById('index-highlight-saturation-slider');\n        indexHighlightSaturationSlider.addEventListener('change', (e) => {\n            options.index_highlight_color.saturation = e.target.value;\n            options.index_highlight_color.hexColor = getIndexHighlightColorCode();\n\n            Find.Popup.Storage.saveOptions(options);\n            Find.Popup.BrowserAction.updateSearch();\n        });\n        indexHighlightSaturationSlider.addEventListener('input', (e) => {\n            options.index_highlight_color.saturation = e.target.value;\n            options.index_highlight_color.hexColor = getIndexHighlightColorCode();\n\n            applyIndexHighlightColorSliderOptions();\n        });\n        let indexHighlightValueSlider = document.getElementById('index-highlight-value-slider');\n        indexHighlightValueSlider.addEventListener('change', (e) => {\n            options.index_highlight_color.value = e.target.value;\n            options.index_highlight_color.hexColor = getIndexHighlightColorCode();\n\n            Find.Popup.Storage.saveOptions(options);\n            Find.Popup.BrowserAction.updateSearch();\n        });\n        indexHighlightValueSlider.addEventListener('input', (e) => {\n            options.index_highlight_color.value = e.target.value;\n            options.index_highlight_color.hexColor = getIndexHighlightColorCode();\n\n            applyIndexHighlightColorSliderOptions();\n        });\n        let indexHighlightColorHexCodeField = document.getElementById('index-highlight-color-value');\n        indexHighlightColorHexCodeField.addEventListener('input', (e) => {\n            let hexColor = e.target.innerText;\n            if(!hexColor.match(/#[0-9a-f]{6}/)) {\n                return;\n            }\n\n            let color = new SimpleColor({hexCode: hexColor});\n            options.index_highlight_color.hue = color.getHue();\n            options.index_highlight_color.saturation = color.getSaturation();\n            options.index_highlight_color.value = color.getValue();\n            options.index_highlight_color.hexColor = hexColor;\n\n            applyIndexHighlightColorSliderOptions();\n            Find.Popup.Storage.saveOptions(options);\n            Find.Popup.BrowserAction.updateSearch();\n        });\n\n        //Add all highlight color slider listeners\n        let allHighlightHueSlider = document.getElementById('all-highlight-hue-slider');\n        allHighlightHueSlider.addEventListener('change', (e) => {\n            options.all_highlight_color.hue = e.target.value;\n            options.all_highlight_color.hexColor = getAllHighlightColorCode();\n\n            Find.Popup.Storage.saveOptions(options);\n            Find.Popup.BrowserAction.updateSearch();\n        });\n        allHighlightHueSlider.addEventListener('input', (e) => {\n            options.all_highlight_color.hue = e.target.value;\n            options.all_highlight_color.hexColor = getAllHighlightColorCode();\n\n            applyAllHighlightColorSliderOptions();\n        });\n        let allHighlightSaturationSlider = document.getElementById('all-highlight-saturation-slider');\n        allHighlightSaturationSlider.addEventListener('change', (e) => {\n            options.all_highlight_color.saturation = e.target.value;\n            options.all_highlight_color.hexColor = getAllHighlightColorCode();\n\n            Find.Popup.Storage.saveOptions(options);\n            Find.Popup.BrowserAction.updateSearch();\n        });\n        allHighlightSaturationSlider.addEventListener('input', (e) => {\n            options.all_highlight_color.saturation = e.target.value;\n            options.all_highlight_color.hexColor = getAllHighlightColorCode();\n\n            applyAllHighlightColorSliderOptions();\n        });\n        let allHighlightValueSlider = document.getElementById('all-highlight-value-slider');\n        allHighlightValueSlider.addEventListener('change', (e) => {\n            options.all_highlight_color.saturation = e.target.value;\n            options.all_highlight_color.hexColor = getAllHighlightColorCode();\n\n            Find.Popup.Storage.saveOptions(options);\n            Find.Popup.BrowserAction.updateSearch();\n        });\n        allHighlightValueSlider.addEventListener('input', (e) => {\n            options.all_highlight_color.value = e.target.value;\n            options.all_highlight_color.hexColor = getAllHighlightColorCode();\n\n            applyAllHighlightColorSliderOptions();\n        });\n        let allHighlightColorHexCodeField = document.getElementById('all-highlight-color-value');\n        allHighlightColorHexCodeField.addEventListener('input', (e) => {\n            let hexColor = e.target.innerText;\n            if(!hexColor.match(/#[0-9a-f]{6}/)) {\n                return;\n            }\n\n            let color = new SimpleColor({hexCode: hexColor});\n            options.all_highlight_color.hue = color.getHue();\n            options.all_highlight_color.saturation = color.getSaturation();\n            options.all_highlight_color.value = color.getValue();\n            options.all_highlight_color.hexColor = hexColor;\n\n            applyAllHighlightColorSliderOptions();\n            Find.Popup.Storage.saveOptions(options);\n            Find.Popup.BrowserAction.updateSearch();\n        });\n\n        //Add reset all options button listener\n        let resetAllOptionsButton = document.getElementById('reset-options-button');\n        resetAllOptionsButton.addEventListener('click', () => {\n            options = JSON.parse(JSON.stringify(DEFAULT_OPTIONS));\n            applyOptions();\n\n            Find.Popup.Storage.saveOptions(options);\n            Find.Popup.BrowserAction.updateSearch();\n        });\n    };\n\n    /**\n     * Show or hide the options pane.\n     *\n     * @param {boolean} value - Undefined or true to display the options pane, false to hide.\n     * */\n    self.show = function(value) {\n        let el = document.getElementById('options-body');\n        if(value === undefined || value) {\n            el.style.display = 'inherit';\n        } else {\n            el.style.display = 'none';\n        }\n    };\n\n    /**\n     * Toggle the options pane.\n     * */\n    self.toggle = function() {\n        let el = document.getElementById('options-body');\n        if(el.style.display === 'none' || el.style.display === '') {\n            self.show(true);\n        } else {\n            self.show(false);\n        }\n    };\n\n    /**\n     * Return an object of values from the settings fields in the options pane.\n     *\n     * @return {object} an options object.\n     * */\n    self.getOptions = function() {\n        return options;\n    };\n\n    /**\n     * Apply an object representing a set of options to the options pane.\n     *\n     * @private\n     * */\n    function applyOptions() {\n        applyToggleOptions();\n        applyMaxResultsSliderOptions();\n        applyIndexHighlightColorSliderOptions();\n        applyAllHighlightColorSliderOptions();\n    }\n\n    /**\n     * Adapt a given object to represent a set of extension options. The main purpose of this function is to ensure\n     * that option objects persisted in local storage have all the necessary fields, for backwards compatibility.\n     *\n     * If a key or value is missing in the object, it is created and assigned a default value. If newOptions\n     * is null or undefined, the options object is created.\n     *\n     * @private\n     * @param {object} [newOptions] - The options object to adapt\n     * @return {object} A new object with the fields from the previous object, or default values if missing.\n     * */\n    function adaptOptions(newOptions) {\n        const defaultOptions = JSON.parse(JSON.stringify(DEFAULT_OPTIONS));\n        newOptions = newOptions || {};\n\n        return Object.assign({}, defaultOptions, newOptions);\n    }\n\n    /**\n     * Build a SimpleColor to get the hex color code for the index_highlight_color option.\n     *\n     * @private\n     * @returns {string} A hex color code for the index_highlight_color option.\n     * */\n    function getIndexHighlightColorCode() {\n        return new SimpleColor({\n            hue: options.index_highlight_color.hue,\n            saturation: options.index_highlight_color.saturation,\n            value: options.index_highlight_color.value\n        }).getHexColorCode();\n    }\n\n    /**\n     * Build a SimpleColor to get the hex color code for the all_highlight_color option.\n     *\n     * @private\n     * @returns {string} A hex color code for the all_highlight_color option.\n     * */\n    function getAllHighlightColorCode() {\n        return new SimpleColor({\n            hue: options.all_highlight_color.hue,\n            saturation: options.all_highlight_color.saturation,\n            value: options.all_highlight_color.value\n        }).getHexColorCode();\n    }\n\n    /**\n     * Apply the options for find_by_regex, match_case and persistent_highlights to the various related components.\n     *\n     * @private\n     * */\n    function applyToggleOptions() {\n        document.getElementById('regex-option-regex-disable-toggle').checked = options.find_by_regex;\n        document.getElementById('regex-option-case-insensitive-toggle').checked = options.match_case;\n        document.getElementById('regex-option-persistent-highlights-toggle').checked = options.persistent_highlights;\n        document.getElementById('regex-option-persistent-storage-incognito-toggle').checked = options.persistent_storage_incognito;\n        document.getElementById('hide-option-pane-toggle-option-toggle').checked = options.hide_options_button;\n        document.getElementById('hide-saved-expressions-pane-toggle-option-toggle').checked = options.hide_saved_expressions_button;\n        document.getElementById('hide-copy-to-clipboard-option-toggle').checked = options.hide_clipboard_button;\n        document.getElementById('find-replace-toggle-option-toggle').checked = options.hide_find_replace_button;\n\n        Find.Popup.SearchPane.hideOptionsPaneToggleButton(options.hide_options_button);\n        Find.Popup.SearchPane.hideSavedExpressionsPaneToggleButton(options.hide_saved_expressions_button);\n        Find.Popup.SearchPane.hideCopyOccurrencesToClipboardButton(options.hide_clipboard_button);\n        Find.Popup.SearchPane.hideFindReplacePaneToggleButton(options.hide_find_replace_button);\n    }\n\n    /**\n     * Apply the options for max_results to the various related components.\n     *\n     * @private\n     * */\n    function applyMaxResultsSliderOptions() {\n        const rangeValues = [1,10,25,50,75,100,150,200,300,400,0];\n        document.getElementById('max-results-slider').value = rangeValues.indexOf(options.max_results);\n        if(options.max_results === 0) {\n            document.getElementById('max-results-slider-value').innerText = '∞';\n        } else {\n            document.getElementById('max-results-slider-value').innerText = options.max_results.toString();\n        }\n    }\n\n    /**\n     * Apply the options for index_highlight_color to the various related components.\n     *\n     * @private\n     * */\n    function applyIndexHighlightColorSliderOptions() {\n        //Index Highlight Color Options\n        document.getElementById('index-highlight-hue-slider').value = options.index_highlight_color.hue;\n        document.getElementById('index-highlight-saturation-slider').value = options.index_highlight_color.saturation;\n        document.getElementById('index-highlight-value-slider').value = options.index_highlight_color.value;\n        document.getElementById('index-highlight-color-value').innerText = options.index_highlight_color.hexColor;\n        document.getElementById('index-highlight-color-indicator').setAttribute(\"style\", \"background: \" + options.index_highlight_color.hexColor + \";\");\n\n        let indexLowerSaturationColor = new SimpleColor({\n            hue: options.index_highlight_color.hue,\n            saturation: 0,\n            value: options.index_highlight_color.value\n        });\n        let indexUpperSaturationColor = new SimpleColor({\n            hue: options.index_highlight_color.hue,\n            saturation: 1,\n            value: options.index_highlight_color.value\n        });\n        document.getElementById('index-highlight-saturation-slider').setAttribute(\"style\",\n            \"background: linear-gradient(to right,\" + indexLowerSaturationColor.getHexColorCode() + \",\" + indexUpperSaturationColor.getHexColorCode() + \");\");\n\n        let indexLowerValueColor = new SimpleColor({\n            hue: options.index_highlight_color.hue,\n            saturation: options.index_highlight_color.saturation,\n            value: 0\n        });\n        let indexUpperValueColor = new SimpleColor({\n            hue: options.index_highlight_color.hue,\n            saturation: options.index_highlight_color.saturation,\n            value: 1\n        });\n        document.getElementById('index-highlight-value-slider').setAttribute(\"style\",\n            \"background: linear-gradient(to right,\" + indexLowerValueColor.getHexColorCode() + \",\" + indexUpperValueColor.getHexColorCode() + \");\");\n    }\n\n    /**\n     * Apply the options for all_highlight_color to the various related components.\n     *\n     * @private\n     * */\n    function applyAllHighlightColorSliderOptions() {\n        document.getElementById('all-highlight-hue-slider').value = options.all_highlight_color.hue;\n        document.getElementById('all-highlight-saturation-slider').value = options.all_highlight_color.saturation;\n        document.getElementById('all-highlight-value-slider').value = options.all_highlight_color.value;\n        document.getElementById('all-highlight-color-value').innerText = options.all_highlight_color.hexColor;\n        document.getElementById('all-highlight-color-indicator').setAttribute(\"style\", \"background: \" + options.all_highlight_color.hexColor + \";\");\n\n        let allLowerSaturationColor = new SimpleColor({\n            hue: options.all_highlight_color.hue,\n            saturation: 0,\n            value: options.all_highlight_color.value\n        });\n        let allUpperSaturationColor = new SimpleColor({\n            hue: options.all_highlight_color.hue,\n            saturation: 1,\n            value: options.all_highlight_color.value\n        });\n        document.getElementById('all-highlight-saturation-slider').setAttribute(\"style\",\n            \"background: linear-gradient(to right,\" + allLowerSaturationColor.getHexColorCode() + \",\" + allUpperSaturationColor.getHexColorCode() + \");\");\n\n        let allLowerValueColor = new SimpleColor({\n            hue: options.all_highlight_color.hue,\n            saturation: options.all_highlight_color.saturation,\n            value: 0\n        });\n        let allUpperValueColor = new SimpleColor({\n            hue: options.all_highlight_color.hue,\n            saturation: options.all_highlight_color.saturation,\n            value: 1\n        });\n        document.getElementById('all-highlight-value-slider').setAttribute(\"style\",\n            \"background: linear-gradient(to right,\" + allLowerValueColor.getHexColorCode() + \",\" + allUpperValueColor.getHexColorCode() + \");\");\n    }\n\n    /**\n     * Constructor for an immutable color object representing an RGB or HSV color.\n     *\n     * @constructor\n     * @param {object} [properties] - Properties used to initialize the color object. If the properties object does not\n     * take any of the forms above, it will by default use hue 0, saturation 0 and value 0.\n     * */\n    let SimpleColor = function(properties) {\n        let hue = 0;\n        let saturation = 0;\n        let value = 0;\n\n        if('hue' in properties && 'saturation' in properties && 'value' in properties) {\n            hue = properties.hue;\n            saturation = properties.saturation;\n            value = properties.value;\n        } else if('red' in properties && 'green' in properties && 'blue' in properties) {\n            let HSVColor = RGBToHSV(properties.red, properties.green, properties.blue);\n            hue = HSVColor.hue;\n            saturation = HSVColor.saturation;\n            value = HSVColor.value;\n        } else if('hexCode' in properties) {\n            let RGBColor = hexColorCodeToRGB(properties.hexCode);\n            let HSVColor = RGBToHSV(RGBColor.red, RGBColor.green, RGBColor.blue);\n            hue = HSVColor.hue;\n            saturation = HSVColor.saturation;\n            value = HSVColor.value;\n        }\n\n        this.getHue = function() {\n            return hue;\n        };\n\n        this.getSaturation = function() {\n            return saturation;\n        };\n\n        this.getValue = function() {\n            return value;\n        };\n\n        this.getHexColorCode = function() {\n            let RGBColor = HSVToRGB(hue, saturation, value);\n            return RGBToHexColorCode(RGBColor.red, RGBColor.green, RGBColor.blue);\n        };\n\n        /**\n         * Convert a color in HSV to RGB.\n         *\n         * @param {number} hue - An integer value from 0 (inclusive) degrees to 360 (exclusive)\n         * @param {number} saturation - A value between 0 and 1.\n         * @param {number} value - A value between 0 and 1.\n         * @return {object} an object with three fields, red green and blue, where each are integers between 0\n         * and 255 (inclusive)\n         * */\n        function HSVToRGB(hue, saturation, value) {\n            let chroma = value * saturation;\n            let intermediate = chroma * (1 - Math.abs((hue / 60) % 2 - 1));\n            let match = value - chroma;\n\n            let rgb = {};\n            if (hue >= 0 && hue < 60) {\n                rgb.red = chroma;\n                rgb.green = intermediate;\n                rgb.blue = 0;\n            } else if (hue >= 60 && hue < 120) {\n                rgb.red = intermediate;\n                rgb.green = chroma;\n                rgb.blue = 0;\n            } else if (hue >= 120 && hue < 180) {\n                rgb.red = 0;\n                rgb.green = chroma;\n                rgb.blue = intermediate;\n            } else if (hue >= 180 && hue < 240) {\n                rgb.red = 0;\n                rgb.green = intermediate;\n                rgb.blue = chroma;\n            } else if (hue >= 240 && hue < 300) {\n                rgb.red = intermediate;\n                rgb.green = 0;\n                rgb.blue = chroma;\n            } else if (hue >= 300 && hue < 360) {\n                rgb.red = chroma;\n                rgb.green = 0;\n                rgb.blue = intermediate;\n            }\n\n            rgb.red = Math.floor((rgb.red + match) * 255);\n            rgb.green = Math.floor((rgb.green + match) * 255);\n            rgb.blue = Math.floor((rgb.blue + match) * 255);\n\n            return rgb;\n        }\n\n        /**\n         * Convert a color in RGB format to HSV.\n         *\n         * @param {number} red - An integer between 0 and 255 (inclusive)\n         * @param {number} green - An integer between 0 and 255 (inclusive)\n         * @param {number} blue - An integer between 0 and 255 (inclusive)\n         * @return {object} an object with three keys, hue saturation and value.\n         * */\n        function RGBToHSV(red, green, blue) {\n            red = red / 255;\n            green = green / 255;\n            blue = blue / 255;\n\n            let maxChroma = Math.max(red, green, blue);\n            let minChroma = Math.min(red, green, blue);\n            let delta = maxChroma - minChroma;\n\n            let hue;\n            if(delta === 0) {\n                hue = 0;\n            } else if(maxChroma === red) {\n                hue = 60 * (((green - blue) / delta) % 6);\n            } else if(maxChroma === green) {\n                hue = 60 * (((blue - red) / delta) + 2);\n            } else if(maxChroma === blue) {\n                hue = 60 * (((red - green) / delta) + 4);\n            }\n\n            hue = Math.floor(hue);\n\n            return {\n                hue: hue < 0 ? hue + 360 : hue,\n                saturation: maxChroma !== 0 ? delta / maxChroma : 0,\n                value: maxChroma\n            }\n        }\n\n        /**\n         * Convert an RGB triplet in hexadecimal format to their individual RGB components.\n         *\n         * @param {string} hexCode - A hex color code with a length of 6, optionally preceded by #\n         * @return {object} An object with red green and blue keys, or undefined if the hex code is not valid.\n         * */\n        function hexColorCodeToRGB(hexCode) {\n            hexCode = hexCode.replace('#','');\n            if(!hexCode.match(/[0-9a-f]{6}/)) {\n                return undefined;\n            }\n\n            let bigint = parseInt(hexCode, 16);\n            return {\n                red: (bigint >> 16) & 255,\n                green: (bigint >> 8) & 255,\n                blue: bigint & 255\n            };\n        }\n\n        /**\n         * Convert RGB components into a hex color code.\n         *\n         * @param {red} red - An integer between 0 and 255 inclusive\n         * @param {red} green - An integer between 0 and 255 inclusive\n         * @param {red} blue - An integer between 0 and 255 inclusive\n         * @return {string} hex color code from RGB values.\n         * */\n        function RGBToHexColorCode(red, green, blue) {\n            return \"#\" + ((1 << 24) + (red << 16) + (green << 8) + blue).toString(16).slice(1);\n        }\n    };\n});\n"
  },
  {
    "path": "popup/js/replace-pane.js",
    "content": "'use strict';\n\n/**\n * Create the Popup ReplacePane namespace.\n * */\nFind.register('Popup.ReplacePane', function (self) {\n\n    /**\n     * Register event handlers.\n     * */\n    self.init = function() {\n        document.getElementById('replace-next-button').addEventListener('click', () => {\n            Find.Popup.BrowserAction.replaceNext();\n        });\n\n        document.getElementById('replace-all-button').addEventListener('click', () => {\n            Find.Popup.BrowserAction.replaceAll();\n        });\n    };\n\n    /**\n     * Show or hide the replace pane.\n     *\n     * @param {boolean} value - True to show the pane, false to hide the pane.\n     * */\n    self.show = function(value) {\n        let el = document.getElementById('replace-body');\n        if(value === undefined || value) {\n            el.style.display = 'inherit';\n        } else {\n            el.style.display = 'none';\n        }\n    };\n\n    /**\n     * Toggle the options pane.\n     * */\n    self.toggle = function() {\n        let el = document.getElementById('replace-body');\n        if(el.style.display === 'none' || el.style.display === '') {\n            self.show(true);\n        } else {\n            self.show(false);\n        }\n    };\n\n    /**\n     * Retrieve the text in the replace field.\n     *\n     * @return {string} the text in the replace field.\n     * */\n    self.getReplaceFieldText = function() {\n        return document.getElementById('replace-field').value;\n    };\n\n    /**\n     * Set the replace field text to the given value.\n     *\n     * @param {string} text - The text to place in the replace field.\n     * */\n    self.setReplaceFieldText = function(text) {\n        document.getElementById('replace-field').value = text;\n    };\n\n    /**\n     * Place focus on the replace field.\n     * */\n    self.focusSearchField = function() {\n        document.getElementById('replace-field').focus();\n    };\n\n    /**\n     * Select all the text in the replace field.\n     * */\n    self.selectReplaceField = function() {\n        document.getElementById('replace-field').select();\n    };\n\n    /**\n     * Enable or disable the replace buttons.\n     *\n     * @param {boolean} enable - Undefined or true to enable the buttons, false to disable the buttons.\n     * */\n    self.enableButtons = function(enable) {\n        document.getElementById('replace-next-button').disabled = enable !== undefined && !enable;\n        document.getElementById('replace-all-button').disabled = enable !== undefined && !enable;\n    }\n});"
  },
  {
    "path": "popup/js/saved-expressions-pane.js",
    "content": "'use strict';\n\n/**\n * Create the Popup SavedExpressionsPane namespace.\n * */\nFind.register('Popup.SavedExpressionsPane', function (self) {\n\n\t/**\n\t * Initialize the saved expressions pane. Registers button event handlers, and loads\n\t * the saved expressions from local storage and builds expression entry elements.\n\t * */\n\tself.init = function() {\n\t\tdocument.getElementById('clear-saved-expressions-button').addEventListener('click', () => {\n\t\t\tself.clearSavedExpressions();\n\t\t});\n\n\t\tdocument.getElementById('save-expression-entry-button').addEventListener('click', () => {\n\t\t\tself.saveEntry();\n\t\t});\n\n\t\tlet parentEl = document.getElementById('saved-expressions-entry-list');\n\t\tFind.Popup.Storage.retrieveSavedExpressions((data) => {\n\t\t\tif(data && data.length) {\n\t\t\t\tfor(let index = 0; index < data.length; index++) {\n\t\t\t\t\tlet entryEl = buildExpressionEntryElement(data[index]);\n\t\t\t\t\tparentEl.appendChild(entryEl);\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tparentEl.appendChild(buildNullExpressionEntryElement());\n\t\t\t}\n\t\t});\n\t};\n\n\t/**\n\t * Display or hide the saved expressions pane.\n\t *\n\t * @param {boolean} value - True to display the pane, false to hide.\n\t * */\n\tself.show = function(value) {\n\t\tlet el = document.getElementById('saved-expressions-body');\n\t\tif(value === undefined || value) {\n\t\t\tel.style.display = 'inherit';\n\t\t} else {\n\t\t\tel.style.display = 'none';\n\t\t}\n\t};\n\n\t/**\n\t * Toggle the saved expressions pane. If the pane is hidden, it will be shown.\n\t * Otherwise it will be hidden.\n\t * */\n\tself.toggle = function() {\n\t\tlet el = document.getElementById('saved-expressions-body');\n\t\tif(el.style.display === 'none' || el.style.display === '') {\n\t\t\tself.show(true);\n\t\t} else {\n\t\t\tself.show(false);\n\t\t}\n\t};\n\n\t/**\n\t * Save the regex from the search field into the local storage, and create\n\t * an expression entry in the saved expressions pane.\n\t *\n\t * If the regex already exists in the saved expressions, the entry is moved to the\n\t * front of the expressions array, and the entry in the saved expressions pane is placed\n\t * at the top.\n\t * */\n\tself.saveEntry = function() {\n\t\tlet regex = Find.Popup.SearchPane.getSearchFieldText();\n\t\tif(!regex) {\n\t\t\treturn;\n\t\t}\n\n\t\tFind.Popup.Storage.retrieveSavedExpressions((data) => {\n\t\t\tif(data) {\n\t\t\t\t//Remove existing entry, if it exists\n\t\t\t\tfor(let index = 0; index < data.length; index++) {\n\t\t\t\t\tif(data[index] === regex) {\n\t\t\t\t\t\tdata.splice(index, 1);\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tdata = [];\n\t\t\t}\n\n\t\t\tdata.unshift(regex);\n\n\t\t\t//Add new entry as first child\n\t\t\tlet parentEl = document.getElementById('saved-expressions-entry-list');\n\t\t\tfor (let index = 0; index < parentEl.children.length; index++) {\n\t\t\t\tif(parentEl.children[index].dataset.regex === regex) {\n\t\t\t\t\tparentEl.removeChild(parentEl.children[index]);\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tlet entryEl = buildExpressionEntryElement(regex);\n\t\t\tparentEl.insertBefore(entryEl, parentEl.firstChild);\n\n\t\t\t//Remove null entry, if it exists\n\t\t\tlet nullEntry = document.getElementById('null-entry');\n\t\t\tif(nullEntry) {\n\t\t\t\tnullEntry.parentNode.removeChild(nullEntry);\n\t\t\t}\n\n\t\t\tconsole.log(data);\n\n\t\t\tFind.Popup.Storage.saveExpressions(data);\n\t\t});\n\t};\n\n\t/**\n\t * Remove all saved expression entries from the pane and local storage.\n\t * Inserts a null entry to describe to the user that no expression entries\n\t * exist.\n\t * */\n\tself.clearSavedExpressions = function() {\n\t\tlet parentEl = document.getElementById('saved-expressions-entry-list');\n\t\twhile (parentEl.firstChild) {\n\t\t\tparentEl.removeChild(parentEl.firstChild);\n\t\t}\n\n\t\tparentEl.appendChild(buildNullExpressionEntryElement());\n\n\t\tFind.Popup.Storage.saveExpressions([]);\n\t};\n\n\t/**\n\t * Construct an expression entry element, along with it's event handlers\n\t * and reference information.\n\t *\n\t * @private\n\t * @param {string} regex - The regular expression to display in the entry body.\n\t * */\n\tfunction buildExpressionEntryElement(regex) {\n\t\t// Set search field with regex and update search. Also invoke saveEntry(), which\n\t\t// will place regex at top of saved expression entries and update local storage.\n\t\tlet useEntryHandler = (e) => {\n\t\t\tFind.Popup.SearchPane.setSearchFieldText(e.currentTarget.parentElement.dataset.regex);\n\t\t\tself.saveEntry();\n\n\t\t\tFind.Popup.BrowserAction.updateSearch();\n\t\t};\n\n\t\t// Remove entry from list and local storage. Also append null entry if no\n\t\t// entries exist.\n\t\tlet deleteEntryHandler = (e) => {\n\t\t\tlet entry = e.currentTarget.parentElement.parentElement;\n\t\t\tlet regex = entry.dataset.regex;\n\n\t\t\tentry.parentNode.removeChild(entry);\n\n\t\t\tFind.Popup.Storage.retrieveSavedExpressions((data) => {\n\t\t\t\tif(data) {\n\t\t\t\t\t//Remove existing entry, if it exists\n\t\t\t\t\tfor(let index = 0; index < data.length; index++) {\n\t\t\t\t\t\tif(data[index] === regex) {\n\t\t\t\t\t\t\tdata.splice(index, 1);\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tlet parentEl = document.getElementById('saved-expressions-entry-list');\n\t\t\t\tif(!parentEl.children.length) {\n\t\t\t\t\tparentEl.appendChild(buildNullExpressionEntryElement());\n\t\t\t\t}\n\n\t\t\t\tFind.Popup.Storage.saveExpressions(data);\n\t\t\t});\n\t\t};\n\n\t\treturn ElementBuilder.create(document)\n\t\t\t.createElement('div')\n\t\t\t.addClass('saved-expression-entry')\n\t\t\t.setAttribute('data-regex', regex)\n\t\t\t.appendChild(ElementBuilder.create(document)\n\t\t\t\t.createElement('button')\n\t\t\t\t.addClass('saved-expression-entry-button', 'controls-button')\n\t\t\t\t.addEventListener('click', useEntryHandler)\n\t\t\t\t.appendChild(ElementBuilder.create(document)\n\t\t\t\t\t.createElement('img')\n\t\t\t\t\t.addClass('information-hover-icon')\n\t\t\t\t\t.setAttribute('src', '/resources/bookmark.svg')\n\t\t\t\t\t.setAttribute('data-locale-title', 'saved_expression_icon_title')\n\t\t\t\t\t.build())\n\t\t\t\t.appendChild(ElementBuilder.create(document)\n\t\t\t\t\t.createElement('span')\n\t\t\t\t\t.addClass('saved-expression-entry-text', 'def-font')\n\t\t\t\t\t.setInnerText(regex)\n\t\t\t\t\t.build())\n\t\t\t\t.build())\n\t\t\t.appendChild(ElementBuilder.create(document)\n\t\t\t\t.createElement('div')\n\t\t\t\t.addClass('controls-button-cell')\n\t\t\t\t.appendChild(ElementBuilder.create(document)\n\t\t\t\t\t.createElement('button')\n\t\t\t\t\t.addClass('controls-button', 'delete-saved-expression-entry-button')\n\t\t\t\t\t.setAttribute('type', 'button')\n\t\t\t\t\t.setAttribute('data-locale-title', 'delete_saved_expression_icon_title')\n\t\t\t\t\t.addEventListener('click', deleteEntryHandler)\n\t\t\t\t\t.build())\n\t\t\t\t.build())\n\t\t\t.build();\n\t}\n\n\t/**\n\t * Create a null entry with the given text as the body.\n\t *\n\t * @private\n\t * */\n\tfunction buildNullExpressionEntryElement() {\n\t\tlet text = Find.Popup.i18n.getLocalizedString(\"no_expressions_found_text\");\n\n\t\treturn ElementBuilder.create(document)\n\t\t\t.createElement('div')\n\t\t\t.addClass('saved-expression-entry')\n\t\t\t.setAttribute('id', 'null-entry')\n\t\t\t.appendChild(ElementBuilder.create(document)\n\t\t\t\t.createElement('button')\n\t\t\t\t.addClass('saved-expression-entry-button', 'controls-button')\n\t\t\t\t.appendChild(ElementBuilder.create(document)\n\t\t\t\t\t.createElement('img')\n\t\t\t\t\t.addClass('information-hover-icon')\n\t\t\t\t\t.setAttribute('src', 'img/icon/bookmark.svg')\n\t\t\t\t\t.setAttribute('data-locale-title', 'saved_expression_icon_title')\n\t\t\t\t\t.build())\n\t\t\t\t.appendChild(ElementBuilder.create(document)\n\t\t\t\t\t.createElement('span')\n\t\t\t\t\t.addClass('saved-expression-entry-text', 'def-font')\n\t\t\t\t\t.setAttribute('id', 'null-entry-text')\n\t\t\t\t\t.setInnerText(text)\n\t\t\t\t\t.build())\n\t\t\t\t.build())\n\t\t\t.build();\n\t}\n\n\t/**\n\t * Simple DOM element builder class.\n\t * */\n\tlet ElementBuilder = function(doc) {\n\n\t\tlet el = null;\n\n\t\tthis.createElement = function(name) {\n\t\t\tel = doc.createElement(name);\n\t\t\treturn this;\n\t\t};\n\n\t\tthis.appendChild = function(newEl) {\n\t\t\tel.appendChild(newEl);\n\t\t\treturn this;\n\t\t};\n\n\t\tthis.addClass = function() {\n\t\t\tfor(let index = 0; index < arguments.length; index++) {\n\t\t\t\tel.classList.add(arguments[index]);\n\t\t\t}\n\t\t\treturn this;\n\t\t};\n\n\t\tthis.setAttribute = function(key, value) {\n\t\t\tel.setAttribute(key, value);\n\t\t\treturn this;\n\t\t};\n\n\t\tthis.addEventListener = function(type, handler) {\n\t\t\tel.addEventListener(type, handler);\n\t\t\treturn this;\n\t\t};\n\n\t\tthis.setInnerText = function(text) {\n\t\t\tel.innerText = text;\n\t\t\treturn this;\n\t\t};\n\n\t\tthis.build = function() {\n\t\t\treturn el;\n\t\t}\n\t};\n\n\tElementBuilder.create = function(doc) {\n\t\treturn new ElementBuilder(doc);\n\t};\n});"
  },
  {
    "path": "popup/js/search-pane.js",
    "content": "'use strict';\n\n/**\n * Create the Popup SearchPane namespace.\n * */\nFind.register('Popup.SearchPane', function (self) {\n\n    /**\n     * Register event handlers.\n     * */\n    self.init = function() {\n        document.getElementById('search-field').addEventListener('keyup', (e) => {\n            if(e.ctrlKey && e.shiftKey && e.key === 'Enter') {\n                //CTRL+SHIFT+ENTER => Enter Link\n                Find.Popup.BrowserAction.followLink();\n            } else if((e.key === 'Enter' && e.shiftKey) || (e.key === 'F3' && e.shiftKey)) {\n                //SHIFT+ENTER => Previous Highlight (seek)\n                Find.Popup.BrowserAction.seekBackwards();\n            } else if(e.key === 'Escape' || (e.key === 'Enter' && e.ctrlKey)) {\n                //ESC OR CTRL+ENTER => Close Extension\n                Find.Popup.BrowserAction.closeExtension();\n            } else if(e.key === 'Enter' || e.key === 'F3') {\n                //ENTER => Next Highlight (seek)\n                Find.Popup.BrowserAction.seekForwards();\n            } else if(e.ctrlKey && e.altKey && e.code === 'KeyC') {\n                Find.Popup.BrowserAction.getOccurrence({cardinality: 'single'});\n            } else if(e.ctrlKey && e.altKey && e.code === 'KeyA') {\n                Find.Popup.BrowserAction.getOccurrence({cardinality: 'all'});\n            }\n        }, true);\n\n        document.getElementById('search-field').addEventListener('input', () => {\n            Find.Popup.BrowserAction.updateSearch();\n        });\n\n        document.getElementById('search-next-button').addEventListener('click', () => {\n            Find.Popup.BrowserAction.seekForwards();\n        });\n\n        document.getElementById('search-prev-button').addEventListener('click', () => {\n            Find.Popup.BrowserAction.seekBackwards();\n        });\n\n        document.getElementById('search-toggle-options-button').addEventListener('click', () => {\n            Find.Popup.ReplacePane.show(false);\n            Find.Popup.SavedExpressionsPane.show(false);\n            Find.Popup.OptionsPane.toggle();\n        }, true);\n\n        document.getElementById('copy-text-to-clipboard-button').addEventListener('click', () => {\n            Find.Popup.BrowserAction.getOccurrence({cardinality: 'all'});\n        }, true);\n\n        document.getElementById('saved-expressions-toggle-button').addEventListener('click', () => {\n            Find.Popup.ReplacePane.show(false);\n            Find.Popup.OptionsPane.show(false);\n            Find.Popup.SavedExpressionsPane.toggle();\n        }, true);\n\n        document.getElementById('find-replace-button').addEventListener('click', () => {\n            Find.Popup.SavedExpressionsPane.show(false);\n            Find.Popup.OptionsPane.show(false);\n            Find.Popup.ReplacePane.toggle();\n        }, true);\n\n        document.getElementById('close-button').addEventListener('click', () => {\n            Find.Popup.BrowserAction.closeExtension();\n        });\n    };\n\n    /**\n     * Enable or disable the search next and previous buttons.\n     *\n     * @param {boolean} enable - Optional boolean value. If true or undefined, enables the buttons.\n     * Otherwise disables the buttons.\n     * */\n    self.enableButtons = function(enable) {\n        document.getElementById('search-prev-button').disabled = enable !== undefined && !enable;\n        document.getElementById('search-next-button').disabled = enable !== undefined && !enable;\n    };\n\n    /**\n     * Retrieve the text in the search field.\n     *\n     * @return {string} the text in the search field.\n     * */\n    self.getSearchFieldText = function() {\n        return document.getElementById('search-field').value;\n    };\n\n    /**\n     * Set the search field text to the given value.\n     *\n     * @param {string} text - The text to place in the search field.\n     * */\n    self.setSearchFieldText = function(text) {\n        document.getElementById('search-field').value = text;\n    };\n\n    /**\n     * Place focus on the search field.\n     * */\n    self.focusSearchField = function() {\n        document.getElementById('search-field').focus();\n    };\n\n    /**\n     * Select all the text in the search field.\n     * */\n    self.selectSearchField = function() {\n        document.getElementById('search-field').select();\n    };\n\n    /**\n     * Update the search occurrence index text.\n     *\n     * @param {number} occurrence - The index of the current occurrence\n     * @param {number} count - The total number of occurrences\n     * */\n    self.updateIndexText = function(occurrence, count) {\n        document.getElementById('index-text').innerText = formatNumber(occurrence)\n            + ' of ' + formatNumber(count);\n    };\n\n    /**\n     * Clear the search occurrence index text.\n     * */\n    self.clearIndexText = function() {\n        document.getElementById('index-text').innerText = '';\n    };\n\n    /**\n     * Display an error icon in the notification area to notify the user that the regex is invalid.\n     *\n     * @param {boolean} flag - Whether or not to display the icon.\n     * */\n    self.showMalformedRegexIcon = function(flag) {\n        document.getElementById('invalid-regex-icon').style.display = flag ? 'initial' : 'none';\n    };\n\n    /**\n     * Display an error icon in the notification area to notify the user that the extension does not have\n     * permission to search in offline files.\n     *\n     * @param {boolean} flag - Whether or not to display the icon.\n     * */\n    self.showOfflineFileErrorIcon = function(flag) {\n        document.getElementById('offline-file-search-err').style.display = flag ? 'initial' : 'none';\n    };\n\n    /**\n     * Momentarily display an icon in the notification area to notify the user that text was copied to the clipboard\n     * successfully.\n     * */\n    self.flashClipboardCopyIcon = function() {\n        let el = document.getElementById('clipboard-copy-icon');\n        flashElement(el);\n    };\n\n    /**\n     * Momentarily display an icon in the inotification area to notify the user that text was not copied to the clipboard\n     * due to an unexpected error.\n     * */\n    self.flashClipboardCopyErrorIcon = function() {\n        let el = document.getElementById('clipboard-copy-error');\n        flashElement(el);\n    };\n\n    /**\n     * Momentarily display an icon in the notification area to notify the user that an iframe was encountered, and\n     * that some occurrences of the regex may not be highlighted in the page.\n     * */\n    self.flashIframesFoundWarningIcon = function() {\n        let el = document.getElementById('iframes-found-icon');\n        flashElement(el);\n    };\n\n    /**\n     * Momentarily display an icon in the notification area to provide an installation message to the user.\n     * */\n    self.flashInstallInformationIcon = function() {\n        let el = document.getElementById('install-information');\n        flashElement(el);\n    };\n\n    /**\n     * Momentarily display an icon in the notification area to provide update information message to the user.\n     * */\n    self.flashUpdateInformationIcon = function() {\n        let el = document.getElementById('update-information');\n        flashElement(el);\n    };\n\n    /**\n     * Show or hide the button used to toggle the options pane.\n     *\n     * @param {boolean} hide - If true, hides the button. Otherwise makes the button visible.\n     * */\n    self.hideOptionsPaneToggleButton = function(hide) {\n        document.getElementById('search-toggle-options-button').style.display = hide ? 'none' : 'initial';\n    };\n\n    /**\n     * Show or hide the button used to toggle the saved expressions pane.\n     *\n     * @param {boolean} hide - If true, hides the button. Otherwise makes the button visible.\n     * */\n    self.hideSavedExpressionsPaneToggleButton = function(hide) {\n        document.getElementById('saved-expressions-toggle-button').style.display = hide ? 'none' : 'initial';\n    };\n\n    /**\n     * Show or hide the button used to copy occurrences to clipboard.\n     *\n     * @param {boolean} hide - If true, hides the button. Otherwise makes the button visible.\n     * */\n    self.hideCopyOccurrencesToClipboardButton = function(hide) {\n        document.getElementById('copy-text-to-clipboard-button').style.display = hide ? 'none' : 'initial';\n    };\n\n    /**\n     * Show or hide the button used to toggle the find and replace button.\n     *\n     * @param {boolean} hide - If true, hides the button. Otherwise makes the button visible.\n     * */\n    self.hideFindReplacePaneToggleButton = function(hide) {\n        document.getElementById('find-replace-button').style.display = hide ? 'none' : 'initial';\n    };\n\n    /**\n     * Momentarily display an icon or element. This is primarily used for flashing\n     * notification information in the search pane.\n     *\n     * The icon will be shown for 3000ms, and will be hidden unless the user hovers the mouse over the icon to\n     * display the tooltip. In this case, the internal timer will be reset and the icon will remain visible for\n     * another 3000ms.\n     *\n     * Once the icon disappears, the event handlers are removed.\n     *\n     * @private\n     * @param {Element} el - The element to flash\n     * */\n    function flashElement(el) {\n        let timeoutFunction = () => {\n            el.style.display = 'none';\n        };\n\n        //Show information icon\n        el.style.display = 'initial';\n\n        //Hide icon after 3 seconds\n        let timeoutHandle = window.setTimeout(timeoutFunction, 3000);\n\n        //Self de-registering event handler\n        let handler = (event) => {\n            if(el === event.target) {\n                return;\n            }\n\n            timeoutFunction();\n            window.clearTimeout(timeoutHandle);\n            document.getElementById('popup-body').removeEventListener('click', handler);\n            document.getElementById('popup-body').removeEventListener('keyup', handler);\n        };\n\n        //Add event listeners\n        document.getElementById('popup-body').addEventListener('click', handler);\n        document.getElementById('popup-body').addEventListener('keyup', handler);\n\n        el.addEventListener('mouseover', () => {\n            window.clearTimeout(timeoutHandle);\n        });\n\n        el.addEventListener('mouseout', () => {\n            timeoutHandle = window.setTimeout(timeoutFunction, 3000);\n        });\n    }\n\n    /**\n     * Format a number as a string with thousands separators.\n     *\n     * Example:\n     * console.log(formatNumber(98254.2688));\n     * > \"98,254.2688\"\n     *\n     * @private\n     * @param {number} x - The number to be formatted to a string\n     * @return {string} a the number formatted as a string with thousands separators\n     * */\n    function formatNumber(x) {\n        let parts = x.toString().split('.');\n        parts[0] = parts[0].replace(/\\B(?=(\\d{3})+(?!\\d))/g, ',');\n        return parts.join('.');\n    }\n});\n"
  },
  {
    "path": "popup/js/storage.js",
    "content": "'use strict';\n\n/**\n * Create the Popup Storage namespace.\n *\n * This storage is lockable. When locked, reads from storage will return null, and\n * writes will have no effect. By default, the storage is unlocked.\n * */\nFind.register('Popup.Storage', function (self) {\n\n    const SAVED_EXPRESSIONS_KEY = 'expressions';\n    const OPTIONS_KEY = 'options';\n    const HISTORY_KEY = 'history';\n\n    /**\n     * Controls whether or not data can be read from or written to local storage.\n     *\n     * By default, the storage should not be locked.\n     * */\n    let locked = false;\n\n    /**\n     * Retrieve the saved expressions from the browser local storage, and pass\n     * to the callback function. The data from the storage is passed as a single\n     * argument to the callback function.\n     *\n     * @param {function} callback - The callback function to handle the data.\n     * @return {object} The saved expressions, or null if it cannot be retrieved.\n     * */\n    self.retrieveSavedExpressions = function(callback) {\n        retrieve(SAVED_EXPRESSIONS_KEY, callback);\n    };\n\n    /**\n     * Retrieve the search options from the browser local storage, and pass\n     * to the callback function. The data from the storage is passed as a single\n     * argument to the callback function.\n     *\n     * @param {function} callback - The callback function to handle the data.\n     * @return {object} The saved expressions, or null if it does not exist or cannot be retrieved.\n     * */\n    self.retrieveOptions = function(callback) {\n        retrieve(OPTIONS_KEY, callback);\n    };\n\n    /**\n     * Retrieve from browser local storage the search history for various hosts\n     * and pass to callback function. The data from storage is passed as a single\n     * argument to the callback function.\n     *\n     * @param {function} callback - The callback function to handle the data.\n     * @return {object} The history, or null if it does not exist or cannot be retrieved.\n     * */\n    self.retrieveHistory = function(callback) {\n        retrieve(HISTORY_KEY, callback);\n    };\n\n    /**\n     * Save the expressions in the browser local storage, and optionally invoke\n     * a callback function once the operation is complete.\n     *\n     * @param {object} data - The data to store in local storage\n     * @param {function} [callback] - The callback function to execute once the\n     * save operation is complete.\n     * */\n    self.saveExpressions = function(data, callback) {\n        save(SAVED_EXPRESSIONS_KEY, data, callback);\n    };\n\n    /**\n     * Save the search options in the browser local storage, and optionally invoke\n     * a callback function once the operation is complete.\n     *\n     * @param {object} data - The data to store in local storage\n     * @param {function} [callback] - The callback function to execute once the\n     * save operation is complete.\n     * */\n    self.saveOptions = function(data, callback) {\n        save(OPTIONS_KEY, data, callback);\n    };\n\n    /**\n     * Save the search history in the browser local storage, and optionally invoke\n     * a callback function once the operation is complete.\n     *\n     * @param {object} data - The data to store in local storage.\n     * @param {function} [callback] - The callback function to execute once the\n     * save operation is complete.\n     * */\n    self.saveHistory = function(data, callback) {\n        save(HISTORY_KEY, data, callback);\n    };\n\n    /**\n     * Remove all items from the extension local storage, and optionally\n     * invoke a callback function once the operation is complete.\n     *\n     * @param {function} [callback] - The callback function to execute once the\n     * clear operation is complete.\n     * */\n    self.clearStorage = function(callback) {\n        Find.browser.storage.local.clear(callback);\n    };\n\n    /**\n     * Enable to disable the storage. This is used to ensure that data and\n     * settings are not stored while incognito.\n     *\n     * @param {boolean} value - True if storage is locked, false otherwise.\n     * */\n    self.lockStorage = function(value) {\n        locked = value;\n    };\n\n    /**\n     * Determine whether or not the storage is locked.\n     *\n     * @return {boolean} True if the storage is locked, false otherwise.\n     * */\n    self.isStorageLocked = function() {\n        return locked;\n    };\n\n    /**\n     * Retrieve from browser local storage, passing the data to the given\n     * callback function.\n     *\n     * @private\n     * @param {string} key - The key associated with the data being retrieved.\n     * @param {function} callback - The callback function that will accept the data.\n     * */\n    function retrieve(key, callback) {\n        if (locked) {\n            return callback(null);\n        }\n\n        Find.browser.storage.local.get(key, (data) => {\n            callback(data[key]);\n        });\n    }\n\n    /**\n     * Save to the browser local storage, and optionally invoke\n     * a callback function once the operation is complete.\n     *\n     * @private\n     * @param {string} key - The key associated with the data being persisted.\n     * @param {object} data - The data to store in local storage.\n     * @param {function} [callback] - The callback function to execute once the\n     * save operation is complete.\n     * */\n    function save(key, data, callback) {\n        if(!locked) {\n            let payload = {};\n            payload[key] = data;\n\n            Find.browser.storage.local.set(payload, callback);\n        } else if(callback) {\n            callback();\n        }\n    }\n});"
  },
  {
    "path": "popup/popup.html",
    "content": "<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"UTF-8\">\n        <title>popup.html</title>\n        <script type=\"text/javascript\" src=\"../app.js\"></script>\n        <script type=\"text/javascript\" src=\"js/storage.js\"></script>\n        <script type=\"text/javascript\" src=\"js/i18n.js\"></script>\n        <script type=\"text/javascript\" src=\"js/background-proxy.js\"></script>\n        <script type=\"text/javascript\" src=\"js/search-pane.js\"></script>\n        <script type=\"text/javascript\" src=\"js/options-pane.js\"></script>\n        <script type=\"text/javascript\" src=\"js/replace-pane.js\"></script>\n        <script type=\"text/javascript\" src=\"js/message-pane.js\"></script>\n        <script type=\"text/javascript\" src=\"js/history.js\"></script>\n        <script type=\"text/javascript\" src=\"js/saved-expressions-pane.js\"></script>\n        <script type=\"text/javascript\" src=\"js/browser-action.js\"></script>\n        <link rel=\"stylesheet\" href=\"css/extension.css\"/>\n        <link rel=\"stylesheet\" href=\"css/searchpane.css\"/>\n        <link rel=\"stylesheet\" href=\"css/replacepane.css\"/>\n        <link rel=\"stylesheet\" href=\"css/messagepane.css\"/>\n        <link rel=\"stylesheet\" href=\"css/optionspane.css\"/>\n        <link rel=\"stylesheet\" href=\"css/savedexpressionspane.css\"/>\n    </head>\n    <body>\n        <div id=\"popup-body\">\n            <div id=\"popup-body-container\">\n                <div id=\"search-field-container\">\n                    <input class=\"field def-font\" id=\"search-field\" type=\"text\" name=\"search\" autocomplete=\"off\"\n                           data-locale-title=\"search_field_title\"/>\n\n                    <!-- Area for search warnings, errors, and current index information -->\n                    <div id=\"search-info\">\n                        <img class=\"extension-error-icon\" id=\"invalid-regex-icon\" src=\"img/icon/exclamation.svg\"\n                             data-locale-title=\"malformed_regex_error_title\"/>\n                        <img class=\"extension-error-icon\" id=\"clipboard-copy-error\" src=\"img/icon/exclamation.svg\"\n                             data-locale-title=\"clipboard_copy_error_title\"/>\n                        <img class=\"extension-error-icon\" id=\"iframes-found-icon\" src=\"img/icon/exclamation.svg\"\n                             data-locale-title=\"iframes_found_warning_title\"/>\n                        <img class=\"extension-error-icon\" id=\"clipboard-copy-icon\" src=\"img/icon/check-square.svg\"\n                             data-locale-title=\"clipboard_copy_title\"/>\n                        <img class=\"extension-error-icon\" id=\"install-information\" src=\"img/icon/question-circle.svg\"\n                             data-locale-title=\"installation_information_title\"/>\n                        <img class=\"extension-error-icon\" id=\"update-information\" src=\"img/icon/question-circle.svg\"\n                             data-locale-title=\"update_information_title\"/>\n                        <span class=\"def-font\" id=\"index-text\"></span>\n                    </div>\n                </div>\n\n                <!--  Area for search controls, such as seek, toggle options or saved expressions, and close extension -->\n                <div id=\"search-controls-container\">\n                    <button class=\"controls-button\" id=\"search-prev-button\" type=\"button\" disabled\n                            data-locale-title=\"search_prev_title\"/>\n                    <button class=\"controls-button\" id=\"search-next-button\" type=\"button\" disabled\n                            data-locale-title=\"search_next_title\"/>\n                    <button class=\"controls-button\" id=\"search-toggle-options-button\" type=\"button\"\n                            data-locale-title=\"toggle_options_pane_title\"/>\n                    <button class=\"controls-button\" id=\"saved-expressions-toggle-button\" type=\"button\"\n                            data-locale-title=\"toggle_saved_expressions_button\"/>\n                    <button class=\"controls-button\" id=\"copy-text-to-clipboard-button\" type=\"button\"\n                            data-locale-title=\"copy_to_clipboard_button_title\"/>\n                    <button class=\"controls-button\" id=\"find-replace-button\" type=\"button\"\n                            data-locale-title=\"toggle_find_replace_button_title\"/>\n                    <button class=\"controls-button\" id=\"close-button\" type=\"button\"\n                            data-locale-title=\"close_extension_title\"/>\n                </div>\n            </div>\n        </div>\n\n        <div class=\"pane\" id=\"replace-body\">\n            <div id=\"replace-body-container\">\n                <div id=\"replace-field-container\">\n                    <input class=\"field def-font\" id=\"replace-field\" type=\"text\" name=\"replace\" autocomplete=\"off\"\n                           data-locale-title=\"replace_field_title\" data-locale-placeholder=\"replace_field_placeholder\"/>\n                </div>\n                <div id=\"replace-controls-container\">\n                    <button class=\"replace-button def-font\" id=\"replace-next-button\" type=\"button\" disabled\n                            data-locale-title=\"replace_button_title\" data-locale-text=\"replace_button_text\"/>\n                    <button class=\"replace-button def-font\" id=\"replace-all-button\" type=\"button\" disabled\n                            data-locale-title=\"replace_all_button_title\" data-locale-text=\"replace_all_button_text\"/>\n                </div>\n            </div>\n        </div>\n\n        <div class=\"pane\" id=\"extension-message-body\">\n            <!-- Area special warning messages -->\n            <table id=\"message-table\">\n                <tr>\n                    <td>\n                        <img id=\"exclamation-icon\" src=\"img/icon/exclamation.svg\"/>\n                    </td>\n                    <td>\n                        <span class=\"def-font\" id=\"extension-limitation-internal-restricted-browser-page-text\"\n                              data-locale-text=\"extension_limitation_internal_restricted_browser_page_text\"></span>\n                        <span class=\"def-font\" id=\"extension-limitation-pdf-fileview-text\"\n                              data-locale-text=\"extension_limitation_pdf_text\"></span>\n                        <span class=\"def-font\" id=\"extension-limitation-offline-file-search-text\"\n                              data-locale-text=\"extension_limitation_offline_file_text\"></span>\n                    </td>\n                </tr>\n            </table>\n        </div>\n\n        <div class=\"pane\" id=\"options-body\">\n            <table id=\"regex-options-table\">\n                <tbody>\n                    <tr>\n                        <span class=\"pane-header\" id=\"regex-options-header\"\n                              data-locale-text=\"search_options_header_text\"></span>\n                    </tr>\n\n                    <!-- Find by Regex Option -->\n                    <tr>\n                        <td class=\"options-table-toggle-cell\">\n                            <label class=\"switch\">\n                                <input id=\"regex-option-regex-disable-toggle\" type=\"checkbox\"/>\n                                <div class=\"toggle-slider\"/>\n                            </label>\n                        </td>\n                        <td>\n                            <span class=\"def-font\" data-locale-text=\"search_option_find_by_regex_text\"></span>\n                            <img class=\"information-hover-icon\" src=\"img/icon/question-circle.svg\"\n                                 data-locale-title=\"search_option_find_by_regex_title\"/>\n                        </td>\n                    </tr>\n\n                    <!-- Match Case Option -->\n                    <tr>\n                        <td class=\"options-table-toggle-cell\">\n                            <label class=\"switch\">\n                                <input id=\"regex-option-case-insensitive-toggle\" type=\"checkbox\"/>\n                                <div class=\"toggle-slider\"/>\n                            </label>\n                        </td>\n                        <td>\n                            <span class=\"def-font\" data-locale-text=\"search_option_match_case_text\"></span>\n                            <img class=\"information-hover-icon\" src=\"img/icon/question-circle.svg\"\n                                 data-locale-title=\"search_option_match_case_title\"/>\n                        </td>\n                    </tr>\n                </tbody>\n            </table>\n\n            <table id=\"extension-options-table\">\n                <tbody>\n                    <tr>\n                        <span class=\"pane-header\" id=\"extension-options-header\"\n                              data-locale-text=\"extension_options_header_text\"></span>\n                    </tr>\n\n                    <!-- Persistent Highlights Option -->\n                    <tr>\n                        <td class=\"options-table-toggle-cell\">\n                            <label class=\"switch\">\n                                <input id=\"regex-option-persistent-highlights-toggle\" type=\"checkbox\"/>\n                                <div class=\"toggle-slider\"/>\n                            </label>\n                        </td>\n                        <td>\n                            <span class=\"def-font\"\n                                  data-locale-text=\"search_option_persistent_highlights_text\"></span>\n                            <img class=\"information-hover-icon\" src=\"img/icon/question-circle.svg\"\n                                 data-locale-title=\"search_option_persistent_highlights_title\"/>\n                        </td>\n                    </tr>\n\n                    <!-- Persistent Storage in Incognito Option -->\n                    <tr>\n                        <td class=\"options-table-toggle-cell\">\n                            <label class=\"switch\">\n                                <input id=\"regex-option-persistent-storage-incognito-toggle\" type=\"checkbox\"/>\n                                <div class=\"toggle-slider\"/>\n                            </label>\n                        </td>\n                        <td>\n                            <span class=\"def-font\"\n                                  data-locale-text=\"extension_option_persistent_storage_incognito_text\"></span>\n                            <img class=\"information-hover-icon\" src=\"img/icon/question-circle.svg\"\n                                 data-locale-title=\"extension_option_persistent_storage_incognito_title\"/>\n                        </td>\n                    </tr>\n\n                    <!-- Hide Options Pane Toggle Button -->\n                    <tr>\n                        <td class=\"options-table-toggle-cell\">\n                            <label class=\"switch\">\n                                <input id=\"hide-option-pane-toggle-option-toggle\" type=\"checkbox\"/>\n                                <div class=\"toggle-slider\"/>\n                            </label>\n                        </td>\n                        <td>\n                            <span class=\"def-font\" data-locale-text=\"extension_option_hide_option_pane_toggle_button_text\"></span>\n                            <img class=\"information-hover-icon\" src=\"img/icon/question-circle.svg\"\n                                 data-locale-title=\"extension_option_hide_option_pane_toggle_button_title\"/>\n                        </td>\n                    </tr>\n\n                    <!-- Hide Saved Expressions Pane Toggle Button -->\n                    <tr>\n                        <td class=\"options-table-toggle-cell\">\n                            <label class=\"switch\">\n                                <input id=\"hide-saved-expressions-pane-toggle-option-toggle\" type=\"checkbox\"/>\n                                <div class=\"toggle-slider\"/>\n                            </label>\n                        </td>\n                        <td>\n                            <span class=\"def-font\" data-locale-text=\"extension_option_hide_saved_expressions_pane_toggle_button_text\"></span>\n                            <img class=\"information-hover-icon\" src=\"img/icon/question-circle.svg\"\n                                 data-locale-title=\"extension_option_hide_saved_expressions_pane_toggle_button_title\"/>\n                        </td>\n                    </tr>\n\n                    <!-- Copy To Clipboard Toggle Button -->\n                    <tr>\n                        <td class=\"options-table-toggle-cell\">\n                            <label class=\"switch\">\n                                <input id=\"hide-copy-to-clipboard-option-toggle\" type=\"checkbox\"/>\n                                <div class=\"toggle-slider\"/>\n                            </label>\n                        </td>\n                        <td>\n                            <span class=\"def-font\" data-locale-text=\"extension_option_hide_copy_to_clipboard_toggle_button_text\"></span>\n                            <img class=\"information-hover-icon\" src=\"img/icon/question-circle.svg\"\n                                 data-locale-title=\"extension_option_hide_copy_to_clipboard_toggle_button_title\"/>\n                        </td>\n                    </tr>\n\n                    <!-- Find and Replace Toggle Button -->\n                    <tr>\n                        <td class=\"options-table-toggle-cell\">\n                            <label class=\"switch\">\n                                <input id=\"find-replace-toggle-option-toggle\" type=\"checkbox\"/>\n                                <div class=\"toggle-slider\"/>\n                            </label>\n                        </td>\n                        <td>\n                            <span class=\"def-font\" data-locale-text=\"extension_option_hide_find_replace_toggle_button_text\"></span>\n                            <img class=\"information-hover-icon\" src=\"img/icon/question-circle.svg\"\n                                 data-locale-title=\"extension_option_hide_find_replace_toggle_button_title\"/>\n                        </td>\n                    </tr>\n                </tbody>\n            </table>\n\n            <!-- Max Results Option -->\n            <div>\n                <span class=\"pane-header\" data-locale-text=\"search_option_max_results_text\"></span>\n                <div class=\"slider-container\">\n                    <input class=\"slider\" id=\"max-results-slider\" type=\"range\" value=\"10\" min=\"0\" max=\"10\" step=\"1\"/>\n                    <span class=\"slider-value def-font\" id=\"max-results-slider-value\">∞</span>\n                </div>\n            </div>\n\n            <!-- Index Highlight Color Option -->\n            <div>\n                <span class=\"pane-header\" data-locale-text=\"search_option_index_highlight_text\"></span>\n                <div class=\"slider-container\">\n                    <span class=\"color-indicator\" id=\"index-highlight-color-indicator\"></span>\n                    <div>\n                        <div class=\"slider-container\">\n                            <input class=\"slider color-slider\" id=\"index-highlight-hue-slider\" type=\"range\"\n                                   value=\"359\" min=\"0\" max=\"359\" step=\"1\"/>\n                        </div>\n                        <div class=\"slider-container\">\n                            <input class=\"slider color-saturation-slider\" id=\"index-highlight-saturation-slider\"\n                                   type=\"range\" value=\"1\" min=\"0\" max=\"1\" step=\"0.01\"/>\n                            <input class=\"slider color-value-slider\" id=\"index-highlight-value-slider\" type=\"range\"\n                                   value=\"1\" min=\"0\" max=\"1\" step=\"0.01\"/>\n                        </div>\n                    </div>\n                    <span class=\"slider-value color-slider-value def-font\" id=\"index-highlight-color-value\"\n                          contenteditable=\"true\" spellcheck=\"false\">#ff9813</span>\n                </div>\n            </div>\n\n            <!-- All Highlight Color Option -->\n            <div>\n                <span class=\"pane-header\" data-locale-text=\"search_option_all_highlight_text\"></span>\n                <div class=\"slider-container\">\n                    <span class=\"color-indicator\" id=\"all-highlight-color-indicator\"></span>\n                    <div>\n                        <div class=\"slider-container\">\n                            <input class=\"slider color-slider\" id=\"all-highlight-hue-slider\" type=\"range\"\n                                   value=\"359\" min=\"0\" max=\"359\" step=\"1\"/>\n                        </div>\n                        <div class=\"slider-container\">\n                            <input class=\"slider color-saturation-slider\" id=\"all-highlight-saturation-slider\"\n                                   type=\"range\" value=\"1\" min=\"0\" max=\"1\" step=\"0.01\"/>\n                            <input class=\"slider color-value-slider\" id=\"all-highlight-value-slider\" type=\"range\"\n                                   value=\"1\" min=\"0\" max=\"1\" step=\"0.01\"/>\n                        </div>\n                    </div>\n                    <span class=\"slider-value color-slider-value def-font\" id=\"all-highlight-color-value\"\n                          contenteditable=\"true\" spellcheck=\"false\">#fff000</span>\n                </div>\n            </div>\n\n            <!-- Option Pane Controls -->\n            <div id=\"options-controls-container\">\n                <button class=\"text-btn warn def-font\" id=\"reset-options-button\" data-locale-text=\"reset_options_button_text\"></button>\n            </div>\n        </div>\n\n        <div class=\"pane\" id=\"saved-expressions-body\">\n            <div id=\"saved-expressions-body-header-container\">\n                <span class=\"pane-header\" id=\"saved-expressions-body-header\" data-locale-text=\"saved_expressions_body_header\"></span>\n            </div>\n            <div id=\"saved-expressions-entry-list\">\n                <!-- Saved Expressions Entry List -->\n            </div>\n            <div id=\"saved-expressions-body-controls\">\n                <button class=\"text-btn warn def-font\" id=\"clear-saved-expressions-button\" type=\"button\"\n                        data-locale-title=\"clear_expressions_button_title\"><span class=\"pane-header\" data-locale-text=\"clear_expressions_button_text\"></span></button>\n                <button class=\"text-btn def-font\" id=\"save-expression-entry-button\" type=\"button\"\n                        data-locale-title=\"save_expression_button_title\"><span class=\"pane-header\" data-locale-text=\"save_expression_button_text\"></span></button>\n            </div>\n        </div>\n    </body>\n</html>\n"
  }
]