Cooking Converter

Cooking Converter

The best Cooking Converter right in your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Cooking Converter",
  "version": "1.0",
  "description": "The best Cooking Converter right in your browser.",
  "browser_action": {
    "default_popup": "Extension/Popup/Html/index.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}