Magic Viewer

Magic Viewer

The most powerful image viewer for your browser. Advanced tools for viewing web and local images.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "short_name": "__MSG_short__",
  "manifest_version": 2,
  "description": "__MSG_description__",
  "default_locale": "en",
  "version": "3.7.3",
  "icons": {
    "16": "images/icon-x16.png",
    "48": "images/icon-x48.png",
    "128": "images/icon-x128.png"
  },
  "background": {
    "persistent": true,
    "page": "background.html"
  },
  "browser_action": {
    "default_title": "__MSG_default__",
    "default_icon": "images/icon-x24.png"
  },
  "content_scripts": [
    {
      "js": [
        "scripts/magic-viewer.js",
        "scripts/activate.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "options_page": "options.html",
  "web_accessible_resources": [
    "images/*.png",
    "css/*.css"
  ],
  "permissions": [
    "tabs",
    "contextMenus",
    "<all_urls>",
    "downloads",
    "storage"
  ]
}