freshbooks-resizer/manifest.json

16 lines
387 B
JSON
Raw Normal View History

2013-05-02 23:44:27 +00:00
{
"manifest_version": 2,
"name": "Freshbooks Timer Resizer",
"description": "This extension lets you easily minimize the Freshbooks Timesheet timer window.",
"version": "1.0",
"content_scripts": [
{
"matches": ["https://*.freshbooks.com/internal.php*"],
"js": ["freshbooks-resizer.js","injected.js"]
}
],
"web_accessible_resources": ["injected.js"]
}