Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mojito is asking for permissions #18

Open
ericwclymer opened this issue Jan 4, 2017 · 3 comments
Open

mojito is asking for permissions #18

ericwclymer opened this issue Jan 4, 2017 · 3 comments

Comments

@ericwclymer
Copy link
Contributor

ericwclymer commented Jan 4, 2017

It looks like you've monetized. You should probably update your readme on here and/or explain why mojito is seeking permissions that aren't reflecting in the source here.

@ericwclymer ericwclymer changed the title Asking for permissions mojito is asking for permissions Jan 4, 2017
@vandre
Copy link
Owner

vandre commented Jan 4, 2017

Hi!
The permissions shown in the source here are:
"permissions": ["://mint.intuit.com/","://.mint.com/*","storage","activeTab","webNavigation","webRequest","webRequestBlocking"]

The permissions in the latest version are:
"permissions": ["identity","://mint.intuit.com/","https://www.googleapis.com/","storage","activeTab","webRequest","webRequestBlocking"]

Added: Identity, googleapis

Removed: webNavigation, mint.com

Identity and and Google Apis are required for checking trial status.

I removed webNavigation to get rid of the message 'extension is requesting access to view history'. Now I use messaging + storage api to determine date filters instead of sniffing the query string

@ericwclymer
Copy link
Contributor Author

Ah, ok. That makes sense. Most of my confusion came from the fact that the version number on the web store was 1.59, but manifest.json shows 1.56 still.

@vandre
Copy link
Owner

vandre commented Jan 4, 2017

Sure no problem! 1.59 is closed source, hence why I did not update the manifest.json here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants