Tin tức bất động sản

Tin tức bất động sản

Extension cập nhật tự động các bài viết mới nhất từ website WordPress

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Tin tức bất động sản",
  "version": "1.0",
  "description": "Extension cập nhật tự động các bài viết mới nhất từ website WordPress",
  "default_locale": "vi",
  "author": "Hoàng Nam Group",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "host_permissions": [
    "https://bdshoangnamgroup.com/"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}