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

Side by Side Diff: manifest.json

Issue 29348698: NoIssue - Use localStorage for storing filters in current Windows Store version of ABP for Edge (Closed)
Patch Set: Address the comments Created July 27, 2016, 4:32 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « lib/adblockplus.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
1 { 1 {
2 "author": "Eyeo GmbH", 2 "author": "Eyeo GmbH",
3 "background": { 3 "background": {
4 "page": "background.html", 4 "page": "background.html",
5 "persistent": true 5 "persistent": true
6 }, 6 },
7 "browser_action": { 7 "browser_action": {
8 "default_icon": { 8 "default_icon": {
9 "19": "icons/abp-19.png", 9 "19": "icons/abp-19.png",
10 "38": "icons/abp-38.png" 10 "38": "icons/abp-38.png"
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 "webRequestBlocking", 64 "webRequestBlocking",
65 "webNavigation", 65 "webNavigation",
66 "storage", 66 "storage",
67 "unlimitedStorage", 67 "unlimitedStorage",
68 "notifications" 68 "notifications"
69 ], 69 ],
70 "short_name": "__MSG_name__", 70 "short_name": "__MSG_name__",
71 "storage": { 71 "storage": {
72 "managed_schema": "managed-storage-schema.json" 72 "managed_schema": "managed-storage-schema.json"
73 }, 73 },
74 "version": "0.9.5.0", 74 "version": "0.9.6.0",
75 "-ms-preload": { 75 "-ms-preload": {
76 "backgroundScript": "backgroundScriptsAPIBridge.js", 76 "backgroundScript": "backgroundScriptsAPIBridge.js",
77 "contentScript": "contentScriptsAPIBridge.js" 77 "contentScript": "contentScriptsAPIBridge.js"
78 } 78 }
79 } 79 }
OLDNEW
« no previous file with comments | « lib/adblockplus.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld