Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "NetScore-NetSuite Assist",
"description": "NetScore-NetSuite Assist.",
"version": "1.4",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"popup.js"
]
}
],
"browser_action": {
"default_icon": "NetscoreAssists.png",
"default_title": "NetScore-NetSuite Assist",
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"manifest_version": 2
}