Pinterest Enhanced

Pinterest Enhanced

Pinterest Enhanced Experience - Fixed Height | Full Size images Download | Google Image Search | Arrow Keys Navigation through pins

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_title__",
  "version": "1.6",
  "description": "Pinterest Enhanced Experience - Fixed Height | Full Size images Download | Google Image Search | Arrow Keys Navigation through pins",
  "default_locale": "en",
  "short_name": "PinterestEnhanced",
  "author": "Lorenzo Zottar",
  "icons": {
    "64": "img/iconON.png"
  },
  "options_page": "options.html",
  "page_action": {
    "default_title": "Pinterest Enhanced Extension",
    "default_icon": "img/iconOFF.png"
  },
  "background": {
    "scripts": [
      "js/bg.js"
    ],
    "persistent": true
  },
  "permissions": [
    "tabs",
    "activeTab",
    "notifications",
    "*://*.pinterest.com/*"
  ],
  "web_accessible_resources": [
    "css/fixedHeight.css",
    "css/extraDownload.css",
    "ajs/inject.js",
    "options.html",
    "img/download.png",
    "img/search.png"
  ],
  "manifest_version": 2
}