Snipit - organize, share, collaborate

Snipit - organize, share, collaborate

Code snippets for teams and individuals. Save and organize your code snippets in the cloud. Share and collaborate with team members.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "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": {
    "64": "icons/snipit-inverted.png",
    "128": "icons/[email protected]",
    "512": "icons/[email protected]"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/snipit.js"
      ],
      "css": [
        "css/snipit.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "js/snipit.js",
    "css/snipit.css"
  ]
}