Aurishem

Aurishem

Safe and Easy way to build and install packages directly from Arch User Repository

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Aurishem",
  "version": "1.0.1",
  "homepage_url": "https://github.com/coolfool/aurishem-extension",
  "description": "Safe and Easy way to build and install packages directly from Arch User Repository",
  "icons": {
    "48": "icons/aurishem-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=*"
      ],
      "js": [
        "js/index.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}