I am a beginner and trying to make an extension for chrome.
I have a manifest.json file and I want to edit this file interactively. This means that a user will enter the information and my manifest.json file should change accordingly. How can I do it?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
||||
|
You can execute scripts on any page using Content Scripts. Just set the matches value to |
|||
|
|
manifest.jsonprovide the greatest level of privilege that will ever be needed by your app, and then programmatically enforce permission constraints within your application. – apsillers May 17 '12 at 20:46