mirror of
https://github.com/miljegen/browser-milje.git
synced 2024-10-30 07:23:43 +00:00
26 lines
697 B
JSON
26 lines
697 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "browser-milje",
|
|
"description": "adds a milje table cloth on top of your browser viewport",
|
|
"version": "1.0.0",
|
|
"action": {
|
|
"default_popup": "popup.html",
|
|
"default_icon": "browser-milje.png"
|
|
},
|
|
"icons": {
|
|
"16": "assets/icon-16.png",
|
|
"32": "assets/icon-32.png",
|
|
"48": "assets/icon-48.png",
|
|
"128": "assets/icon-128.png"
|
|
},
|
|
"content_scripts": [
|
|
{
|
|
"js": ["scripts/content.js"],
|
|
"matches": [
|
|
"https://developer.chrome.com/docs/extensions/*",
|
|
"https://developer.chrome.com/docs/webstore/*"
|
|
]
|
|
}
|
|
]
|
|
}
|