Simple Notepad

Simple Notepad

Simple Notepad with Auto-Save feature for storing general information

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "description": "Simple Notepad with Auto-Save feature for storing general information",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiXVZxuBrMSDZZlQgjGLfFioxzMJvcbx6mEoaf/b9eAmWbi5+Q8n8K9dEpZBN2GgQeIx3Qnk/KRcU6fRiU6jazgHvXemkbDkasHKa+PoGMmvN/bEwLR/S8Cy29GLdNxyQ+m0GB09Eo+DN2sHDBxo4UtdkFdxYhQQ+wuFA0uBRew0oU8muRZDfWVxSEMSzaDdbB7wTEAdGXV44R3d2CE6nk3xaQIN5waKeS+GZgkzzv31pfNYXxUn9epolirNeCBiYBDMRp4jd2Lyf3D6iAwhXomkHltCDygttgpqS+Lig6558b3UyNfiGgr0AzUZeu2DG4sW/Efnnl7OU5EL8vkFvyQIDAQAB",
  "manifest_version": 2,
  "name": "Simple Notepad",
  "offline_enabled": true,
  "permissions": [
    "storage"
  ],
  "short_name": "Simple Notepad",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.2"
}