historical/IAteThis.git/manifest.json
2024-01-16 11:20:27 -06:00

20 lines
No EOL
411 B
JSON

{
"manifest_version": 2,
"name": "IAteThis",
"version": "1.0",
"description": "Calorie info downloader by Sparksammy that works with CalorieKing to track what you ate.",
"icons": {
"48": "icons/iat-48.png"
},
"content_scripts": [
{
"matches": ["*://*.calorieking.com/*/*/foods/f/*"],
"js": ["iatethis.js"]
}
]
}