Alpha Back

Alpha Back

A browser extension that pays you to admire NFTs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Alpha Back",
  "version": "0.0.5",
  "description": "A browser extension that pays you to admire NFTs",
  "icons": {
    "16": "extension/images/get_started16.png",
    "32": "extension/images/get_started32.png",
    "48": "extension/images/get_started48.png",
    "128": "extension/images/get_started128.png"
  },
  "chrome_url_overrides": {
    "newtab": "build/index.html"
  },
  "background": {
    "service_worker": "extension/background.js"
  }
}