Hướng dẫn tự build máy tính hiệu quả

Hướng dẫn tự build máy tính hiệu quả

hoanghapc.vn hỗ trợ giải quyết nhu cầu tự xây dựng, lắp đặt PC phù hợp.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Hướng dẫn tự build máy tính hiệu quả",
  "version": "0.0.1",
  "manifest_version": 2,
  "description": "hoanghapc.vn hỗ trợ giải quyết nhu cầu tự xây dựng, lắp đặt PC phù hợp.",
  "homepage_url": "https://hoanghapc.vn/",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "background": {
    "page": "src/bg/background.html",
    "persistent": true
  }
}