diff options
Diffstat (limited to 'chromium/manifest.json')
-rw-r--r-- | chromium/manifest.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chromium/manifest.json b/chromium/manifest.json new file mode 100644 index 0000000..875c633 --- /dev/null +++ b/chromium/manifest.json @@ -0,0 +1,8 @@ +{ + "name": "Readable", + "version": "VERSION", + "background_page": "background.html", + "permissions": [ "tabs", "*://*/*" ], + "content_scripts": [{"matches": ["*://*/*"], "js": ["readable.js"]}], + "browser_action": { "default_icon": "icon.png" } +} |