Skip to content

recap-tech/extension-source

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Recap Browser Extension Source

This repository contains the source code deployed in the Recap browser extension.

The extension acts as a simple proxy to connect to exchange APIs which would otherwise be blocked in browser because of CORS. This means that Recap doesn't operate proxy servers where we could intercept your traffic and snoop on your data. More about Recap's security model.

You can always check the content of the live extension using the Chrome extension source viewer or its online demo.

Security Details

The only URL that can communicate with the extension is https://app.recap.io/* as defined in the externally_connectable property of manifest.json. This means no other apps or sites can use the extension to bypass browser security. More about externally_connectable.

The extension can only fetch data from URLs defined in the permissions property of manifest.json. This limits which URLs the extension can connect to, which means that Recap can't query any other sites other than those defined. This whitelist is also checked in the fetch method of background.js. More about permissions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published