๐Ÿ” 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.

โ—๏ธ

Important: Regardless of any host restrictions, the extension must always retain access to https://*.starmind.com to function correctly.