Notepad Notes Backuper

Notepad Notes Backuper

Backup all your notes from Yahoo Notepad with one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Notepad Notes Backuper",
  "short_name": "Notepad Notes Backuper",
  "description": "Backup all your notes from Yahoo Notepad with one click.",
  "version": "1.7",
  "author": "Andrey Shevyakov",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "img/icon16.png",
    "default_popup": "html/popup.html"
  },
  "background": {
    "scripts": [
      "scripts/background.js"
    ],
    "persistent": true
  }
}