{
"manifest_version": 3,
"name": "Ayh",
"version": "63.026.1",
"description": "Ayh Linguistic Rules",
"homepage_url": "https://vgmlr.com/?t=mlwrk",
"update_url": "https://vgmlr.com/?t=mlwrk",
"permissions": ["storage", "activeTab"],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "ayh_icon16.png",
"48": "ayh_icon48.png",
"128": "ayh_icon128.png"
}
},
"icons": {
"16": "ayh_icon16.png",
"48": "ayh_icon48.png",
"128": "ayh_icon128.png"
},
"content_scripts": [
{
"matches": ["<all_urls>"],
"js": ["content.js"]
}
],
"web_accessible_resources": [
{
"resources": ["popup.css"],
"matches": ["<all_urls>"]
}
]
}