Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: webextension/manifest.json

Issue 29408710: Issue 5050 - Make legacy extension use WebExtensions I/O (Closed) Base URL: https://hg.adblockplus.org/adblockplus
Patch Set: Created April 10, 2017, 11:23 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« webextension/io.js ('K') | « webextension/io.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webextension/manifest.json
===================================================================
new file mode 100644
--- /dev/null
+++ b/webextension/manifest.json
@@ -0,0 +1,9 @@
+{
+ "manifest_version": 2,
+ "name": "Web Extensions I/O backend",
+ "version": "1.0",
+ "permissions": ["storage"],
+ "background": {
+ "scripts": ["background.js", "io.js"]
+ }
+}
« webextension/io.js ('K') | « webextension/io.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld