Moradam

Moradam

Watching and analyzing your keywords position by time.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Moradam",
  "browser_action": {
    "default_icon": "img/logo-ext16.png",
    "default_popup": "popup.html",
    "name": "Moradam Keywords Extension"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "chromeos": "Alt+S",
        "linux": "Alt+S",
        "mac": "Alt+S",
        "windows": "Alt+S"
      }
    },
    "toggle-extension": {
      "description": "Toggle Extension",
      "global": true,
      "suggested_key": {
        "default": "Alt+S"
      }
    }
  },
  "description": "Watching and analyzing your keywords position by time.",
  "icons": {
    "16": "img/logo-ext16.png",
    "64": "img/logo-ext64.png",
    "128": "img/logo-ext128.png"
  },
  "manifest_version": 2,
  "name": "Moradam",
  "offline_enabled": false,
  "permissions": [
    "activeTab"
  ],
  "short_name": "Moradam",
  "version": "0.3.4"
}