Witti - Shop the Smart Way

Witti - Shop the Smart Way

Track items for sales, automatically compare across stores, integrated directly in your shopping

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "short_name": "Witti",
  "name": "Witti - Shop the Smart Way",
  "description": "Track items for sales, automatically compare across stores, integrated directly in your shopping",
  "version": "1.2.51",
  "icons": {
    "128": "logo.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {},
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [
    "webRequest",
    "tabs",
    "identity",
    "identity.email",
    "storage",
    "<all_urls>"
  ],
  "incognito": "spanning",
  "web_accessible_resources": [
    "/static/css/content.css",
    "/static/media/shoppingImage.jpg",
    "/static/media/tutorial.jpg",
    "/static/media/noImage.jpg",
    "/static/media/navLogo.svg",
    "/static/media/priceDropIcon.svg",
    "/static/media/logo.png",
    "index.html"
  ],
  "content_security_policy": "script-src 'self' sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk=' https://*.firebaseio.com   https://firestore.googleapis.com  https://*.googleapis.com; object-src 'self'",
  "oauth2": {
    "client_id": "584424668995-9salulnp0f4mhclc3oab7hbmua45cveh.apps.googleusercontent.com",
    "scopes": []
  },
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}