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": "Market Navigator",
"version": "0.0.0.2",
"icons": {
"16": ".\/dist\/icons\/icon16.png",
"32": ".\/dist\/icons\/icon32.png",
"128": ".\/dist\/icons\/icon128.png"
},
"description": "Tools and reference to navigate a challenging market.",
"permissions": [],
"web_accessible_resources": [
"css\/content_script.css",
"per_high_low.png"
],
"background": {
"scripts": [
"dist\/background.dist.js"
]
},
"content_scripts": [
{
"js": [
"dist\/content.dist.js"
],
"css": [
"dist\/content.css"
],
"matches": [
"https:\/\/*\/*"
]
}
],
"browser_action": {
"default_popup": ".\/dist\/popup.html",
"default_title": "Open the popup",
"default_icon": {
"16": "dist\/icons\/icon16.png",
"32": "dist\/icons\/icon32.png",
"128": "dist\/icons\/icon128.png"
}
},
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.twimg.com https:\/\/platform.twitter.com https:\/\/ajax.googleapis.com; object-src 'self'",
"options_ui": {
"page": "dist\/options.html",
"open_in_tab": false
},
"manifest_version": 2
}