Preamble to the Constitution of India

Preamble to the Constitution of India

This add on displays 'The Preamble to Indian Constitution' on opening a new tab every time. This ensures that the people of India are well informed about their Constitution of India.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Indian Constitution Preamble",
  "version": "1.0",
  "description": "The Preamble to Indian Constitution!",
  "manifest_version": 2,
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "128": "Emblem_of_India.png"
  },
  "permissions": [
    "activeTab"
  ]
}