Mypoolin - Payments with friends

Mypoolin - Payments with friends

Plan and pay with friends. Split and share money for daily activities

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Mypoolin - Payments with friends",
  "description": "Plan and pay with friends. Split and share money for daily activities",
  "version": "3.0",
  "browser_action": {
    "default_icon": "logo.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "logo_34.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.makemytrip.com/",
        "https://www.amazon.in/*",
        "http://www.amazon.in/*",
        "http://www.cleartrip.com/*",
        "https://www.cleartrip.com/*",
        "http://www.flipkart.com/*",
        "http://www.myntra.com/",
        "https://in.bookmyshow.com/",
        "http://www.shopclues.com/*",
        "https://www.goibibo.com/*",
        "https://www.pvrcinemas.com/*",
        "https://in.bookmyshow.com/*",
        "https://in.bookmyshow.com/*",
        "http://www.abof.com/*",
        "https://mypoolin.com/Organize/Page",
        "http://www.jabong.com/*",
        "https://www.nearbuy.com/*",
        "https://www.dineout.co.in/*",
        "https://www.littleapp.in/*",
        "https://holidayz.makemytrip.com/*",
        "https://hotelz.makemytrip.com/*",
        "http://www.myntra.com/*"
      ],
      "js": [
        "myscript.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "notifications",
    "tabs",
    "<all_urls>",
    "storage"
  ],
  "web_accessible_resources": [
    "logo_34.png"
  ]
}