Keto Diet Plan

Keto Diet Plan

Get Your custom keto diet plan, Menus, Foods and guide for beginner 2021

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Keto Diet Plan",
  "description": "Get Your custom keto diet plan, Menus, Foods and guide for beginner 2021",
  "version": "1.0",
  "manifest_version": 3,
  "action": {
    "default_popup": "hello.html",
    "default_icon": {
      "16": "/images/ketodietplan.png",
      "32": "/images/ketodietplan.png",
      "48": "/images/ketodietplan.png",
      "128": "/images/ketodietplan.png"
    }
  },
  "icons": {
    "16": "/images/ketodietplan.png",
    "32": "/images/ketodietplan.png",
    "48": "/images/ketodietplan.png",
    "128": "/images/ketodietplan.png"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+F",
        "mac": "MacCtrl+Shift+F"
      },
      "description": "Opens hello.html"
    }
  }
}