[
  {
    "path": ".github/ISSUE_TEMPLATE/bug-report-on-microsoft-edge-addons-website--impacting-all-users-.md",
    "content": "---\nname: Bug report on Microsoft Edge Addons website (impacting all users)\nabout: Create a report to let us of any breaking issues or bugs on Microsoft Edge\n  Addons site, that impacts all Microsoft Edge users\ntitle: \"[Bug - Edge Addons] <enter bug title here>\"\nlabels: Bug, Edge Addons\nassignees: nagachaitanyalokam\n\n---\n\n**Describe the bug**\nA clear and concise description of what the bug is.\n\n**To Reproduce**\nSteps to reproduce the behavior:\n1. Go to '...'\n2. Click on '....'\n3. Scroll down to '....'\n4. See error\n\n**Expected behavior**\nA clear and concise description of what you expected to happen.\n\n**Screenshots**\nIf applicable, add screenshots to help explain your problem.\n\n**Desktop (please complete the following information):**\n - OS: [e.g. iOS]\n - Browser [e.g. chrome, safari]\n - Version [e.g. 22]\n\n**Additional context**\nAdd any other context about the problem here.\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/bug-report-on-partner-center--impacting-all-developers-.md",
    "content": "---\nname: Bug report on Partner Center (impacting all developers)\nabout: Create a report to let us of any breaking issues or bugs that all Edge Addons\n  developers are facing when publishing their extension to Microsoft Edge Addons\ntitle: \"[Bug - Partner Center] <enter bug title here>\"\nlabels: Bug, Partner Center\nassignees: nagachaitanyalokam\n\n---\n\n**Describe the bug**\nA clear and concise description of what the bug is.\n\n**To Reproduce**\nSteps to reproduce the behavior:\n1. Go to '...'\n2. Click on '....'\n3. Scroll down to '....'\n4. See error\n\n**Expected behavior**\nA clear and concise description of what you expected to happen.\n\n**Screenshots**\nIf applicable, add screenshots to help explain your problem.\n\n**Desktop (please complete the following information):**\n - OS: [e.g. iOS]\n - Browser [e.g. chrome, safari]\n - Version [e.g. 22]\n\n**Additional context**\nAdd any other context about the problem here.\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/feature-request-for-edge-addons-developer-experience-on-microsoft-partner-center.md",
    "content": "---\nname: Feature request for Edge Addons developer experience on Microsoft Partner Center\nabout: 'Suggest an idea for a new feature or improving existing features within Microsoft\n  Edge Addons program in Partner Center '\ntitle: \"[FeatureReq - Partner Center] <enter title here>\"\nlabels: Feature, Partner Center\nassignees: nagachaitanyalokam\n\n---\n\n**Is your feature request related to a problem? Please describe.**\nA clear and concise description of what the problem is. Ex. I'm always frustrated when [...]\n\n**Describe the solution you'd like**\nA clear and concise description of what you want to happen.\n\n**Describe alternatives you've considered**\nA clear and concise description of any alternative solutions or features you've considered.\n\n**Additional context**\nAdd any other context or screenshots about the feature request here.\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/feature-request-for-microsoft-edge-addons-website.md",
    "content": "---\nname: Feature request for Microsoft Edge Addons website\nabout: Suggest an idea for a new feature or improving existing features within Microsoft\n  Edge Addons website\ntitle: \"[FeatureReq - Edge Addons site] <enter title here>\"\nlabels: Edge Addons, Feature\nassignees: nagachaitanyalokam\n\n---\n\n**Is your feature request related to a problem? Please describe.**\nA clear and concise description of what the problem is. Ex. I'm always frustrated when [...]\n\n**Describe the solution you'd like**\nA clear and concise description of what you want to happen.\n\n**Describe alternatives you've considered**\nA clear and concise description of any alternative solutions or features you've considered.\n\n**Additional context**\nAdd any other context or screenshots about the feature request here.\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/report-a-concern-about-manifest-version-3-migration.md",
    "content": "---\nname: Report a concern about Manifest Version 3 migration\nabout: Choose this to report any feedback or concerns you have about migrating to\n  MV3\ntitle: ''\nlabels: ''\nassignees: ''\n\n---\n\n\n"
  },
  {
    "path": ".github/workflows/main.yml",
    "content": "name: Create ADO Work Item on New Issue\n\non:\n  issues:\n    types: [opened]\n\njobs:\n  create-ado-item:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Create ADO Work Item\n        env:\n          ADO_ORG_URL: ${{ secrets.ADO_ORG_URL }}\n          ADO_PROJECT: ${{ secrets.ADO_PROJECT }}\n          ADO_PAT: ${{ secrets.ADO_PERSONAL_ACCESS_TOKEN }}\n          ISSUE_TITLE: ${{ github.event.issue.title }}\n          ISSUE_BODY: ${{ github.event.issue.body }}\n          ISSUE_URL: ${{ github.event.issue.html_url }}\n        run: |\n          echo \"Creating Azure DevOps work item with specific area path...\"\n          BODY=\"{\n            \\\"fields\\\": {\n              \\\"System.Title\\\": \\\"${ISSUE_TITLE//\\\"/\\\\\\\"}\\\",\n              \\\"System.Description\\\": \\\"GitHub Issue: <a href='${ISSUE_URL}'>${ISSUE_URL}</a><br><br>${ISSUE_BODY//\\\"/\\\\\\\"}\\\",\n              \\\"System.AreaPath\\\": \\\"Edge\\\\Edge India\\\\Extensibility\\\"\n            }\n          }\"\n          RESPONSE=$(curl -s -o response.json -w \"%{http_code}\" \\\n            -u :$ADO_PAT \\\n            -X POST \\\n            -H \"Content-Type: application/json\" \\\n            -d \"$BODY\" \\\n            \"$ADO_ORG_URL/$ADO_PROJECT/_apis/wit/workitems/\\$Issue?api-version=7.0\")\n          cat response.json\n          if [ \"$RESPONSE\" -ge 200 ] && [ \"$RESPONSE\" -lt 300 ]; then\n            echo \"ADO work item created successfully.\"\n          else\n            echo \"Failed to create ADO work item. Status: $RESPONSE\"\n            exit 1\n          fi\n"
  },
  {
    "path": "CODE_OF_CONDUCT.md",
    "content": "# Microsoft Open Source Code of Conduct\n\nThis project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).\n\nResources:\n\n- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/)\n- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)\n- Contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with questions or concerns\n"
  },
  {
    "path": "Extension-samples/picture-inserter-content-script/README.md",
    "content": "# Readme for the /picture-inserter-content-script/ directory\n\nFor instructions, see [Sample: Picture inserter using content script](https://learn.microsoft.com/microsoft-edge/extensions/getting-started/picture-inserter-content-script).\n"
  },
  {
    "path": "Extension-samples/picture-inserter-content-script/content-scripts/content.js",
    "content": "chrome.runtime.onMessage.addListener(function(request, sender, sendResponse) {\n  const img = document.createElement(\"img\");\n  img.id = request.imageDivId;\n  img.src = request.url;\n  img.style = \"height: auto; width: 90vw;\";\n  document.body.prepend(img);\n\n  img.addEventListener(\"click\", () => {\n      img.remove();\n  }, { once: true });\n\n  sendResponse({ fromcontent: \"This message is from content.js\" });\n});\n"
  },
  {
    "path": "Extension-samples/picture-inserter-content-script/manifest.json",
    "content": "{\n    \"name\": \"Picture inserter using content script\",\n    \"version\": \"0.0.0.1\",\n    \"manifest_version\": 3,\n    \"description\": \"A browser extension that uses JavaScript to insert an image at the top of the current webpage.\",\n    \"icons\": {\n        \"16\": \"icons/extension-icon16x16.png\",\n        \"32\": \"icons/extension-icon32x32.png\",\n        \"48\": \"icons/extension-icon48x48.png\",\n        \"128\": \"icons/extension-icon128x128.png\"\n    },\n    \"action\": {\n        \"default_popup\": \"popup/popup.html\"\n    },\n    \"content_scripts\": [\n        {\n            \"matches\": [\n              \"<all_urls>\"\n            ],\n            \"js\": [\"content-scripts/content.js\"]\n        }\n    ],\n    \"web_accessible_resources\": [\n        {\n            \"resources\": [\"images/*.jpeg\"],\n            \"matches\": [\"<all_urls>\"]\n        }\n    ]\n}\n"
  },
  {
    "path": "Extension-samples/picture-inserter-content-script/popup/popup.html",
    "content": "<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"utf-8\" />\n        <style>\n            body {\n                width: 500px;\n            }\n            button {\n                background-color: #336dab;\n                border: none;\n                color: white;\n                padding: 15px 32px;\n                text-align: center;\n                font-size: 16px;\n            }\n        </style>\n    </head>\n    <body>\n        <h1>Picture inserter using a content script</h1>\n        <button id=\"sendmessageid\">Insert picture</button>\n        <script src=\"popup.js\"></script>\n        <p>Click the displayed image to remove it from the webpage.</p>\n    </body>\n</html>\n"
  },
  {
    "path": "Extension-samples/picture-inserter-content-script/popup/popup.js",
    "content": "const sendMessageId = document.getElementById(\"sendmessageid\");\nif (sendMessageId) {\n    sendMessageId.onclick = function() {\n        chrome.tabs.query({ active: true, currentWindow: true }, function(tabs) {\n            chrome.tabs.sendMessage(\n                tabs[0].id,\n                {\n                    url: chrome.runtime.getURL(\"images/stars.jpeg\"),\n                    imageDivId: crypto.randomUUID(),\n                    tabId: tabs[0].id\n                },\n                function(response) {\n                    window.close();\n                }\n            );\n        });\n    };\n}\n"
  },
  {
    "path": "Extension-samples/picture-viewer-popup-webpage/README.md",
    "content": "# Readme for the /picture-viewer-popup-webpage/ directory\n\nFor instructions, see [Sample: Picture viewer pop-up webpage](https://learn.microsoft.com/microsoft-edge/extensions/getting-started/picture-viewer-popup-webpage).\n"
  },
  {
    "path": "Extension-samples/picture-viewer-popup-webpage/manifest.json",
    "content": "{\n  \"name\": \"Picture viewer pop-up webpage\",\n  \"version\": \"0.0.0.1\",\n  \"manifest_version\": 3,\n  \"description\": \"A browser extension that displays an image in a pop-up webpage.\",\n  \"icons\": {\n      \"16\": \"icons/extension-icon16x16.png\",\n      \"32\": \"icons/extension-icon32x32.png\",\n      \"48\": \"icons/extension-icon48x48.png\",\n      \"128\": \"icons/extension-icon128x128.png\"\n  },\n  \"action\": {\n      \"default_popup\": \"popup/popup.html\"\n  }\n}\n"
  },
  {
    "path": "Extension-samples/picture-viewer-popup-webpage/popup/popup.html",
    "content": "<html lang=\"en\">\n    <head>\n        <meta charset=\"UTF-8\" />\n        <title>Picture viewer pop-up webpage</title>\n    </head>\n    <body>\n        <div>\n            <img src=\"/images/stars.jpeg\" alt=\"Stars\" />\n        </div>\n    </body>\n</html>\n"
  },
  {
    "path": "LICENSE",
    "content": "    MIT License\n\n    Copyright (c) Microsoft Corporation.\n\n    Permission is hereby granted, free of charge, to any person obtaining a copy\n    of this software and associated documentation files (the \"Software\"), to deal\n    in the Software without restriction, including without limitation the rights\n    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n    copies of the Software, and to permit persons to whom the Software is\n    furnished to do so, subject to the following conditions:\n\n    The above copyright notice and this permission notice shall be included in all\n    copies or substantial portions of the Software.\n\n    THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n    SOFTWARE\n"
  },
  {
    "path": "README.md",
    "content": "# About the MicrosoftEdge-Extensions repo\n<!-- https://github.com/microsoft/MicrosoftEdge-Extensions/blob/main/README.md -->\n<!-- links tested 2026/01/12 -->\n\nUse this **MicrosoftEdge-Extensions** repo as a community space.  This repo contains sample code, issues, and discussions about Microsoft Edge extensions (add-ons).\n\n**Contents:**\n* [Websites](#websites)\n* [Code](#coode)\n* [Issues](#issues)\n* [Discussions](#discussions)\n* [Stay connected](#stay-connected)\n* [Documentation](#documentation)\n* [Release notes](#release-notes)\n\n\n<!-- ====================================================================== -->\n## Websites\n\n* The [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com) site - As a Microsoft Edge extension developer, you use Partner Center to publish an extension at this site, to make the extension available to Microsoft Edge users.\n\n* [Microsoft Edge Add-ons Developer](https://developer.microsoft.com/microsoft-edge/extensions/) - A central portal for information and resources for developing Microsoft Edge extensions.\n\n\n<!-- ====================================================================== -->\n## Code\n<!-- sync:\nhttps://learn.microsoft.com/microsoft-edge/extensions/samples\nhttps://github.com/microsoft/MicrosoftEdge-Extensions/blob/main/README.md#code\nhttps://github.com/MicrosoftEdge/Demos/blob/main/README.md#microsoft-edge-extensions\n-->\n\nUse the [Code](https://github.com/microsoft/MicrosoftEdge-Extensions/tree/main/Extension-samples) page of this **MicrosoftEdge-Extensions** repo to access sample code to learn how to build Microsoft Edge extensions.\n\nThis repo contains the following samples:\n\n| Name | Folder | Article |\n| --- | --- | --- |\n| Picture viewer pop-up webpage | [/picture-viewer-popup-webpage/](./Extension-samples/picture-viewer-popup-webpage/) | [Sample: Picture viewer pop-up webpage](https://learn.microsoft.com/microsoft-edge/extensions/samples/picture-viewer-popup-webpage) |\n| Picture inserter using content script | [/picture-inserter-content-script/](./Extension-samples/picture-inserter-content-script/) | [Sample: Picture inserter using content script](https://learn.microsoft.com/microsoft-edge/extensions/samples/picture-inserter-content-script) |\n\nThe files in [/assets/](./assets/) are for [Use the Microsoft Edge Add-ons badge to promote your add-on](https://learn.microsoft.com/microsoft-edge/extensions/publish/add-ons-badge/).\n\nThe files in [/TestCrxPackages/](./TestCrxPackages/) are test extension packages for testing the update feature.\n\nSee also:\n* [Samples for Microsoft Edge extensions](https://learn.microsoft.com/microsoft-edge/extensions/samples).  Also lists extension samples that are in the **MicrosoftEdge / Demos** repo.\n\n\n<!-- ====================================================================== -->\n## Issues\n<!-- sync:\nhttps://learn.microsoft.com/microsoft-edge/extensions/contact#issues-page-in-the-microsoftedge-extensions-repo\nhttps://github.com/microsoft/MicrosoftEdge-Extensions/blob/main/README.md#issues\n-->\n\nUse the [Issues](https://github.com/microsoft/MicrosoftEdge-Extensions/issues) page of this **MicrosoftEdge-Extensions** repo for:\n\n* Communicating with the Extensions team:\n  * Report bugs or issues about the [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com) site that affect all Edge extension developers or all Microsoft Edge extension users.\n  * Report bugs or issues about Microsoft Partner Center that affect all Edge extension developers or all Microsoft Edge extension users.\n  * Suggest new features that could impact or benefit all Microsoft Edge extension developers.\n  * Inquire about your Partner Center developer account for Microsoft Edge extensions.\n  * Inquire about the review status or certification status of your Edge extension after submitting the extension via Partner Center.\n\n* Communicating with other extension developers:\n  * Connect with other extension developers about technical questions related to building Microsoft Edge extensions.\n  * Ask about aspects of extensions that affect all extension developers or all Microsoft Edge extension users.\n\nSee also:\n* [GitHub Issues](https://docs.github.com/get-started/using-github/communicating-on-github#github-issues) in _Communicating on GitHub_.\n* [Scenarios for issues](https://docs.github.com/get-started/using-github/communicating-on-github#scenarios-for-issues) in _Communicating on GitHub_.\n\n\n<!-- ------------------------------ -->\n#### Edge-related issues other than extensions\n\nTo view existing questions about Microsoft Edge:\n\n1. Go to [Ask a question](https://learn.microsoft.com/en-us/answers/questions/ask/) at **Microsoft Q&A**.\n\n1. Click **Tag**, and then find **Microsoft Edge**.\n\n   You arrive at [Microsoft Edge](https://learn.microsoft.com/en-us/answers/tags/781/microsoft-edge) at **Microsoft Q&A**.\n\nTo enter a new question about Microsoft Edge:\n\n1. Go to [Ask a question](https://learn.microsoft.com/en-us/answers/questions/ask/) at **Microsoft Q&A**.\n\n1. In the **Select a tag** dropdown list, select **Microsoft Edge**.\n\n\n<!-- ====================================================================== -->\n## Discussions\n<!-- sync:\nhttps://learn.microsoft.com/microsoft-edge/extensions/contact#discussion-forum-in-the-microsoftedge-extensions-repo\nhttps://github.com/microsoft/MicrosoftEdge-Extensions/blob/main/README.md#discussions\n-->\n\nUse the [Discussions](https://github.com/microsoft/MicrosoftEdge-Extensions/discussions) page of this **MicrosoftEdge-Extensions** repo for:\n\n* Discussions with the Extensions team:\n  * Follow the latest announcements and updates from the Microsoft Edge extensions team.\n  * Request a feature for Edge extensions.\n  * Discuss how to improve UI features that are at [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com).\n  * Discuss how to improve extension publishing, management and listing processes or workflows.\n  * Provide feedback about features for extensions publishing, extensions management, or processes or workflows for extensions listings.\n\n* Discussions with other extension developers:\n  * Discuss technical questions about developing an Edge extension.\n  * Share best practices, tips, and tricks with other developers on building, publishing, managing, or acquiring more users for their browser extension.\n  * Share ideas about features for Microsoft Edge extensions.\n\nSee also:\n* [GitHub Discussions](https://docs.github.com/get-started/using-github/communicating-on-github#github-discussions) in _Communicating on GitHub_.\n* [Scenarios for GitHub Discussions](https://docs.github.com/get-started/using-github/communicating-on-github#scenarios-for-github-discussions) in _Communicating on GitHub_.\n\n\n<!-- ====================================================================== -->\n## Stay connected\n\nYou can follow what's happening with Microsoft Edge extensions via:\n* [#EdgeExtensions at Twitter](https://x.com/search?q=%23EdgeExtensions&src=typed_query&f=live)\n<!-- * [Microsoft Edge Dev](https://x.com/msedgedev/) -->\n\nYou can also stay tuned to recent updates and announcements via the [Microsoft Edge Insider](https://techcommunity.microsoft.com/category/MicrosoftEdgeInsider) product community at Tech Community, or search there for [Edge extensions](https://techcommunity.microsoft.com/search?q=edge+extensions&location=category%3AMicrosoftEdgeInsider)<!-- 1291 Results --> or [Edge add-on](https://techcommunity.microsoft.com/search?q=edge+add-on&location=category%3AMicrosoftEdgeInsider)<!-- 1118 Results -->.\n\nSee also:\n* [Contact the Microsoft Edge extensions team](https://learn.microsoft.com/microsoft-edge/extensions/contact)\n\n\n<!-- ====================================================================== -->\n## Documentation\n\n* [Overview of Microsoft Edge extensions](https://aka.ms/AboutEdgeAddons)<!-- aka link is noted in the destination .md file -->\n* [Extension concepts and architecture](https://aka.ms/EdgeAddonsLearn)<!-- aka link is noted in the destination .md file -->\n* [Supported APIs for Microsoft Edge extensions](https://learn.microsoft.com/microsoft-edge/extensions/developer-guide/api-support)\n* [Register as a Microsoft Edge extension developer](https://learn.microsoft.com/microsoft-edge/extensions/publish/create-dev-account)\n\n\n<!-- ====================================================================== -->\n## Release notes\n\n* [Release notes for Microsoft Edge extensions](https://aka.ms/EdgeAddonsReleaseNotes)<!-- aka link is noted in the destination .md file -->\n"
  },
  {
    "path": "SECURITY.md",
    "content": "<!-- BEGIN MICROSOFT SECURITY.MD V0.0.5 BLOCK -->\n\n## Security\n\nMicrosoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/).\n\nIf you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://docs.microsoft.com/en-us/previous-versions/tn-archive/cc751383(v=technet.10)), please report it to us as described below.\n\n## Reporting Security Issues\n\n**Please do not report security vulnerabilities through public GitHub issues.**\n\nInstead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://msrc.microsoft.com/create-report).\n\nIf you prefer to submit without logging in, send email to [secure@microsoft.com](mailto:secure@microsoft.com).  If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://www.microsoft.com/en-us/msrc/pgp-key-msrc).\n\nYou should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://www.microsoft.com/msrc). \n\nPlease include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:\n\n  * Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)\n  * Full paths of source file(s) related to the manifestation of the issue\n  * The location of the affected source code (tag/branch/commit or direct URL)\n  * Any special configuration required to reproduce the issue\n  * Step-by-step instructions to reproduce the issue\n  * Proof-of-concept or exploit code (if possible)\n  * Impact of the issue, including how an attacker might exploit the issue\n\nThis information will help us triage your report more quickly.\n\nIf you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://microsoft.com/msrc/bounty) page for more details about our active programs.\n\n## Preferred Languages\n\nWe prefer all communications to be in English.\n\n## Policy\n\nMicrosoft follows the principle of [Coordinated Vulnerability Disclosure](https://www.microsoft.com/en-us/msrc/cvd).\n\n<!-- END MICROSOFT SECURITY.MD BLOCK -->"
  },
  {
    "path": "SUPPORT.md",
    "content": "# TODO: The maintainer of this repo has not yet edited this file\r\n\r\nFallback: See [bottom half of main Readme](https://github.com/microsoft/MicrosoftEdge-Extensions/tree/main?tab=readme-ov-file#issues).\r\n\r\n**REPO OWNER**: Do you want Customer Service & Support (CSS) support for this product/project?\r\n\r\n- **No CSS support:** Fill out this template with information about how to file issues and get help.\r\n- **Yes CSS support:** Fill out an intake form at [aka.ms/spot](https://aka.ms/spot). CSS will work with/help you to determine next steps. More details also available at [aka.ms/onboardsupport](https://aka.ms/onboardsupport).\r\n- **Not sure?** Fill out a SPOT intake as though the answer were \"Yes\". CSS will help you decide.\r\n\r\n*Then remove this first heading from this SUPPORT.MD file before publishing your repo.*\r\n\r\n# Support\r\n\r\n## How to file issues and get help  \r\n\r\nThis project uses GitHub Issues to track bugs and feature requests. Please search the existing \r\nissues before filing new issues to avoid duplicates.  For new issues, file your bug or \r\nfeature request as a new Issue.\r\n\r\nFor help and questions about using this project, please **REPO MAINTAINER: INSERT INSTRUCTIONS HERE \r\nFOR HOW TO ENGAGE REPO OWNERS OR COMMUNITY FOR HELP. COULD BE A STACK OVERFLOW TAG OR OTHER\r\nCHANNEL. WHERE WILL YOU HELP PEOPLE?**.\r\n\r\n## Microsoft Support Policy  \r\n\r\nSupport for this **PROJECT or PRODUCT** is limited to the resources listed above.\r\n"
  },
  {
    "path": "TestCrxPackages/README.md",
    "content": "# Readme for the /TestCrxPackages/ directory\n\nThese `.crx` files are for internal use by testers only.  These extensions are not demo extensions.\n"
  },
  {
    "path": "assets/README.md",
    "content": "# Readme for the /assets/ directory\n\nThis directory contains files for developers of add-ons for Microsoft Edge.  For instructions, see [Use the Microsoft Edge Add-ons badge to promote your add-on](https://learn.microsoft.com/microsoft-edge/extensions/publish/add-ons-badge).\n"
  }
]