Vara Koto - ভাড়া কত

Vara Koto - ভাড়া কত

ভাড়া কত অ্যাপ এর অফিসিয়াল ক্রোম এক্সটেনশন।

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "loader.html",
    "default_title": "Vara Koto",
    "default_icon": {
      "16": "i16.png",
      "32": "i32.png",
      "128": "i128.png"
    }
  },
  "icons": {
    "16": "i16.png",
    "32": "i32.png",
    "128": "i128.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "OneSignal.js",
      "background.js",
      "index.js"
    ]
  },
  "permissions": [
    "gcm",
    "storage",
    "notifications",
    "identity",
    "tabs"
  ],
  "name": "Vara Koto - ভাড়া কত",
  "short_name": "Vara Koto",
  "version": "1.1.00",
  "description": "ভাড়া কত অ্যাপ এর অফিসিয়াল ক্রোম এক্সটেনশন। "
}