Skip to content

Commit

Permalink
Reorganize structure for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dlakata committed Sep 14, 2014
1 parent d687b43 commit 44f7d41
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
Binary file added img/icon128.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes.
File renamed without changes.
7 changes: 4 additions & 3 deletions manifest.json
@@ -1,9 +1,10 @@
{
"name": "ChromeTeX",
"version": "0.0.2",
"version": "0.0.3",
"background": {
"scripts": ["background.js"]
"scripts": ["js/background.js"]
},
"icons": { "128": "img/icon128.png" },
"description": "View LaTeX files (.tex) directly in Chrome!",
"manifest_version": 2,
"permissions": ["webRequest", "webRequestBlocking", "http://*/*", "https://*/*"],
Expand All @@ -13,7 +14,7 @@
"*://*/*.tex"
],
"js": [
"content.js"
"js/content.js"
],
"run_at": "document_end"
}
Expand Down

0 comments on commit 44f7d41

Please sign in to comment.