VietHome - Trang Tab Mới tuyệt vời

VietHome - Trang Tab Mới tuyệt vời

Hãy cá nhân hoá màn hình Newtab của bạn với VietHome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "VietHome - Trang Tab Mới tuyệt vời",
  "version": "6.0.6",
  "short_name": "VietHome",
  "author": "Trần Mạnh Cường",
  "description": "Hãy cá nhân hoá màn hình Newtab của bạn với VietHome.",
  "icons": {
    "16": "img/icon.png",
    "48": "img/icon.png",
    "128": "img/icon.png"
  },
  "browser_action": {
    "name": "View the website information for ",
    "default_icon": "img/icon.png",
    "default_popup": "popup.html",
    "width": "200px"
  },
  "background": {
    "page": "background.html",
    "script": "js/background.js"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "http://maytinhdibo.esy.es/",
    "topSites",
    "https://www.google.com/*"
  ]
}