Hive dApp Menu

Hive dApp Menu

Hive dApp Menu is a collection of shortcuts to useful Hive blockchain apps.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Hive dApp Menu",
  "version": "0.0.0.9",
  "description": "Hive dApp Menu is a collection of shortcuts to useful Hive blockchain apps.",
  "icons": {
    "128": "assets/pizza_team_logo_new.png"
  },
  "action": {
    "default_title": "Start",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  }
}