MegaIndex Bar

MegaIndex Bar

Анализ SEO-показателей сайта для вебмастеров и оптимизаторов.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MegaIndex Bar",
  "homepage_url": "http://bar.megaindex.ru",
  "description": "Анализ SEO-показателей сайта для вебмастеров и оптимизаторов.",
  "version": "1.3.0",
  "manifest_version": 2,
  "omnibox": {
    "keyword": "megaindex"
  },
  "icons": {
    "16": "icon_micro.png",
    "48": "icon_normal.png",
    "128": "icon_big.png"
  },
  "offline_enabled": false,
  "permissions": [
    "notifications",
    "tabs",
    "http://api.megaindex.ru/*",
    "https://www.megaindex.org/*",
    "storage",
    "background",
    "contextMenus"
  ],
  "options_page": "options.html",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_title": "Открыть MegaIndex Bar",
    "default_icon": "icon_small.png",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "icon_normal.png"
  ]
}