GarfielfLasaga

GarfielfLasaga

When you click the button it goes I'm am hungry. I want some LASAGA!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "GarfielfLasaga",
  "description": "When you click the button it goes I'm am hungry. I want some LASAGA!",
  "version": "1.0",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "lasaga.html"
  },
  "permissions": [
    "activeTab"
  ]
}