AppReview for Power Apps

AppReview for Power Apps

Create Automated Code Review of Canvas Power Apps

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AppReview for Power Apps",
  "version": "1.4.1",
  "description": "Create Automated Code Review of Canvas Power Apps",
  "icons": {
    "128": "AppReview Icon 128.png"
  },
  "manifest_version": 3,
  "author": "David Wyatt",
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+A",
        "mac": "Command+R"
      },
      "description": "Launch Window",
      "global": true
    }
  },
  "permissions": [],
  "action": {
    "default_popup": "index.htm",
    "default_title": "AppReview"
  }
}