Forget It

Forget It

Allows users to easily forget current browsing history and data

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "__MSG_appDesc__",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "default_locale": "en",
  "options_page": "settings.html",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png",
    "256": "images/icon256.png",
    "512": "images/icon512.png"
  },
  "browser_action": {
    "default_title": "__MSG_appName__",
    "default_icon": "images/icon48.png",
    "default_popup": "forget.html"
  },
  "background": {
    "scripts": [
      "js/overlay.js"
    ]
  },
  "permissions": [
    "tabs",
    "notifications",
    "browsingData",
    "storage",
    "contextMenus"
  ],
  "version": "1.8"
}