Food New Tab

Food New Tab

Using this extension we will find a new food background at every tab of bing

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "food.png",
    "48": "food.png",
    "128": "food.png"
  },
  "manifest_version": 3,
  "name": "Food New Tab",
  "version": "1.0.3",
  "description": "Using this extension we will find a new food background at every tab of bing",
  "permissions": [
    "cookies",
    "storage"
  ],
  "host_permissions": [
    "*://foodnewtab.com/",
    "*://*.foodnewtab.com/"
  ],
  "chrome_url_overrides": {
    "newtab": "Food_New_Tab.html"
  },
  "action": {
    "default_icon": "food.png"
  }
}