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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: telemetry/third_party/snap-it/manifest.json
diff --git a/telemetry/third_party/snap-it/manifest.json b/telemetry/third_party/snap-it/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..640228191303ca66faf473f95f3a27bf7e7fbb01
--- /dev/null
+++ b/telemetry/third_party/snap-it/manifest.json
@@ -0,0 +1,22 @@
+{
+ "name": "SnapIt",
+ "description": "Download exact visualization of a webpage",
+ "version": "1.0",
+
+ "manifest_version": 2,
+
+ "browser_action": {
+ "default_icon": "assets/camera48.png",
+ "default_popup": "popup.html"
+ },
+
+ "icons": {
+ "16": "assets/camera16.png",
+ "48": "assets/camera48.png",
+ "128": "assets/camera128.png"
+ },
+
+ "permissions": [
+ "activeTab", "http://*/*", "https://*/*"
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698