Netrunner Lookup

Netrunner Lookup

Replaces Android: Netrunner card names with links and card image tooltips.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Netrunner Lookup",
  "short_name": "NR Lookup",
  "description": "Replaces Android: Netrunner card names with links and card image tooltips.",
  "version": "1.4.6",
  "options_page": "options.html",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "tabs",
    "contextMenus",
    "http://*/",
    "https://*/"
  ],
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "browser_action": {
    "default_icon": "icon-128.png",
    "default_title": "Link Netrunner Card Names"
  },
  "web_accessible_resources": [
    "384.gif"
  ]
}