[Pkg-mozext-commits] [lightbeam] 01/01: Imported Upstream version 1.3.1+dfsg

Dmitry Smirnov onlyjob at moszumanska.debian.org
Sat Aug 6 05:55:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

onlyjob pushed a commit to branch upstream
in repository lightbeam.

commit 18bf40c (upstream)
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date:   Sat Aug 6 05:54:57 2016

    Imported Upstream version 1.3.1+dfsg
---
 META-INF/manifest.mf |   8 ++++----
 META-INF/mozilla.rsa | Bin 4184 -> 4184 bytes
 META-INF/mozilla.sf  |   4 ++--
 install.rdf          |   7 ++++---
 package.json         |  39 ++++++++++++++++++++++++++++++++++++++-
 5 files changed, 48 insertions(+), 10 deletions(-)

diff --git a/META-INF/manifest.mf b/META-INF/manifest.mf
index b57173e..17513d1 100644
--- a/META-INF/manifest.mf
+++ b/META-INF/manifest.mf
@@ -2,8 +2,8 @@ Manifest-Version: 1.0
 
 Name: install.rdf
 Digest-Algorithms: MD5 SHA1
-MD5-Digest: MRCpcDwFZklNHo70AONhYw==
-SHA1-Digest: haWRkeX1Jmok0qXYlJkE4+h6kcw=
+MD5-Digest: j4H6IQWBSpRdDQ6jsgbfnA==
+SHA1-Digest: iEuWCGc5jRcYA8pPxjmC0KK4vuk=
 
 Name: bootstrap.js
 Digest-Algorithms: MD5 SHA1
@@ -12,8 +12,8 @@ SHA1-Digest: hBvzrYsRacNpTOCOH+GOhYBn2mE=
 
 Name: package.json
 Digest-Algorithms: MD5 SHA1
-MD5-Digest: ERIg9J21U+WX4qD9ckSucQ==
-SHA1-Digest: anpH7eJtXjwbQjnNKvz6H01ecC4=
+MD5-Digest: Qyeb/FH9XAFEm2tf5YpsHQ==
+SHA1-Digest: bpOATF0xCkY8FVDP4Mjxj4A1nXE=
 
 Name: data/aggregate.js
 Digest-Algorithms: MD5 SHA1
diff --git a/META-INF/mozilla.rsa b/META-INF/mozilla.rsa
index 7e08c0e..717e3a7 100644
Binary files a/META-INF/mozilla.rsa and b/META-INF/mozilla.rsa differ
diff --git a/META-INF/mozilla.sf b/META-INF/mozilla.sf
index 56ecd72..6801919 100644
--- a/META-INF/mozilla.sf
+++ b/META-INF/mozilla.sf
@@ -1,4 +1,4 @@
 Signature-Version: 1.0
-MD5-Digest-Manifest: FO6utl0iFjtFl3/o7PMFgA==
-SHA1-Digest-Manifest: 5v5bYk3qbjtmAUHFlZDpIt9S39g=
+MD5-Digest-Manifest: lES9XjDRxeEskpYptGTbEQ==
+SHA1-Digest-Manifest: fnGmU3M2AGmTDYdiO/owQeOLfU4=
 
diff --git a/install.rdf b/install.rdf
index 9b651bc..d9239f1 100644
--- a/install.rdf
+++ b/install.rdf
@@ -1,16 +1,17 @@
-<?xml version='1.0' encoding='utf-8'?>
+<?xml version="1.0" encoding="utf-8"?>
 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
     <Description about="urn:mozilla:install-manifest">
           <em:id>jid1-F9UJ2thwoAm5gQ at jetpack</em:id>
           <em:type>2</em:type>
           <em:bootstrap>true</em:bootstrap>
           <em:unpack>false</em:unpack>
-          <em:version>1.3.0.1-signed</em:version>
+          <em:version>1.3.1</em:version>
           <em:name>Lightbeam</em:name>
           <em:description>Lightbeam is a Firefox add-on that allows you to see the third parties that are collecting information about your browsing activity, with and without your consent. Using interactive visualizations, Lightbeam shows you the relationships between these third parties and the sites you visit.</em:description>
           <em:creator>Mozilla Foundation</em:creator>
           <em:optionsURL>data:text/xml,<placeholder/></em:optionsURL>
           <em:optionsType>2</em:optionsType>
+          <em:multiprocessCompatible>true</em:multiprocessCompatible>
 
           <em:targetApplication>
             <Description>
@@ -23,4 +24,4 @@
 
     </Description>
 
-</RDF>
\ No newline at end of file
+</RDF>
diff --git a/package.json b/package.json
index d07ebf2..8d85f2a 100644
--- a/package.json
+++ b/package.json
@@ -1 +1,38 @@
-{"preferences": [{"description": "Graph or list", "title": "Default visualization", "value": "graph", "type": "menulist", "options": [{"value": "graph", "label": "Graph"}, {"value": "list", "label": "List"}], "name": "defaultVisualization"}, {"description": "Time period", "title": "Default filter", "value": "daily", "type": "menulist", "options": [{"value": "daily", "label": "Daily"}, {"value": "weekly", "label": "Weekly"}, {"value": "recent", "label": "Recent"}, {"value": "last10sites", [...]
\ No newline at end of file
+{
+    "name": "lightbeam",
+    "title": "Lightbeam",
+    "description": "Lightbeam is a Firefox add-on that allows you to see the third parties that are collecting information about your browsing activity, with and without your consent. Using interactive visualizations, Lightbeam shows you the relationships between these third parties and the sites you visit.",
+    "author": "Mozilla Foundation",
+    "license": "MPL 2.0",
+    "version": "1.3.1",
+    "id": "jid1-F9UJ2thwoAm5gQ at jetpack",
+    "main": "lib/main.js",
+    "permissions": {
+        "multiprocess": true,
+        "private-browsing": true
+    },
+    "preferences": [
+      { "name": "defaultVisualization",
+        "title": "Default visualization",
+        "description": "Graph or list",
+        "type": "menulist",
+        "value": "graph",
+        "options": [
+          { "value": "graph", "label": "Graph" },
+          { "value": "list", "label": "List" }
+        ]
+      },
+      { "name": "defaultFilter",
+        "title": "Default filter",
+        "description": "Time period",
+        "type": "menulist",
+        "value": "daily",
+        "options": [
+          { "value": "daily", "label": "Daily" },
+          { "value": "weekly", "label": "Weekly" },
+          { "value": "recent", "label": "Recent" },
+          { "value": "last10sites", "label": "Last 10 sites" }
+        ]
+      }
+    ]
+}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/lightbeam.git



More information about the Pkg-mozext-commits mailing list