Waverly - a decentralized social app

Waverly - a decentralized social app

A Decentralized Social Chrome Extension App to put & tip contents as well as mint NFTs on-chain!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Waverly - a decentralized social app",
  "description": "A Decentralized Social Chrome Extension App to put & tip contents as well as mint NFTs on-chain!",
  "version": "2.14",
  "icons": {
    "16": "./favicon_io/favicon-16x16.png",
    "32": "./favicon_io/favicon-32x32.png",
    "128": "./favicon_io/favicon-128x128.png"
  },
  "manifest_version": 3,
  "action": {
    "default_title": "WaverlyApp - a deso extension"
  },
  "permissions": [
    "storage"
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  }
}