Command Finder

Command Finder

One place to store and retrieve all your commands

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Command Finder",
  "description": "One place to store and retrieve all your commands",
  "version": "0.0.7",
  "permissions": [],
  "short_name": "Cmd Finder",
  "author": "Puneeth Shetty",
  "options_page": "options.html",
  "icons": {
    "32": "img/CmdFinderLogox32.png",
    "48": "img/CmdFinderLogox48.png",
    "128": "img/CmdFinderBorderx128.png"
  },
  "browser_action": {
    "default_icon": "img/CmdFinderLogox32.png",
    "default_popup": "index.html"
  }
}