Browse Source

Rename options to popup

simov 9 years ago
parent
commit
bf47d6ceb6
4 changed files with 3 additions and 3 deletions
  1. 2 2
      content/popup.html
  2. 0 0
      content/popup.js
  3. 0 0
      css/popup.css
  4. 1 1
      manifest.json

+ 2 - 2
content/options.html → content/popup.html

@@ -3,10 +3,10 @@
 <head>
   <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
   <title>Markdown Viewer</title>
-  <link href="/css/options.css" rel="stylesheet" type="text/css" media="all" />
+  <link href="/css/popup.css" rel="stylesheet" type="text/css" media="all" />
   <script src="/vendor/mithril.min.js" type="text/javascript" charset="utf-8"></script>
 </head>
 <body>
 </body>
-<script src="/content/options.js" type="text/javascript" charset="utf-8"></script>
+<script src="/content/popup.js" type="text/javascript" charset="utf-8"></script>
 </html>

+ 0 - 0
content/options.js → content/popup.js


+ 0 - 0
css/options.css → css/popup.css


+ 1 - 1
manifest.json

@@ -10,7 +10,7 @@
       "38" : "/images/icon38.png"
     },
     "default_title": "Markdown Viewer",
-    "default_popup": "/content/options.html"
+    "default_popup": "/content/popup.html"
   },
 
   "background" : {