Delicious Hot Dogs Wallpaper for your new tab

Delicious Hot Dogs Wallpaper for your new tab

Spice up your day with mouthwatering hot dogs wallpapers for your new TAB!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Delicious Hot Dogs Wallpaper for your new tab",
  "short_name": "HotDogs",
  "manifest_version": 2,
  "version": "1.0.2",
  "description": "Spice up your day with mouthwatering hot dogs wallpapers for your new TAB! ",
  "icons": {
    "16": "images/icons/16x16.png",
    "64": "images/icons/64x64.png",
    "128": "images/icons/128x128.png"
  },
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "permissions": [
    "*://tabzmania.com/",
    "*://.tabzmania.com/",
    "cookies",
    "tabs",
    "unlimitedStorage",
    "storage"
  ],
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "scripts/sitecontent.js"
      ],
      "match_about_blank": true,
      "matches": [
        "*://*.tabzmania.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "chrome_url_overrides": {
    "newtab": "redirect.html"
  },
  "browser_action": {
    "default_icon": {
      "16": "images/icons/16x16.png"
    },
    "default_title": "Delicious Hot Dogs Wallpaper for your new tab"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com https://ajax.googleapis.com; object-src 'self'"
}