TabMemFree

TabMemFree

Lower RAM and CPU load by unloading idle tabs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_name__",
  "version": "0.3.1",
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "img/icon19.png"
    },
    "default_title": "__MSG_title__"
  },
  "author": "__MSG_author__",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "incognito": "split",
  "minimum_chrome_version": "54",
  "offline_enabled": true,
  "options_page": "fancy-settings/source/index.html",
  "permissions": [
    "storage"
  ]
}