OneClick

OneClick

Navigate to your favorite actions on the websites you love with just one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "OneClick",
  "short_name": "1click",
  "description": "Navigate to your favorite actions on the websites you love with just one click.",
  "version": "1.2.0",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_title": "OneClick"
  },
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  }
}