Snipit - organize, share, collaborate

Snipit - organize, share, collaborate

Powerful code snippets manager for dev teams and individuals. Save and organize your code snippets in the cloud. Share and collaborate with your team members. Snip code blocks directly from the pages you visit.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Snipit - organize, share, collaborate",
  "version": "2.3.0",
  "short_name": "Snipit.io",
  "description": "Code snippets for teams and individuals. Save and organize your code snippets in the cloud. Share and collaborate with team members.",
  "homepage_url": "https://snipit.io",
  "icons": {
    "48": "icons/snipit-inverted.png",
    "96": "icons/[email protected]"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/snipit.js"
      ],
      "css": [
        "css/snipit.css"
      ]
    }
  ],
  "permissions": [
    "*://snipit.io/*",
    "webRequest"
  ],
  "web_accessible_resources": [
    "js/snipit.js",
    "css/snipit.css"
  ]
}