{  
   "scopes":[  
      "read",
      "write",
      "act_as_user"
   ],
   "vendor": {
     "name": "Experinator",
     "url": "https://experinator.com"
   },
   "description":"Experinator",
   "version": "1.2",
   "key":"experinator.io.jira",
   "lifecycle":{  
      "uninstalled":"/jira/dashboard.html",
      "installed":"/jira/dashboard.html"
   },
   "name":"Experinator",
   "modules":{  
      "configurePage":{  
         "url":"/jira/dashboard.html",
         "name":{  
            "value":"Configure"
         },
         "key":"configure-home"
      },
      "generalPages": [
             {
                 "url": "/jira/dashboard.html",
                 "key": "hello-world",
                 "location": "system.top.navigation.bar",
                 "name": {
                     "value": "Experinator"
                 }
             }
         ]
   },
   "baseUrl":"https://experinator.com",
   "apiVersion":1,
   "authentication":{  
      "type":"jwt"
   },
   "lifecycle": {
        "installed": "/jira/install.php"
   },
   "apiMigrations":{  
      "gdpr":true
   }
}
