Revostore - Online Shop Management Tools

Revostore - Online Shop Management Tools

Online Shop Management Tools by Revoluzio.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Revostore - Online Shop Management Tools",
  "short_name": "Revostore",
  "description": "Online Shop Management Tools by Revoluzio.",
  "version": "1.3.4",
  "permissions": [
    "tabs",
    "activeTab",
    "alarms",
    "storage",
    "background",
    "clipboardRead",
    "clipboardWrite",
    "http://*/*",
    "https://*/*"
  ],
  "browser_action": {
    "default_title": "Open Revoluzio Store",
    "default_icon": "Icon-RevoStore.png"
  },
  "web_accessible_resources": [
    "*.jpg",
    "*.png",
    "*.ttf",
    "*.woff",
    "*.woff2"
  ],
  "content_security_policy": "script-src 'self' https://apis.google.com; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "css/sweetalert.css",
        "css/labs/bootstrap/css/bootstrap.css",
        "css/labs/jquery.jspanel.css",
        "css/labs/styles.css",
        "css/labs/font-awesome.css",
        "css/labs/style-order.css",
        "lib/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css",
        "css/labs/style-customer.css",
        "css/labs/revo-product.css",
        "css/labs/style-customer.css",
        "css/labs/outer-content.css"
      ],
      "js": [
        "revo_content_script.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "manifest_version": 2
}