palm

palm

the browser's missing explore tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "palm",
  "manifest_version": 3,
  "version": "0.2",
  "description": "the browser's missing explore tab",
  "action": {
    "default_popup": "palm.html"
  },
  "background": {
    "service_worker": "script.js"
  },
  "icons": {
    "48": "images/icon-32-light.png",
    "96": "images/icon-32-light.png"
  }
}