Examine source code of PlusNaija

Inspect and view changes in PlusNaija 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": "PlusNaija",
  "version": "1.2",
  "short_name": "PN, PlusNaija",
  "description": "The fastest way for PlusNaija to get you notified for the latest Random Quotes updates.",
  "action": {
    "default_title": "PlusNaija",
    "default_popup": "index.html"
  },
  "icons": {
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage"
  ]
}