SenseIt

SenseIt

Visualize any HTML table on the web using Qlik Sense Desktop

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SenseIt",
  "version": "0.0.4",
  "manifest_version": 2,
  "description": "Visualize any HTML table on the web using Qlik Sense Desktop",
  "homepage_url": "https://github.com/mindspank/SenseIt",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "icons/icon19.png"
  },
  "options_page": "options.html",
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "http://localhost:4848/",
    "http://*/*",
    "https://*/*"
  ],
  "web_accessible_resources": [
    "css/styles.css",
    "icons/loader.svg",
    "icons/sad_panda.jpg",
    "icons/bg.png"
  ]
}