Nerdist 2 Steam

Nerdist 2 Steam

Overrides the nerdist to look like steam, the live area has not been written yet. By Jeffrey Albert ( Follow me @MonkeyRevenge42 )

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Nerdist 2 Steam",
  "version": "0.9",
  "description": "Overrides the nerdist to look like steam, the live area has not been written yet. By Jeffrey Albert ( Follow me @MonkeyRevenge42 )",
  "web_accessible_resources": [
    "images/arrow_next_prev.png",
    "images/bg_link_bar.png",
    "images/bg_popup.png",
    "images/btn_addtocart_blue_corners.jpg",
    "images/btn_addtocart_blue_repeat.jpg",
    "images/btn_addtocart_corners.gif",
    "images/btn_addtocart_repeat.gif",
    "images/btn_arrow_down_padded.png",
    "images/btn_browse.png",
    "images/btn_checkout_active_bg.png",
    "images/btn_checkout_active_corners.png",
    "images/btn_checkout_blue_bg.png",
    "images/btn_checkout_blue_corners.png",
    "images/btn_checkout_gray_comp.png",
    "images/btn_checkout_inactive_bg.png",
    "images/btn_checkout_inactive_corners.png",
    "images/btn_clickfordetails_corners.gif",
    "images/btn_clickfordetails_repeat.gif",
    "images/btn_download_nobg.png",
    "images/btn_gray.png",
    "images/btn_green.png",
    "images/btn_header_installsteam_gray.png",
    "images/btn_header_installsteam_green.png",
    "images/btn_notification_green.png",
    "images/btn_notification_grey.png",
    "images/btn_packageinfo_corners.gif",
    "images/btn_packageinfo_repeat.gif",
    "images/btn_white.png",
    "images/client_btn.png",
    "images/content_bg.png",
    "images/control_slider.png",
    "images/dailydeal.png",
    "images/full_bg_gray.png",
    "images/globalheader_bg.jpg",
    "images/globalheader_highlight.png",
    "images/green_header.png",
    "images/hover_arrow_both.gif",
    "images/ico_search_dropdown.gif",
    "images/iconholder_ingame.jpg",
    "images/iconholder_offline.jpg",
    "images/iconholder_online.jpg",
    "images/image_get",
    "images/img_list.txt",
    "images/inbox_comment.png",
    "images/inbox_gift.png",
    "images/inbox_invite.png",
    "images/inbox_item.png",
    "images/inbox_offlinemessages.png",
    "images/item_action_btn.png",
    "images/maincol_bg_gray.png",
    "images/package_arrow.png",
    "images/platform_mac_large.png",
    "images/platform_pc_large.png",
    "images/recommended_buttons.png",
    "images/rightcol_bg_block.png",
    "images/rightcol_bg_block_flipped.png",
    "images/rightcol_bg_block_green.png",
    "images/rightcol_bg_blue.png",
    "images/rightcol_bg_green.png",
    "images/shadow_corners.png",
    "images/shadow_leftright.png",
    "images/shadow_topbottom.png",
    "images/slider_button.png",
    "images/store_checkbox.png",
    "images/store_header_gradients.png",
    "images/store_header_shadow_caps.png",
    "images/StoreHomeBanner_slice.png",
    "images/globalheader_logo.png",
    "images/store_header_search.png",
    "images/ico_navArrow_right.gif",
    "images/ico_navArrow_left.gif",
    "templates/popup.html",
    "templates/search.html",
    "templates/spotlight.html",
    "templates/mainscroll.html",
    "templates/head.html",
    "templates/featured.html",
    "templates/scrollitem.html",
    "templates/featureditem.html",
    "templates/specials.html",
    "templates/categories.html",
    "templates/postInfo.html",
    "templates/featured_hover.html",
    "templates/comments.html",
    "templates/singleComment.html",
    "templates/podcastList.html",
    "templates/singlePodcast.html",
    "templates/newsPage.html",
    "templates/newsFilters.html",
    "templates/newsEntry.html",
    "templates/categoryList.html",
    "templates/categoryListEntry.html",
    "templates/social.html",
    "templates/eventsArea.html",
    "templates/eventItem.html",
    "js/main.js",
    "js/prototype-1.7.js",
    "js/cluster.js",
    "js/controls.js",
    "js/javascript.js",
    "js/jserrorreport.js",
    "js/header.js",
    "js/search.js",
    "js/slider.js",
    "js/effects.js",
    "js/swfobject.js",
    "js/scriptaculous.js"
  ],
  "icons": {
    "16": "images/icon-podcast.png",
    "48": "images/icon-podcast.png",
    "128": "images/icon-podcast.png"
  },
  "permissions": [
    "http://*.nerdist.com/*"
  ],
  "content_scripts": [
    {
      "css": [
        "steam_style.css",
        "myStyles.css",
        "forums.css",
        "globalv2.css",
        "styles_newsv5.css"
      ],
      "js": [
        "jquery-1.9.0.min.js",
        "n2s.js",
        "js/swfobject.js",
        "js/prototype-1.7.js",
        "js/scriptaculous.js",
        "js/effects.js",
        "js/controls.js",
        "js/slider.js",
        "js/javascript.js",
        "js/main.js",
        "js/jserrorreport.js",
        "js/header.js",
        "js/search.js",
        "js/cluster.js"
      ],
      "exclude_matches": [
        "http://www.nerdist.com/feed/"
      ],
      "matches": [
        "*://*.nerdist.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "manifest_version": 2
}