SAP Note and KBA Search

SAP Note and KBA Search

Search for SAP Notes, Knowledge Base Articles and more

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SAP Note and KBA Search",
  "description": "Search for SAP Notes, Knowledge Base Articles and more",
  "version": "1.2.1",
  "browser_action": {
    "default_title": "Search for SAP Notes, Knowledge Base Articles and more",
    "default_icon": "sap19.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "sap16.png",
    "48": "sap48.png",
    "128": "sap128.png"
  },
  "permissions": [
    "contextMenus",
    "activeTab",
    "http://*.google.com/"
  ],
  "background": {
    "scripts": [
      "script.min.js"
    ]
  }
}