ANF Lunch Menu

ANF Lunch Menu

This extension shows you what the lunch menu for the week is

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ANF Lunch Menu",
  "description": "This extension shows you what the lunch menu for the week is",
  "version": "2.0.2",
  "icons": {
    "128": "hamburger.png"
  },
  "browser_action": {
    "default_icon": "lunch.png",
    "default_popup": "lunchmenu.html",
    "default_title": "What's for lunch?"
  }
}