Hôm Nay Ăn Gì ?

Hôm Nay Ăn Gì ?

Tiện ích hiển thị new tab những gợi ý về món ăn, công thức chế biến để cải thiện bữa cơm gia đình,...

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Hôm Nay Ăn Gì ?",
  "description": "Tiện ích hiển thị new tab những gợi ý về món ăn, công thức chế biến để cải thiện bữa cơm gia đình,...",
  "version": "2.1.1",
  "manifest_version": 2,
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "128": "images/icon128.png"
  },
  "options_page": "index.html",
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "128": "images/icon128.png"
    },
    "default_title": "Hôm Nay Ăn Gì?"
  },
  "content_security_policy": "script-src 'self' 'sha256-jF5dxRssUXPekmZ9PP14JKt2e/G/o77/+zGyKElxyRs='; object-src 'self'"
}