Pikiz

Pikiz

Caption beautiful images on the web. Inspire your friends and followers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Pikiz",
  "description": "Caption beautiful images on the web. Inspire your friends and followers.",
  "version": "0.3.0",
  "author": "TEKXL LLC",
  "permissions": [
    "tabs",
    "*://*/*",
    "webRequest",
    "webRequestBlocking"
  ],
  "background": {
    "scripts": [
      "content_script.js",
      "content_security_policy.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "19": "images/default/icon19.png",
      "38": "images/default/icon38.png"
    },
    "default_title": "Pikiz",
    "default_popup": "menu.html"
  },
  "icons": {
    "16": "images/default/icon16.png",
    "48": "images/default/icon48.png",
    "128": "images/default/icon128.png"
  }
}