Remove chrome and edge manifests.
This commit is contained in:
parent
94c3c7e71c
commit
e5859029b6
|
@ -1,27 +0,0 @@
|
|||
{
|
||||
"name": "datetime",
|
||||
"version": "1.0",
|
||||
"description": "Build a Datetime Extension!",
|
||||
"permissions": [
|
||||
"declarativeContent"
|
||||
],
|
||||
"manifest_version": 3,
|
||||
"background": {
|
||||
"service_worker": "background.js"
|
||||
},
|
||||
"action": {
|
||||
"default_popup": "popup.html",
|
||||
"default_icon": {
|
||||
"16": "images/logo/date-time-16.png",
|
||||
"32": "images/logo/date-time-32.png",
|
||||
"48": "images/logo/date-time-48.png",
|
||||
"128": "images/logo/date-time-128.png"
|
||||
}
|
||||
},
|
||||
"icons": {
|
||||
"16": "images/logo/date-time-16.png",
|
||||
"32": "images/logo/date-time-32.png",
|
||||
"48": "images/logo/date-time-48.png",
|
||||
"128": "images/logo/date-time-128.png"
|
||||
}
|
||||
}
|
|
@ -1,27 +0,0 @@
|
|||
{
|
||||
"name": "datetime",
|
||||
"version": "1.0",
|
||||
"description": "Build a Datetime Extension!",
|
||||
"permissions": [
|
||||
"declarativeContent"
|
||||
],
|
||||
"manifest_version": 2,
|
||||
"background": {
|
||||
"content_scripts": "background.js"
|
||||
},
|
||||
"browser_action": {
|
||||
"default_popup": "popup.html",
|
||||
"default_icon": {
|
||||
"16": "images/logo/date-time-16.png",
|
||||
"32": "images/logo/date-time-32.png",
|
||||
"48": "images/logo/date-time-48.png",
|
||||
"128": "images/logo/date-time-128.png"
|
||||
}
|
||||
},
|
||||
"icons": {
|
||||
"16": "images/logo/date-time-16.png",
|
||||
"32": "images/logo/date-time-32.png",
|
||||
"48": "images/logo/date-time-48.png",
|
||||
"128": "images/logo/date-time-128.png"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue