23 lines
523 B
JSON
23 lines
523 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "OGame Notepad",
|
|
"version": "1.0.0",
|
|
"description": "Notepad laterale per OGame s170-ar. Le note vengono salvate in modo persistente.",
|
|
"icons": {
|
|
"16": "icons/icon16.png",
|
|
"32": "icons/icon32.png",
|
|
"48": "icons/icon48.png",
|
|
"128": "icons/icon128.png"
|
|
},
|
|
"content_scripts": [
|
|
{
|
|
"matches": [
|
|
"https://s170-ar.ogame.gameforge.com/*"
|
|
],
|
|
"js": ["content.js"],
|
|
"css": ["content.css"],
|
|
"run_at": "document_idle"
|
|
}
|
|
]
|
|
}
|