KeepUp

KeepUp

Backup your Google Keep™ notes: export your ideas and store them locally for your peace of mind.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "KeepUp",
  "description": "Backup your Google Keep™ notes: export your ideas and store them locally for your peace of mind.",
  "version": "0.1.2",
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "page_action": {
    "default_icon": "images/icon16.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "options_page": "html/options.html",
  "options_ui": {
    "page": "html/options.html",
    "chrome_style": true
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "https://keep.google.com/",
    "https://*.googleusercontent.com/"
  ],
  "web_accessible_resources": [
    "css/*"
  ]
}