gecko-dev/browser/extensions/clicktoplay-rollout/install.rdf.in
Benjamin Smedberg bf41cd14bb Bug 1372237 - Balance the test/control groups for Flash rollout. The test group grows up from 0 as it always has. The control group grows down from 1, and everyone else is "excluded" r=felipe
MozReview-Commit-ID: 6BlevKeLp6G

--HG--
extra : rebase_source : 4f2261efe6b3375c8b07f844a4def29dd02754a1
extra : amend_source : c8b9e7174d9cec02bd29ab976614e05a87843863
2017-06-12 10:59:43 -04:00

33 lines
1.2 KiB
XML

<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
#filter substitution
<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>clicktoplay-rollout@mozilla.org</em:id>
<em:version>1.1</em:version>
<em:type>2</em:type>
<em:bootstrap>true</em:bootstrap>
<em:multiprocessCompatible>true</em:multiprocessCompatible>
<!-- Target Application this theme can install into,
with minimum and maximum supported versions. -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>@MOZ_APP_VERSION@</em:minVersion>
<em:maxVersion>@MOZ_APP_MAXVERSION@</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Front End MetaData -->
<em:name>Click-to-Play staged rollout</em:name>
<em:description>Staged rollout for Click-to-Play Flash.</em:description>
</Description>
</RDF>