Closetab.email

Closetab.email

Close your tabs with confidence. This extension will periodically remind you about your pending reading-list.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Closetab.email",
  "description": "Close your tabs with confidence. This extension will periodically remind you about your pending reading-list.",
  "version": "1.1.0",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "icons": {
    "16": "img/closetab-logo_16x16.png",
    "48": "img/closetab-logo_48x48.png",
    "128": "img/closetab-logo.png"
  },
  "browser_action": {
    "default_icon": "img/closetab-logo.png",
    "default_title": "CloseTab",
    "default_popup": "index.html"
  },
  "background": {
    "scripts": [
      "browser-polyfill.min.js",
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "web_accessible_resources": [
    "login.html"
  ],
  "domainUrl": "https://closetab.email"
}