AppViewX Report

AppViewX Report

JSON view for internal use

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AppViewX Report",
  "description": "JSON view for internal use",
  "version": "0.1",
  "short_name": "AR",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "ar-16.png",
    "32": "ar-32.png",
    "48": "ar-48.png",
    "128": "ar-128.png"
  }
}