Flickr Share with Template

Flickr Share with Template

Flickr's big size image is not follow the same file name pattern, and share template never change. Which don't support XHTML. With…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Flickr Share with Template",
  "version": "0.1.10",
  "manifest_version": 2,
  "minimum_chrome_version": "21",
  "icons": {
    "16": "icons/16x16.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "page_action": {
    "default_icon": {
      "19": "icons/19x19.png",
      "38": "icons/38x38.png"
    },
    "default_popup": "popup.html"
  },
  "sandbox": {
    "pages": [
      "hogan.html"
    ]
  },
  "content_security_policy": "script-src 'unsafe-eval' 'self'; object-src 'self'",
  "permissions": [
    "tabs",
    "storage"
  ]
}