Urdu Poetry Tab

Urdu Poetry Tab

Adds Beautiful Urdu Shayari (Poetry) to your Chrome's NewTab with redesigned Google Search Option

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "icons/icon16.png",
    "default_popup": "/popup.html"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "description": " Adds Beautiful Urdu Shayari (Poetry) to your Chrome's NewTab with redesigned Google Search Option ",
  "icons": {
    "16": "icons/icon16.png",
    "19": "icons/icon19.png",
    "48": "icons/icon48.png",
    "96": "icons/icon96-128.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2,
  "name": "Urdu Poetry Tab",
  "short_name": "UrduTab",
  "web_accessible_resources": [
    "css/*.ttf",
    "js/background.js",
    "js/index.js",
    "js/stanzaz.json"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "version": "1.2.0",
  "permissions": [
    "https://raw.githubusercontent.com/FahadYousafMahar/UrduPoetryTab/master/json/db.json"
  ]
}