Skip to content

Commit

Permalink
Changing name to remove word «Chrome»
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalii Meshchaninov committed Aug 31, 2011
1 parent f58f0dd commit ae29df4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README
@@ -1 +1 @@
ChroMem
TabMemFree
2 changes: 1 addition & 1 deletion about.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>ChroMem</title>
<title>TabMemFree</title>
<style>
body{font-size: 1.8em; font-family: Helvetica;}
dl{margin-right: auto; margin-left: auto; width: 28em;}
Expand Down
2 changes: 1 addition & 1 deletion background.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>ChroMem</title>
<title>TabMemFree</title>
<script type="text/javascript" src="background.js"></script>
</head>
<body>
Expand Down
9 changes: 4 additions & 5 deletions manifest.json
@@ -1,8 +1,8 @@
{
"name": "ChroMem",
"name": "TabMemFree",
"version": "0.0.1",

"description": "ChroMem saves your RAM by unloading inactive tabs",
"description": "TabMemFree saves your RAM by unloading inactive tabs",
"icons": {
// "16": "img/icon16.png",
// "48": "img/icon48.png",
Expand All @@ -12,7 +12,7 @@

"browser_action": {
"default_icon": "img/icon19.png",
"default_title": "ChroMem"
"default_title": "TabMemFree"
// "default_popup": "popup.html"
},

Expand All @@ -25,6 +25,5 @@
"incognito": "split",
"minimum_chrome_version": "13",
// "options_page": "options.html",
"permissions": ["chrome://favicon/", "idle", "tabs"],
"plugins": []
"permissions": ["chrome://favicon/", "idle", "tabs"]
}

0 comments on commit ae29df4

Please sign in to comment.