Free the Pink

Free the Pink

Pink-ify button and link elements. #FreeThePink

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Free the Pink",
  "short_name": "Free the Pink",
  "version": "0.1",
  "description": "Pink-ify button and link elements. #FreeThePink",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_title": "Free the Pink",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/ftp_16.png",
      "32": "images/ftp_32.png",
      "48": "images/ftp_48.png",
      "128": "images/ftp_128.png"
    }
  },
  "icons": {
    "16": "images/ftp_16.png",
    "32": "images/ftp_32.png",
    "48": "images/ftp_48.png",
    "128": "images/ftp_128.png"
  },
  "manifest_version": 2
}