Kurdipedia - کوردیپێدیا

This is a free extension that allows you to search easily on Kurdipedia database and repository.
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": "Kurdipedia - کوردیپێدیا",
  "short_name": "Kurdipedia",
  "description": "This is a free extension that allows you to search easily on Kurdipedia database and repository.",
  "version": "1.0.1.5",
  "icons": {
    "16": "images/16.png",
    "24": "images/24.png",
    "32": "images/32.png",
    "64": "images/64.png",
    "128": "images/128.png",
    "256": "images/256.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "storage"
  ]
}