aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--manifest.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
new file mode 100644
index 0000000..fae4553
--- /dev/null
+++ b/manifest.json
@@ -0,0 +1,14 @@
+{
+ "manifest_version": 2,
+ "name": "Legibility",
+ "description": "Apply custom CSS to web pages.",
+ "version": "0.0.1",
+
+ "background": {
+ "scripts": ["background.js"]
+ },
+
+ "permissions": [
+ "activeTab"
+ ]
+}