Auto Discard Tab

Auto Discard Tab

Reducing memory usage of inactive tabs, speed up your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_application_title__",
  "version": "1.3",
  "description": "__MSG_application_description__",
  "manifest_version": 2,
  "default_locale": "en",
  "permissions": [
    "tabs",
    "storage"
  ],
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "64": "images/64.png",
    "128": "images/128.png",
    "256": "images/256.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/16.png",
      "32": "images/32.png",
      "48": "images/48.png",
      "64": "images/64.png",
      "128": "images/128.png"
    }
  },
  "container": [
    "GOOGLE_DRIVE"
  ],
  "offline_enabled": true,
  "background": {
    "persistent": false,
    "scripts": [
      "/js/common.js",
      "/js/background.js",
      "js/update-conf.js",
      "js/update.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}