Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Recipe Filter",
"short_name": "RecipeFilter",
"version": "1.0",
"description": "Recipe Filter shows recipes found anywhere on the web in a handy popup.",
"icons": {
"128": "img\/icon-128.png"
},
"permissions": [
"storage"
],
"options_page": "html\/options.html",
"action": {
"default_title": "Recipe Filter",
"default_icon": "img\/icon-128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"css\/recipe_filter.css"
],
"js": [
"js\/main.js"
]
}
],
"content_security_policy": []
}