{
"manifest_version": 3,
"name": "Ayh",
"version": "103.026.1",
"description": "Ayh Linguistic Rules",
"homepage_url": "https://vgmlr.com/mlwrk",
"browser_specific_settings": {
"gecko": {
"id": "ayh@vgmlr.com",
"strict_min_version": "109.0"
}
},
"permissions": ["storage", "activeTab"],
"background": {
"scripts": ["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"]
}
]
}