Drik Panchang

Drik Panchang

Online Panchang, Panchangam and Hindu Calendar for the world

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Drik Panchang",
  "description": "Online Panchang, Panchangam and Hindu Calendar for the world",
  "version": "1.0.0",
  "author": "Adarsh Mobile Application LLP",
  "background": {
    "scripts": [
      "scripts/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "user_interface/popup.html"
  },
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "https://www.drikpanchang.com/*"
  ],
  "web_accessible_resources": [
    "icon_128.png"
  ],
  "minimum_chrome_version": "28",
  "manifest_version": 2
}