π 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 about 2 months ago
Whatβs Next