Mark

Mark

All the articles and web pages you love right on your new tab page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "short_name": "Mark",
  "name": "Mark",
  "author": "Claire Chabas",
  "description": "All the articles and web pages you love right on your new tab page.",
  "version": "1.0.4",
  "icons": {
    "16": "icon-16.png",
    "19": "icon-19.png",
    "24": "icon-19.png",
    "32": "icon-19.png",
    "128": "icon-128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "background": {
    "scripts": [
      "getpagedata.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icon-16.png",
    "default_title": "Mark this page",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab"
  ]
}