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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« webextension/io.js ('K') | « webextension/io.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "manifest_version": 2,
3 "name": "Web Extensions I/O backend",
4 "version": "1.0",
5 "permissions": ["storage"],
6 "background": {
7 "scripts": ["background.js", "io.js"]
8 }
9 }
OLDNEW
« webextension/io.js ('K') | « webextension/io.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld