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

Side by Side Diff: manifest.json

Issue 8787016: Remove "disable inline text-ads" feature (Closed)
Patch Set: Created Nov. 6, 2012, 8:16 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
« no previous file with comments | « include.textads.js ('k') | options.html » ('j') | 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 "manifest_version": 2, 2 "manifest_version": 2,
3 "name": "__MSG_name__", 3 "name": "__MSG_name__",
4 "version": "1.3", 4 "version": "1.3",
5 "minimum_chrome_version": "18.0", 5 "minimum_chrome_version": "18.0",
6 "description": "__MSG_description__", 6 "description": "__MSG_description__",
7 "default_locale": "en_US", 7 "default_locale": "en_US",
8 "page_action": { 8 "page_action": {
9 "default_icon": "icons/abp-19.png", 9 "default_icon": "icons/abp-19.png",
10 "default_title": "Adblock Plus", 10 "default_title": "Adblock Plus",
(...skipping 18 matching lines...) Expand all
29 "options_page": "options.html", 29 "options_page": "options.html",
30 "content_scripts": [ 30 "content_scripts": [
31 { 31 {
32 "matches": ["http://*/*", "https://*/*"], 32 "matches": ["http://*/*", "https://*/*"],
33 "js": ["include.preload.js"], 33 "js": ["include.preload.js"],
34 "run_at": "document_start", 34 "run_at": "document_start",
35 "all_frames": true 35 "all_frames": true
36 }, 36 },
37 { 37 {
38 "matches": ["http://*/*", "https://*/*"], 38 "matches": ["http://*/*", "https://*/*"],
39 "js": ["include.postload.js", "include.textads.js"], 39 "js": ["include.postload.js"],
40 "run_at": "document_end", 40 "run_at": "document_end",
41 "all_frames": true 41 "all_frames": true
42 } 42 }
43 ], 43 ],
44 "web_accessible_resources": ["block.html"] 44 "web_accessible_resources": ["block.html"]
45 } 45 }
OLDNEW
« no previous file with comments | « include.textads.js ('k') | options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld