freshbooks-resizer/manifest.json

19 lines
501 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",
2014-02-07 22:18:59 +00:00
"description": "Easily minimize your Timesheet / Time Tracking window to save screen space! (Not affiliated with or endorsed by FreshBooks.)",
2014-02-07 22:15:09 +00:00
"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"]
}