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",
"name": "Recipes New Tab",
"manifest_version": 3,
"description": "Adds delicious recipes to your new tab.",
"version": "1.7",
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"search"
],
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"64": "images\/icon-64.png",
"128": "images\/icon-128.png"
},
"host_permissions": [],
"action": {
"default_title": "Recipes New Tab"
},
"offline_enabled": true,
"chrome_url_overrides": {
"newtab": "newtab.html"
}
}