Rick Ross New Tab

Rick Ross New Tab

If You Dream About Rick Ross, Now You Can Install This New Tab Extension To Get Rick Ross Wallpapers And More

Merlin
Additional files are visible only to premium users

manifest.json


{
  "default_locale": "en",
  "description": "__MSG_description__",
  "browser_action": {
    "default_icon": "128-icon.png",
    "default_title": "Rick Ross New Tab"
  },
  "name": "__MSG_addTitle__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background_script.js"
    ]
  },
  "icons": {
    "128": "128-icon.png"
  },
  "manifest_version": 2,
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "version": "3.0.1"
}