Kí tự đặc biệt SoShareIT

Kí tự đặc biệt SoShareIT

Ứng dụng Kí tự đặc biệt SoShareIT 💎 – Tạo Tên Kí Hiệu Số, Chữ Kiểu dành cho cộng đồng Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Kí tự đặc biệt SoShareIT",
  "version": "1.0.0",
  "manifest_version": 2,
  "description": "Ứng dụng Kí tự đặc biệt SoShareIT 💎 – Tạo Tên Kí Hiệu Số, Chữ Kiểu dành cho cộng đồng Chrome",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png"
    },
    "default_title": "Kí tự đặc biệt SoShareIT",
    "default_popup": "popup.html",
    "background": {
      "scripts": [
        "scripts/fancy_text.js",
        "scripts/jquery.min.js",
        "scripts/symbol-picker-for-fancy-text.js"
      ]
    },
    "content_scripts": [
      {
        "js": [
          "scripts/tipi.jquery.js"
        ]
      }
    ],
    "css": [
      "styles/style.css",
      "styles/bootstrap.min.css"
    ],
    "permissions": [
      "tabs",
      "webRequest"
    ]
  }
}