TheDocumentation Index
Fetch the complete documentation index at: https://chainpatrol.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Storage.extension() adapter uses the browser’s extension storage API to store data.
Use this adapter if you are building a browser extension for Chrome, Firefox, or Edge.
Pre-requisites
You will need to enable thestorage permission in your extension’s manifest.json file:
unlimitedStorage permission to allow your extension to use more than 5MB of storage.