Examine source code of NewsHub: Stay Informed!

Inspect and view changes in NewsHub: Stay Informed! 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "NewsHub: Stay Informed!",
  "description": "Stay updated on the latest news with our extension news app.",
  "version": "1.4.9",
  "icons": {
    "128": "logo/logo-128.png"
  },
  "action": {
    "default_title": "Chrome Addon v3 Starter",
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "background",
    "storage"
  ],
  "host_permissions": [
    "https://moxoai.com/*",
    "https://app.grammarly.com/ddocs/*",
    "https://accounts.moxoai.com/*"
  ],
  "background": {
    "service_worker": "service-worker.js"
  },
  "content_scripts": [
    {
      "js": [
        "foreground.js"
      ],
      "matches": [
        "https://app.grammarly.com/ddocs/*"
      ]
    }
  ]
}