Restaurant Menu Generator | BriskTable

Restaurant Menu Generator | BriskTable

Create, design and download custom menus for your restaurant or cafe - Completely free.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Restaurant Menu Generator | BriskTable",
  "short_name": "MenuGenerator",
  "version": "1.0.1",
  "manifest_version": 2,
  "description": "Create, design and download custom menus for your restaurant or cafe - Completely free.",
  "homepage_url": "https://www.brisktable.com/menu",
  "icons": {
    "128": "images/icon_128.png"
  },
  "background": {
    "scripts": [
      "btchromeextension"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "Open BriskTable Menu Generator"
  },
  "permissions": [
    "http://www.brisktable.com/*",
    "https://www.brisktable.com/*"
  ]
}