Link Control

Link Control

Link control lets you adjust the color of your previously viewed links.

Additional files are visible only to premium users

manifest.json


{
  "name": "Link Control",
  "version": "1.1.2",
  "description": "Link control lets you adjust the color of your previously viewed links.",
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "notifications",
    "http://*/",
    "https://*/"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Link Control"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "128": "app-icon.png"
  },
  "web_accessible_resources": [],
  "manifest_version": 2,
  "applications": {
    "gecko": {
      "id": "linkcontrol@innermonkdesign.com",
      "strict_min_version": "53.0"
    }
  }
}