Inspect and view changes in RecipEase source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "RecipEaze",
"version": "1.1.1",
"description": "Jumps straight to a recipe section of a webpage (if it exists), skipping past all the (usually) unneccesary preamble",
"icons": {
"96": "icons/mg.png"
},
"permissions": [
"activeTab"
],
"browser_action": {
"default_icon": "icons/tb.png",
"default_title": "RecipEaze",
"default_popup": "popup/rf.html"
}
}