Bella Luna Pizza

Bella Luna Pizza

Great Food, Great Prices

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Bella Luna Pizza",
  "version": "0.2.1",
  "description": "Great Food, Great Prices",
  "browser_action": {
    "default_icon": {
      "19": "img/restaurant-logos/19x19.png",
      "38": "img/restaurant-logos/38x38.png"
    },
    "default_title": "Bella Luna Pizza",
    "default_popup": "index.html"
  },
  "author": "Allhungry Inc <[email protected]>",
  "permissions": [
    "tabs",
    "storage",
    "https://*.allhungry.com/"
  ],
  "content_security_policy": "script-src 'self' https://*.allhungry.com; object-src 'self'"
}