Snippets

Snippets

Create and edit JavaScript code snippets, which are synced to all your computers

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "devtools_page": "devtools.html",
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "icons/icon_16.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "name": "Snippets",
  "description": "Create and edit JavaScript code snippets, which are synced to all your computers",
  "version": "2.4.0"
}