Notemark — Quick note web pages to view later

Notemark — Quick note web pages to view later

A better way to bookmark things you only need for a short while.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Notemark — Quick note web pages to view later",
  "short_name": "Notemark",
  "version": "1.2",
  "browser_action": {
    "default_icon": {
      "16": "img/icon16.png",
      "19": "img/icon19.png",
      "38": "img/icon38.png",
      "48": "img/icon48.png"
    },
    "default_popup": "button/popup.html",
    "default_title": "Sites noted with Notemark"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "img/icon16.png",
    "19": "img/icon19.png",
    "38": "img/icon38.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "description": "A better way to bookmark things you only need for a short while.",
  "incognito": "spanning",
  "manifest_version": 2,
  "minimum_chrome_version": "41.0",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "tabs",
    "storage"
  ]
}