๐ Required Extension Permissions
This page outlines the permissions required for the Starmind browser extension to function properly.
To function properly, the Starmind extension requires the following browser permissions:
๐ Required Permissions
"host_permissions": [
"https://*.starmind.com/*"
],
"permissions": [
"storage",
"sidePanel"
]
Explanation of Permissions
Host Permissions
https://*.starmind.com/*
โ Required to connect with your Starmind account and interact with Starmind APIs.
Browser Permissions
storage
โ Saves user settings and preferences locally.sidePanel
โ Allows displaying the extension within the browserโs side panel for easier access.
โ๏ธ Limiting Access to Specific Hosts
By default, the extension is available on all websites to ensure users have access to Starmind wherever they work.
However, access can be restricted:
- By individual users through the browserโs site access settings.

- By IT administrators using a managed browser policy in enterprise environments.
Important: Regardless of any host restrictions, the extension must always retain access to https://*.starmind.com to function correctly.
Updated 29 days ago
Whatโs Next