Skip to content

Commit

Permalink
Merge pull request mdn#416 from e2e8/master
Browse files Browse the repository at this point in the history
Update manifest key applications to browser_specific_settings
  • Loading branch information
rebloor authored Feb 2, 2020
2 parents 72dfcf1 + dad69e2 commit 2f20eed
Show file tree
Hide file tree
Showing 29 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion annotate-page/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Web page annotator",
"description": "Displays a sidebar that lets you take notes on web pages.",
"version": "1.0",
"applications": {
"browser_specific_settings": {
"gecko": {
"strict_min_version": "54.0a1"
}
Expand Down
2 changes: 1 addition & 1 deletion commands/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"manifest_version": 2,
"version": "1.0",

"applications": {
"browser_specific_settings": {
"gecko": {
"id": "commands-demo@mozilla.org",
"strict_min_version": "60.0b5"
Expand Down
2 changes: 1 addition & 1 deletion discogs-search/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Discogs search engine",
"description": "Adds a search engine that searches discogs.com",
"version": "1.0",
"applications": {
"browser_specific_settings": {
"gecko": {
"strict_min_version": "55"
}
Expand Down
2 changes: 1 addition & 1 deletion dynamic-theme/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scripts": ["background.js"]
},
"version": "1.0",
"applications": {
"browser_specific_settings": {
"gecko": {
"strict_min_version": "55.0a2"
}
Expand Down
2 changes: 1 addition & 1 deletion export-helpers/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"48": "icons/arrow.svg"
},

"applications": {
"browser_specific_settings": {
"gecko": {
"id": "export-helpers@mozilla.org",
"strict_min_version": "49.0"
Expand Down
2 changes: 1 addition & 1 deletion favourite-colour/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"permissions": ["storage"],
"version": "1.1",
"applications": {
"browser_specific_settings": {
"gecko": {
"id": "favourite-colour-examples@mozilla.org",
"strict_min_version": "57.0a1"
Expand Down
2 changes: 1 addition & 1 deletion find-across-tabs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
},
"version": "1.0",
"applications": {
"browser_specific_settings": {
"gecko": {
"strict_min_version": "57.0a1"
}
Expand Down
2 changes: 1 addition & 1 deletion firefox-code-search/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Firefox Code Search",
"description" : "To use, type 'cs' plus a search term into the url bar.",
"version": "1.0",
"applications": {
"browser_specific_settings": {
"gecko": {
"strict_min_version": "52.0a1"
}
Expand Down
2 changes: 1 addition & 1 deletion google-userinfo/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Google User Info",
"version": "1",
"manifest_version": 2,
"applications": {
"browser_specific_settings": {
"gecko": {
"id": "google-user-info@mozilla.org",
"strict_min_version": "53a1"
Expand Down
2 changes: 1 addition & 1 deletion http-response/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"scripts": ["background.js"]
},

"applications": {
"browser_specific_settings": {
"gecko": {
"strict_min_version": "57.0a1"
}
Expand Down
2 changes: 1 addition & 1 deletion menu-accesskey-visible/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "__MSG_extensionDescription__",
"version": "1.0",
"default_locale": "en",
"applications": {
"browser_specific_settings": {
"gecko": {
"strict_min_version": "56.0a1"
}
Expand Down
2 changes: 1 addition & 1 deletion menu-demo/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "__MSG_extensionDescription__",
"version": "1.0",
"default_locale": "en",
"applications": {
"browser_specific_settings": {
"gecko": {
"strict_min_version": "56.0a1"
}
Expand Down
2 changes: 1 addition & 1 deletion menu-labelled-open/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Labelled open",
"description": "Adds a context menu item that labels links with the hostname. Demo of onShown and refresh().",
"version": "1.0",
"applications": {
"browser_specific_settings": {
"gecko": {
"strict_min_version": "60.0a1"
}
Expand Down
2 changes: 1 addition & 1 deletion menu-search/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Search using...",
"description": "Search ",
"version": "1.0",
"applications": {
"browser_specific_settings": {
"gecko": {
"strict_min_version": "63.0b14"
}
Expand Down
2 changes: 1 addition & 1 deletion mocha-client-tests/addon/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"default_title": "Mocha Test",
"default_popup": "popup.html"
},
"applications": {
"browser_specific_settings": {
"gecko": {
"strict_min_version": "45.0"
}
Expand Down
2 changes: 1 addition & 1 deletion native-messaging/add-on/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"48": "icons/message.svg"
},

"applications": {
"browser_specific_settings": {
"gecko": {
"id": "ping_pong@example.org",
"strict_min_version": "50.0"
Expand Down
2 changes: 1 addition & 1 deletion navigation-stats/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"icons": {
"32": "icons/icon-32.png"
},
"applications": {
"browser_specific_settings": {
"gecko": {
"strict_min_version": "50.0"
}
Expand Down
2 changes: 1 addition & 1 deletion permissions/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"optional_permissions": [
"history"
],
"applications": {
"browser_specific_settings": {
"gecko": {
"strict_min_version": "55.0a2"
}
Expand Down
2 changes: 1 addition & 1 deletion private-browsing-theme/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": ["background.js"]
},
"permissions": ["theme"],
"applications": {
"browser_specific_settings": {
"gecko": {
"id": "private-window-theme@mozilla.org",
"strict_min_version": "58.0"
Expand Down
2 changes: 1 addition & 1 deletion proxy-blocker/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"96": "icons/block.svg"
},

"applications": {
"browser_specific_settings": {
"gecko": {
"strict_min_version": "56.0a1"
}
Expand Down
2 changes: 1 addition & 1 deletion quicknote/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"default_popup": "popup/quicknote.html"
},

"applications": {
"browser_specific_settings": {
"gecko": {
"id": "quicknote-example@mozilla.org"
}
Expand Down
2 changes: 1 addition & 1 deletion root-cert-stats/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"icons": {
"32": "icons/icon-32.png"
},
"applications": {
"browser_specific_settings": {
"gecko": {
"strict_min_version": "62.0b5"
}
Expand Down
2 changes: 1 addition & 1 deletion session-state/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"applications": {
"browser_specific_settings": {
"gecko": {
"id": "session-state@example.com",
"strict_min_version": "57.0a1"
Expand Down
2 changes: 1 addition & 1 deletion stored-credentials/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"48": "icons/lock.svg"
},

"applications": {
"browser_specific_settings": {
"gecko": {
"strict_min_version": "54.0a1"
}
Expand Down
2 changes: 1 addition & 1 deletion tabs-tabs-tabs/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"applications": {
"browser_specific_settings": {
"gecko": {
"strict_min_version": "58.0a1"
}
Expand Down
2 changes: 1 addition & 1 deletion theme-integrated-sidebar/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"default_panel": "sidebar.html"
},
"version": "1.0",
"applications": {
"browser_specific_settings": {
"gecko": {
"id": "theme-integrated-sidebar@mozilla.org",
"strict_min_version": "58.0a1"
Expand Down
2 changes: 1 addition & 1 deletion theme-switcher/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"128": "star-half.svg"
},
"version": "1.0",
"applications": {
"browser_specific_settings": {
"gecko": {
"strict_min_version": "55.0a1"
}
Expand Down
2 changes: 1 addition & 1 deletion top-sites/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"permissions": [
"topSites"
],
"applications": {
"browser_specific_settings": {
"gecko": {
"strict_min_version": "54.0a1"
}
Expand Down
2 changes: 1 addition & 1 deletion user-script/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "User script",
"version": "1.1",

"applications": {
"browser_specific_settings": {
"gecko": {
"id": "user-script-example@mozilla.org",
"strict_min_version": "59.0a1"
Expand Down

0 comments on commit 2f20eed

Please sign in to comment.