TextStash

TextStash

Stash and recall text snippets you use often. Synchronize them, too.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "js/underscore-min.js",
      "js/cleanstorage.js",
      "js/update.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "TextStash",
    "default_popup": "popup.html"
  },
  "description": "Stash and recall text snippets you use often.  Synchronize them, too.",
  "icons": {
    "16": "icons/icon_16.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "22.0",
  "name": "TextStash",
  "offline_enabled": true,
  "permissions": [
    "clipboardWrite",
    "storage",
    "tabs"
  ],
  "version": "1.0.0.2"
}