Dictionary | PixelApps

Dictionary | PixelApps

A simple and modern dictionary, right in your browser. Just click the icon to search up a word!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Dictionary | PixelApps",
  "description": "A simple and modern dictionary, right in your browser. Just click the icon to search up a word!",
  "version": "0.0.1",
  "action": {
    "default_popup": "index.html"
  },
  "icons": {
    "16": "icons/books.png",
    "32": "icons/books.png",
    "48": "icons/books.png",
    "128": "icons/books.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}