Procházet zdrojové kódy

added a note about the permission "identity"

Gildas před 6 roky
rodič
revize
3c1223c749
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      faq.md

+ 1 - 0
faq.md

@@ -14,6 +14,7 @@ By default, Chrome extensions are not allowed to access to pages stored on the f
 
 ## What are the permissions requested by SingleFile for?
 The permissions requested by SingleFile are defined in the [manifest.json](https://github.com/gildas-lormeau/SingleFile/blob/master/manifest.json) file. Below are the reasons why they are necessary.
+ - `identity`: allows SingleFile to connect to your Google Drive account.
  - `storage`: allows SingleFile to store your settings.
  - `menus/contextMenus`: allows SingleFile to display an entry in the context menu of web pages.
  - `tabs` (all_urls): allows SingleFile to inject the code needed to process a page in any tab. This permission is needed for saving several tabs in one click, for example.