freshbooks-resizer/manifest.json

19 lines
576 B
JSON
Raw Normal View History

2013-05-02 23:44:27 +00:00
{
"manifest_version": 2,
2014-02-07 22:15:09 +00:00
"name": "Timer Resizer for FreshBooks",
"description": "This extension lets you easily minimize the FreshBooks Timesheet / Time Tracking timer window to give you more screen space while you work. (Not affiliated with or endorsed by FreshBooks in any way.)",
"version": "1.1",
"icons": { "48": "icon48.png",
"128": "icon128.png" },
2013-05-02 23:44:27 +00:00
"content_scripts": [
{
2014-02-07 22:15:09 +00:00
"matches": ["https://*.freshbooks.com/internal*"],
2013-05-02 23:44:27 +00:00
"js": ["freshbooks-resizer.js","injected.js"]
}
],
"web_accessible_resources": ["injected.js"]
}