Bug 1339559 - Identify script that resulted in non-structured-clonable data r=kmag
[gecko.git] / devtools / install.rdf
blobfbef350794ac89fc9a0abe4bc816c3cc0ffb9093
1 <?xml version="1.0"?>
2 <!--
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
6 -->
8 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
9 xmlns:em="http://www.mozilla.org/2004/em-rdf#">
10 <Description about="urn:mozilla:install-manifest"
11 em:id="devtools@mozilla.org"
12 em:name="Developer Tools (local version)"
13 em:description="Add-on to load DevTools from local sources and easily reload them with Ctrl+Alt+r shortcut"
14 em:version="44.0a1"
15 em:type="2"
16 em:creator="Mozilla">
18 <em:bootstrap>true</em:bootstrap>
19 <em:targetApplication>
20 <Description>
21 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
22 <em:minVersion>44.0a1</em:minVersion>
23 <em:maxVersion>*</em:maxVersion>
24 </Description>
25 </em:targetApplication>
26 </Description>
27 </RDF>