Notepasta

Notepasta

Need little notes saved for easy access? CLICK MEH!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Notepasta",
  "version": "0.14",
  "description": "Need little notes saved for easy access? CLICK MEH!",
  "icons": {
    "16": "pasta_16px.png",
    "48": "pasta_48px.png",
    "128": "pasta_128px.png"
  },
  "browser_action": {
    "default_icon": "pasta.png",
    "default_popup": "popup.html"
  },
  "author": "Scott 'TheScottymo' Jeisman",
  "homepage_url": "http://twitter.com/thescottymo"
}