mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
Remove applications key wherever possible (#144)
This commit is contained in:
@@ -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"]
|
||||
},
|
||||
|
||||
@@ -9,13 +9,6 @@
|
||||
"48": "icons/beasts-48.png"
|
||||
},
|
||||
|
||||
"applications": {
|
||||
"gecko": {
|
||||
"id": "beastify@mozilla.org",
|
||||
"strict_min_version": "45.0"
|
||||
}
|
||||
},
|
||||
|
||||
"permissions": [
|
||||
"activeTab"
|
||||
],
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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/*"],
|
||||
|
||||
@@ -8,12 +8,6 @@
|
||||
"48": "icons/chillout-48.png"
|
||||
},
|
||||
|
||||
"applications": {
|
||||
"gecko": {
|
||||
"id": "chillout-page-action@mozilla.org"
|
||||
}
|
||||
},
|
||||
|
||||
"permissions": [
|
||||
"alarms",
|
||||
"tabs"
|
||||
|
||||
@@ -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" },
|
||||
|
||||
@@ -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"]
|
||||
},
|
||||
|
||||
@@ -9,13 +9,6 @@
|
||||
"48": "icons/bgpicker-48.png"
|
||||
},
|
||||
|
||||
"applications": {
|
||||
"gecko": {
|
||||
"id": "quicknote@mozilla.org",
|
||||
"strict_min_version": "45.0"
|
||||
}
|
||||
},
|
||||
|
||||
"permissions": [
|
||||
"tabs",
|
||||
"cookies",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -1,10 +1,4 @@
|
||||
{
|
||||
"applications": {
|
||||
"gecko": {
|
||||
"id": "some-options@mozilla.org",
|
||||
"strict_min_version": "48.0a1"
|
||||
}
|
||||
},
|
||||
"background": {
|
||||
"scripts": ["background.js"]
|
||||
},
|
||||
|
||||
@@ -1,10 +1,4 @@
|
||||
{
|
||||
"applications": {
|
||||
"gecko": {
|
||||
"id": "history-deleter@mozilla.com",
|
||||
"strict_min_version": "49.0a2"
|
||||
}
|
||||
},
|
||||
"background": {
|
||||
"scripts": ["background.js"]
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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"]
|
||||
},
|
||||
|
||||
@@ -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"],
|
||||
|
||||
@@ -9,13 +9,6 @@
|
||||
"48": "icons/quicknote-48.png"
|
||||
},
|
||||
|
||||
"applications": {
|
||||
"gecko": {
|
||||
"id": "quicknote@mozilla.org",
|
||||
"strict_min_version": "45.0"
|
||||
}
|
||||
},
|
||||
|
||||
"permissions": [
|
||||
"storage"
|
||||
],
|
||||
|
||||
@@ -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"]
|
||||
}]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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/*"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user