Pogo Extension

Pogo Extension

Monetize your Pinterest Pins and engage people with targeted conversations about the things they love.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Pogo Extension",
  "icons": {
    "16": "icons/button.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "web_accessible_resources": [
    "res/*",
    "assets/*",
    "icons/*"
  ],
  "description": "Monetize your Pinterest Pins and engage people with targeted conversations about the things they love.",
  "background": {
    "page": "background.html"
  },
  "homepage_url": "http://yourpogo.com/",
  "version": "1.3",
  "options_page": "options.html",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "browser_action": {
    "default_icon": "icons/button.png",
    "default_title": "Pogo Pinterest Extension Button"
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "contextMenus",
    "webNavigation"
  ]
}