{
  "key": "watermark-for-confluence-cloud",
  "name": "Herzum - Watermark for confluence cloud ",
  "description": "Watermark app",
  "baseUrl": "https://roechling-watermark.herzum.net",
  "authentication": {
    "type": "jwt"
  },
  "lifecycle": {
    "installed": "/installed"
  },
  "scopes": [
    "READ", "WRITE", "ACT_AS_USER", "DELETE"
  ],
  "apiMigrations":{
    "signed-install": true,
    "context-qsh": true
  },



  "modules": {
    "adminPages": [
      {
        "key": "watermark-admin",
        "name": { "value": "Watermark Settings" },
        "url": "/admin/config",
        "weight": 100,
        "conditions": [
          { "condition": "user_is_admin" }
        ]
      }
    ],
    "webPanels": [
      {
        "key": "global-user-loader1",
        "name": { "value": "Global User Loader" },
        "url": "/global-loader",
        "location": "atl.general",
        "weight": 1000,
        "cacheable": false
      }
    ],

    "confluenceThemes": [{
      "key": "my-first-theme",
      "availableGlobally": true,
      "overrideRoute": true,
      "name": {
        "value": "My Custom Theme"
      },
      "description": {
        "value": "A Connect-powered custom look for Confluence"
      },
      "lookAndFeel": {
        "headings": {
          "color": "#333333"
        },
        "links": {
          "color": "#732D3E"
        },
        "menus": {
          "hoverOrFocus": {
            "backgroundColor": "#3873AE"
          },
          "color": "#732D3E"
        },
        "bordersAndDividers": {
          "color": "#0D0E0E"
        },
        "header": {
          "backgroundColor": "#661F2D",
          "button": {
            "backgroundColor": "#894E59",
            "color": "#FFFFFF"
          },
          "primaryNavigation": {
            "hoverOrFocus": {
              "backgroundColor": "#863647",
              "color" : "#FFFFFF"
            },
            "color": "#FFFFFF"
          },
          "secondaryNavigation": {
            "hoverOrFocus": {
              "backgroundColor": "#863647",
              "color": "#FFFFFF"
            },
            "color": "#000000"
          },
          "search": {
            "backgroundColor": "#9A636B",
            "color": "#FFFFFF"
          }
        },
        "content": {
          "screen": {
            "layer": {
              "height": "100%",
              "width": "100%",
              "backgroundImage": "url('https://roechling-watermark.herzum.net/watermark')",
              "backgroundSize": "auto",
              "backgroundRepeat": "repeat"
            },
            "background": "none",
            "gutterTop": "20px",                                                                                                                                                            
            "gutterRight": "small",
            "gutterBottom": "none",
            "gutterLeft": "small"
          },
          "header": {
            "background": "rgba(0, 0, 0, 0.2)",
            "padding": "20px 0  90px 20px",
            "borderRadius": "5px 5px 0 0"
          }
        }
      }
    },
      {
        "key": "welcome-theme",
        "availableGlobally": true,
        "overrideRoute": true,
        "name": {
          "value": "Welcome page Theme"
        },
        "description": {
          "value": "Background for Welcome page"
        },
        "lookAndFeel": {
          "headings": {
            "color": "#333333"
          },
          "links": {
            "color": "#732D3E"
          },
          "menus": {
            "hoverOrFocus": {
              "backgroundColor": "#3873AE"
            },
            "color": "#732D3E"
          },
          "bordersAndDividers": {
            "color": "#0D0E0E"
          },
          "header": {
            "backgroundColor": "#661F2D",
            "button": {
              "backgroundColor": "#894E59",
              "color": "#FFFFFF"
            },
            "primaryNavigation": {
              "hoverOrFocus": {
                "backgroundColor": "#863647",
                "color" : "#FFFFFF"
              },
              "color": "#FFFFFF"
            },
            "secondaryNavigation": {
              "hoverOrFocus": {
                "backgroundColor": "#863647",
                "color": "#FFFFFF"
              },
              "color": "#000000"
            },
            "search": {
              "backgroundColor": "#9A636B",
              "color": "#FFFFFF"
            }
          },
          "content": {
            "screen": {
              "layer": {
                "height": "100%",
                "width": "100%",
                "backgroundImage": "url('https://roechling-watermark.herzum.net/background')",
                "backgroundSize": "cover",
                "backgroundRepeat": "no-repeat",
                "backgroundAttachment": "fixed"
              },
              "background": "none",
              "gutterTop": "20px",
              "gutterRight": "small",
              "gutterBottom": "none",
              "gutterLeft": "small"
            },
            "header": {
              "background": "rgba(0, 0, 0, 0.2)",
              "padding": "20px 0  90px 20px",
              "borderRadius": "5px 5px 0 0"
            }
          }
        }
      }]

  }
}
