summaryrefslogtreecommitdiff
path: root/chromium/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/manifest.json')
-rw-r--r--chromium/manifest.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/manifest.json b/chromium/manifest.json
index 875c633..56c51fa 100644
--- a/chromium/manifest.json
+++ b/chromium/manifest.json
@@ -1,8 +1,8 @@
{
- "name": "Readable",
+ "name": "SimplyRead",
"version": "VERSION",
"background_page": "background.html",
"permissions": [ "tabs", "*://*/*" ],
- "content_scripts": [{"matches": ["*://*/*"], "js": ["readable.js"]}],
+ "content_scripts": [{"matches": ["*://*/*"], "js": ["simplyread.js"]}],
"browser_action": { "default_icon": "icon.png" }
}