freshbooks-resizer/manifest.json

21 lines
597 B
JSON
Raw Permalink 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",
2014-02-07 22:58:04 +00:00
"author": "Will Bradley",
"homepage_url": "https://github.com/zyphlar/freshbooks-resizer",
2014-02-07 22:15:09 +00:00
"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"]
}