Examine source code of JES

Inspect and view changes in JES 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
{
  "action": {
    "default_popup": "popup.html",
    "default_title": "Read JES's News"
  },
  "background": {
    "service_worker": "background.js"
  },
  "description": "jes.edu.vn Cẩm Nang Giáo Dục Và Sức Khỏe chuyên cung cấp kiến thức: học tiếng Anh, Học Tiếng Nhật, thẩm mỹ, sức khỏe, y khoa...",
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "128": "128.png"
  },
  "manifest_version": 3,
  "name": "JES",
  "permissions": [
    "alarms",
    "notifications",
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0"
}