Old extension log

Old extension log

Keeps track of extensions and apps you used to have, but uninstalled.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Old extension log",
  "version": "1.2",
  "manifest_version": 2,
  "description": "Keeps track of extensions and apps you used to have, but uninstalled.",
  "permissions": [
    "management"
  ],
  "background": {
    "scripts": [
      "main.js"
    ]
  },
  "app": {
    "launch": {
      "local_path": "extlist.html"
    }
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "minimum_chrome_version": "20.0"
}