Examine source code of Tóm Tắt Văn Bản - Tóm Tắt Bài Viết

Inspect and view changes in Tóm Tắt Văn Bản - Tóm Tắt Bài Viết source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Tóm Tắt Văn Bản - Tóm Tắt Bài Viết",
  "version": "1.0.2",
  "description": "Tóm Tắt Văn Bản - Tóm Tắt Bài Viết - SanContent.Net",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "background": {
    "scripts": [
      "scripts/jquery-3.2.1.min.js",
      "bg/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_popup": "page/popup.html"
  },
  "permissions": [
    "*://sancontent.net/*",
    "contextMenus",
    "tabs",
    "background"
  ],
  "web_accessible_resources": [
    "css/*",
    "images/*",
    "scripts/*"
  ],
  "homepage_url": "https://sancontent.net",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}