Remove applications key wherever possible (#144)

This commit is contained in:
wbamberg
2016-11-18 14:14:25 -08:00
committed by GitHub
parent dbee78a546
commit 587ecfc504
20 changed files with 2 additions and 133 deletions

View File

@@ -6,13 +6,6 @@
"version": "1.0",
"homepage_url": "https://github.com/mdn/webextensions-examples/tree/master/apply-css",
"applications": {
"gecko": {
"id": "apply-css@mozilla.org",
"strict_min_version": "49.0"
}
},
"background": {
"scripts": ["background.js"]
},

View File

@@ -9,13 +9,6 @@
"48": "icons/beasts-48.png"
},
"applications": {
"gecko": {
"id": "beastify@mozilla.org",
"strict_min_version": "45.0"
}
},
"permissions": [
"activeTab"
],

View File

@@ -9,13 +9,6 @@
"96": "icons/bookmark-it@2x.png"
},
"applications": {
"gecko": {
"id": "bookmark-it-extension@mozilla.org",
"strict_min_version": "47.0a1"
}
},
"permissions": [
"bookmarks",
"tabs"

View File

@@ -9,13 +9,6 @@
"48": "icons/border-48.png"
},
"applications": {
"gecko": {
"id": "borderify@mozilla.org",
"strict_min_version": "45.0"
}
},
"content_scripts": [
{
"matches": ["*://*.mozilla.org/*"],

View File

@@ -8,12 +8,6 @@
"48": "icons/chillout-48.png"
},
"applications": {
"gecko": {
"id": "chillout-page-action@mozilla.org"
}
},
"permissions": [
"alarms",
"tabs"

View File

@@ -7,12 +7,7 @@
"background": {
"scripts": ["background.js"]
},
"applications": {
"gecko": {
"id": "commands@mozilla.org",
"strict_min_version": "48.0a1"
}
},
"commands": {
"toggle-feature": {
"suggested_key": { "default": "Ctrl+Shift+U" },

View File

@@ -5,13 +5,6 @@
"version": "1.0",
"default_locale": "en",
"applications": {
"gecko": {
"id": "context-menu-demo@mozilla.org",
"strict_min_version": "48.0"
}
},
"background": {
"scripts": ["background.js"]
},

View File

@@ -9,13 +9,6 @@
"48": "icons/bgpicker-48.png"
},
"applications": {
"gecko": {
"id": "quicknote@mozilla.org",
"strict_min_version": "45.0"
}
},
"permissions": [
"tabs",
"cookies",

View File

@@ -1,11 +1,5 @@
{
"manifest_version": 2,
"applications": {
"gecko": {
"strict_min_version": "49.0.1"
}
},
"name": "Emoji Substitution",
"description": "Replaces words with emojis.",
"homepage_url": "https://github.com/mdn/webextensions-examples/tree/master/emoji-substitution",

View File

@@ -1,10 +1,4 @@
{
"applications": {
"gecko": {
"id": "some-options@mozilla.org",
"strict_min_version": "48.0a1"
}
},
"background": {
"scripts": ["background.js"]
},

View File

@@ -1,10 +1,4 @@
{
"applications": {
"gecko": {
"id": "history-deleter@mozilla.com",
"strict_min_version": "49.0a2"
}
},
"background": {
"scripts": ["background.js"]
},

View File

@@ -9,13 +9,6 @@
"48": "icons/page-48.png"
},
"applications": {
"gecko": {
"id": "latest-download@mozilla.org",
"strict_min_version": "48.0a1"
}
},
"permissions": [
"downloads",
"downloads.open"

View File

@@ -1,10 +1,4 @@
{
"applications": {
"gecko": {
"id": "list-cookies@mozilla.org",
"strict_min_version": "47.0a1"
}
},
"browser_action": {
"browser_style": true,
"default_title": "List cookies in the active tab",

View File

@@ -9,13 +9,6 @@
"48": "icons/link-48.png"
},
"applications": {
"gecko": {
"id": "notify-link-clicks-i18n@mozilla.org",
"strict_min_version": "46.0a1"
}
},
"permissions": ["notifications"],
"background": {

View File

@@ -9,13 +9,6 @@
"48": "icons/page-48.png"
},
"applications": {
"gecko": {
"id": "open-my-page-button@mozilla.org",
"strict_min_version": "45.0"
}
},
"background": {
"scripts": ["background.js"]
},

View File

@@ -9,13 +9,6 @@
"48": "icons/message-48.png"
},
"applications": {
"gecko": {
"id": "page-to-extension-messaging@mozilla.org",
"strict_min_version": "45.0"
}
},
"content_scripts": [
{
"matches": ["https://mdn.github.io/webextensions-examples/content-script-page-script-messaging.html"],

View File

@@ -9,13 +9,6 @@
"48": "icons/quicknote-48.png"
},
"applications": {
"gecko": {
"id": "quicknote@mozilla.org",
"strict_min_version": "45.0"
}
},
"permissions": [
"storage"
],

View File

@@ -9,14 +9,8 @@
"48": "icons/clipboard-48.png"
},
"applications": {
"gecko": {
"strict_min_version": "51.0a1"
}
},
"content_scripts": [{
"matches": ["<all_urls>"],
"js": ["content-script.js"]
}]
}
}

View File

@@ -1,10 +1,4 @@
{
"applications": {
"gecko": {
"id": "tabs-tabs-tabs@mozilla.org",
"strict_min_version": "47.0a1"
}
},
"browser_action": {
"browser_style": true,
"default_title": "Tabs, tabs, tabs",

View File

@@ -9,13 +9,6 @@
"48": "icons/person-48.png"
},
"applications": {
"gecko": {
"id": "user-agent-rewriter@mozilla.org",
"strict_min_version": "45.0"
}
},
"permissions": [
"webRequest", "webRequestBlocking", "http://useragentstring.com/*"
],