<?xml version="1.0" encoding="UTF-8"?>
<!--
  Three pages, written by hand.

  An integration would generate this, and for three URLs that is a dependency
  bought to avoid typing eleven lines. Add the integration when the page count
  makes hand-maintenance a real risk; `tests/dist-audit.test.ts` checks that
  every page in the build appears here, so this cannot silently fall behind.

  No trailing slashes: these are the canonical URLs, and `/support` is the exact
  string registered as the Chrome Web Store Support URL.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://switchcue.app/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://switchcue.app/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://switchcue.app/support</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
</urlset>
