CPC View web edition

CPC View web edition

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "CPCView-WebExtension.min.js"
    ]
  },
  "description": "View and print image files in CPC, multi-page TIFF, CALS, JEDMICS C4 and portable anymap formats",
  "icons": {
    "16": "data/images/AppIcons/[email protected]",
    "32": "data/images/AppIcons/[email protected]",
    "128": "data/images/AppIcons/[email protected]",
    "256": "data/images/AppIcons/[email protected]"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "44.0.0.0",
  "name": "CPC View web edition",
  "options_page": "data/options.html",
  "options_ui": {
    "chrome_style": true,
    "page": "data/options.html"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "*://*/*",
    "file://*/*",
    "<all_urls>"
  ],
  "short_name": "CPC View",
  "version": "1.6.2",
  "web_accessible_resources": [
    "*",
    "*/*",
    "*/*/*",
    "*/*/*/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}