Woises

Woises

Product Management Simplified. Close the loop of product innovation. From Customer Voice to Customer Delight

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Woises",
  "short_name": "W+",
  "description": "Product Management Simplified. Close the loop of product innovation. From Customer Voice to Customer Delight",
  "version": "2.1",
  "options_page": "options.html",
  "homepage_url": "https://woises.com",
  "background": {
    "scripts": [
      "event.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage",
    "identity",
    "contextMenus",
    "activeTab",
    "tabs",
    "alarms",
    "http://*/*",
    "https://*/*",
    "https://woises.com/",
    "https://www.woises.com/"
  ],
  "browser_action": {
    "default_icon": {
      "19": "img/W_19.png",
      "38": "img/W_38.png"
    },
    "default_popup": "popup.html",
    "default_title": "Add Request"
  },
  "icons": {
    "16": "img/W_16.png",
    "32": "img/W_32.png",
    "48": "img/W_48.png",
    "128": "img/W_128.png"
  }
}