Ez Snippets

Ez Snippets

Easy Snippets is the perfect extension for anyone seeking efficiency and organization in their digital daily life. Whether you're a…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_popup": "./index.html"
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "./icons/icon-16.png",
    "32": "./icons/icon-32.png",
    "48": "./icons/icon-48.png",
    "128": "./icons/icon-128.png"
  },
  "manifest_version": 3,
  "name": "Ez Snippets",
  "version": "1.0.0"
}