Having an extension that takes data from Gmail, then sends information to another site like example.com.
Which permissions should I specify in the manifest file?
(extension actually works in Chrome without specifying them)
Which should be the equivalent action in Firefox?
The permissions in Chrome would be:
This makes sure that you can access both sites. As to Firefox, you don’t have to specify anything – Firefox extensions always have access to all websites.