CodeSnap - Share Code Snippets

CodeSnap - Share Code Snippets

CodeSnap is a chrome extension that allows you to Create, manage and share beautiful images of your code snippets.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "CodeSnap - Share Code Snippets",
  "version": "1.1.0",
  "description": "CodeSnap is a chrome extension that allows you to Create, manage and share beautiful images of your code snippets.",
  "action": {
    "default_icon": {
      "32": "img/favicon.png",
      "64": "img/favicon.png"
    },
    "default_title": "CodeSnap - Share Code Snippets",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/favicon.png",
    "48": "img/favicon.png",
    "128": "img/favicon.png"
  },
  "manifest_version": 3,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}