Food2Fork

Food2Fork

Easily search the web for Food, Recipes, Ingredients etc.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "description": "__MSG_description__",
  "version": "1.0.2resigned1",
  "default_locale": "en",
  "icons": {
    "128": "./img/[email protected]"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "background": {
    "scripts": [
      "./js/background.js"
    ]
  },
  "browser_action": {
    "default_title": "__MSG_appName__"
  },
  "web_accessible_resources": [
    "css/auto-complete.css"
  ],
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{a84f6b91-b3fe-49e0-8be1-814b12de4628}"
    }
  }
}