Examine source code of Nepali-Calendar

Inspect and view changes in Nepali-Calendar 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": 3,
  "name": "Nepali-Calendar",
  "version": "1.0",
  "description": "A pocket extension for displaying Nepali calendar and time.",
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "activeTab"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "nepalicalender@example.org"
    }
  }
}