CPC View web edition

CPC View web edition

View and print CPC image files

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "CPC View web edition",
  "short_name": "CPC View",
  "version": "1.7.2",
  "author": "Cartesian Products, Inc.",
  "description": "View and print CPC image files",
  "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]"
  },
  "permissions": [
    "declarativeNetRequestWithHostAccess"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "dnr_ruleset",
        "enabled": true,
        "path": "DNR-rules.json"
      }
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwbqW0JgirgqBODRESlQBsso/DushI3FyK0nIYPsHSCNkkhFmmgbWGz6gjPe9v9Dz6PuSySv5LkEDf92ffqPhYECB3mUULzWcBhTE7Bk1iJ+EcORaiDxaQmLBapY15L6LDJBcFIQHELWkVh7T4MzuWy2L5nWxLQE2AZJvvo65eC/qwmQuG5vh/aqF1Pd808MS9xSDQfbQNMvutrLQThNKAzTkl/RALidCkvh4FPra9J2es6Q9y4o+6q8kleZx0vD+4I08h+vKAH0MO5oNUOZD3GDzW6l2gzAVk1w6lfl6H5ZKDISEuRH9EHF4YRlbmVJqKzG8SYCQ844UamOaRVFISQIDAQAB"
}