Upload Photos to NaijaLOL

Upload Photos to NaijaLOL

A simple extension that makes uploading funny photos to NaijaLOL very easy!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Upload Photos to NaijaLOL",
  "version": "1.2",
  "description": "A simple extension that makes uploading funny photos to NaijaLOL very easy!",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "jquery-2.1.3.min.js",
      "background.js"
    ]
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "contextMenus",
    "http://*/*",
    "https://*/*"
  ]
}