Sha256: e96a4fbd96a86476b2110d65446168428b3e42fe05df8f390c8b3b8d0c5bac93

Contents?: true

Size: 657 Bytes

Versions: 3

Compression:

Stored size: 657 Bytes

Contents

<!doctype html>
<html>
  <head>
    <title>Getting Started Extension's Popup</title>
    <style>
      body {
        min-width: 357px;
        overflow-x: hidden;
      }

      img {
        margin: 5px;
        border: 2px solid black;
        vertical-align: middle;
        width: 75px;
        height: 75px;
      }
    </style>

    <!--
      - JavaScript and HTML must be in separate files: see our Content Security
      - Policy documentation[1] for details and explanation.
      -
      - [1]: http://developer.chrome.com/extensions/contentSecurityPolicy.html
     -->
    <script src="popup.js"></script>
  </head>
  <body>
  </body>
</html>

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
crx_unpack-0.0.1 spec/fixtures/extension/popup.html
crx_appid-0.0.2 spec/fixtures/extension/popup.html
crx_appid-0.0.1 spec/fixtures/extension/popup.html