Easy Recipes App

Easy Recipes App

Easy Recipes App featuring a recipe search, favorite recipes, todo list, notes, weather, and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "short_name": "Easy Recipes App",
  "name": "Easy Recipes App",
  "description": "Easy Recipes App featuring a recipe search, favorite recipes, todo list, notes, weather, and more. ",
  "version": "1.0.8",
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "offline_enabled": false,
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://code.jquery.com/ https://geoip-js.com/js/apis/geoip2/v2.1/geoip2.js https://js.maxmind.com/ https://easyrecipesapp.org https://dash.easyrecipesapp.org https://sugg.search.yahoo.net https://www.googletagmanager.com https://ssl.google-analytics.com https://www.google-analytics.com 'sha256-s37QZQVoClK9dO5q0hQllZFHI5j+s7CsLzt5oYqMAkM=' 'sha256-WwcE5UXnjEZGJLi8xUzkB6/NK8+7fy2879AjmGBmJvI='; object-src 'self'",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "cookies",
    "https://*.easyrecipesapp.org/"
  ],
  "web_accessible_resources": [
    "*.json"
  ]
}