forked from AntonNguyen/FreshBooks-API-Playground
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
23 lines (23 loc) · 805 Bytes
/
manifest.json
File metadata and controls
23 lines (23 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"background": {
"scripts": ["background.js"]
},
"browser_action": {
"default_title": "FreshBooks",
"default_icon": "media/leaf.png"
},
"description": "Easily interact and experiment with the FreshBooks API!",
"icons": {"16": "media/leaf.png", "48": "media/leaf.png", "128": "media/leaf.png"},
"manifest_version": 2,
"name": "FreshBooks API Playground",
"permissions": ["tabs",
"storage",
"https://*.trunk.2ndsiteinc.com/api/2.1/xml-in",
"https://*.rc.2ndsiteinc.com/api/2.1/xml-in",
"https://*.last-release.2ndsiteinc.com/api/2.1/xml-in",
"https://*.selenium.2ndsiteinc.com/api/2.1/xml-in",
"https://*.freshbooks.com/api/2.1/xml-in",
"https://*.freshbooksdev.com/api/2.1/xml-in",
"https://*.freshbooksapi.com/api/2.1/xml-in"],
"version": "3.0.2"
}