1
0
metric-allrecipes-extension/manifest.json
2023-05-18 19:41:50 +03:00

15 lines
412 B
JSON

{
"name": "Allrecipes.com metric units converter",
"version": "0.1.0",
"description": "Convert all imperial units on page to metric.",
"permissions": ["storage", "tabs"],
"host_permissions": ["https://*.allrecipes.com/*"],
"content_scripts": [
{
"matches": ["https://*.allrecipes.com/recipe/*"],
"js": ["contentScript.js"]
}
],
"manifest_version": 3
}