mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
Removed duplicate properties in manifest
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Chill out",
|
||||
"name": "chillout-page-action",
|
||||
"version": "1.0",
|
||||
"description": "Show a page action after a period of inactivity. Show cat gifs when the page action is clicked.",
|
||||
"homepage_url": "https://github.com/mdn/webextensions-examples/tree/master/chill-out",
|
||||
@@ -8,10 +8,6 @@
|
||||
"48": "icons/chillout-48.png"
|
||||
},
|
||||
|
||||
"manifest_version": 2,
|
||||
"name": "chillout-page-action",
|
||||
"version": "1.0",
|
||||
|
||||
"applications": {
|
||||
"gecko": {
|
||||
"id": "chillout-page-action@mozilla.org"
|
||||
@@ -21,13 +17,13 @@
|
||||
"permissions": [
|
||||
"alarms",
|
||||
"tabs"
|
||||
],
|
||||
],
|
||||
|
||||
"page_action": {
|
||||
"default_icon": "icons/chillout-32.png",
|
||||
"default_title": "Chill out"
|
||||
},
|
||||
|
||||
|
||||
"background": {
|
||||
"scripts": ["background.js"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user