RhiNote

RhiNote

Taking notes has never been this simple before!

Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": {
      "19": "images/icon19.png",
      "38": "images/icon38.png"
    },
    "default_popup": "index.html"
  },
  "description": "Taking notes has never been this simple before!",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 2,
  "name": "RhiNote",
  "offline_enabled": true,
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.1"
}