PreviewImage

PreviewImage

Make the images for preview

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PreviewImage",
  "description": "Make the images for preview",
  "version": "2.2",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Preview All your Photo",
    "default_icon": "icon.png"
  },
  "manifest_version": 2
}