Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(128)

Side by Side Diff: telemetry/third_party/snap-it/manifest.json

Issue 3010063002: [Telemetry] Add script to snapshot page's HTML (Closed)
Patch Set: fix --interactive flag spec Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "SnapIt",
3 "description": "Download exact visualization of a webpage",
4 "version": "1.0",
5
6 "manifest_version": 2,
7
8 "browser_action": {
9 "default_icon": "assets/camera48.png",
10 "default_popup": "popup.html"
11 },
12
13 "icons": {
14 "16": "assets/camera16.png",
15 "48": "assets/camera48.png",
16 "128": "assets/camera128.png"
17 },
18
19 "permissions": [
20 "activeTab", "http://*/*", "https://*/*"
21 ]
22 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698