PaperTab

PaperTab

Beautiful and simple new Paper Tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PaperTab",
  "version": "2.0.1",
  "description": "Beautiful and simple new Paper Tab",
  "browser_action": {},
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "manifest_version": 2,
  "permissions": [],
  "chrome_url_overrides": {
    "newtab": "newpage.html"
  },
  "icons": {
    "16": "images/logo16.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  }
}