Advertisement
Guest User

Untitled

a guest
Sep 18th, 2017
25,966
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 6.63 KB | None | 0 0
  1. {
  2. "update_url": "https://clients2.google.com/service/update2/crx",
  3.  
  4.   "manifest_version": 2,
  5.   "name": "Steam Inventory Helper",
  6.   "short_name": "SIH",
  7.   "description": "__MSG_extension_description__",
  8.   "default_locale": "en",
  9.   "version": "1.11.5",
  10.   "background": {
  11.     "scripts": [
  12.       "js/jquery/jquery-1.10.2.min.js",
  13.       "bundle/js/common.js",
  14.       "bundle/js/background.js",
  15.       "js/common/connectivity.js"
  16.     ],
  17.     "persistent": true
  18.   },
  19.   "content_scripts": [
  20.     {
  21.       "js": [
  22.         "js/jquery/jquery-1.10.2.min.js",
  23.         "js/json2.js",
  24.         "js/tradeoffer.js",
  25.         "js/common/settings.js"
  26.       ],
  27.       "css": [
  28.         "css/fontello.css"
  29.       ],
  30.       "matches": [
  31.         "*://steamcommunity.com/tradeoffer/*",
  32.         "*://steamcommunity.com/trade/*"
  33.       ],
  34.       "run_at": "document_end"
  35.     },
  36.     {
  37.       "js": [
  38.         "js/jquery/jquery-1.10.2.min.js",
  39.         "js/json2.js",
  40.         "js/gifts.js"
  41.       ],
  42.       "matches": [
  43.         "*://*.steampowered.com/checkout/sendgift/*"
  44.       ],
  45.       "run_at": "document_end"
  46.     },
  47.     {
  48.       "js": [
  49.         "js/jquery/jquery-1.10.2.min.js",
  50.         "js/inventprice.js",
  51.         "js/common/settings.js"
  52.       ],
  53.       "matches": [
  54.         "*://steamcommunity.com/id/*/inventory",
  55.         "*://steamcommunity.com/id/*/inventory/*",
  56.         "*://steamcommunity.com/profiles/*/inventory",
  57.         "*://steamcommunity.com/profiles/*/inventory/*"
  58.       ],
  59.       "run_at": "document_end"
  60.     },
  61.     {
  62.       "js": [
  63.         "js/jquery/jquery-1.10.2.min.js",
  64.         "bundle/js/common.js",
  65.         "bundle/js/profile.js"
  66.       ],
  67.       "css": [
  68.         "css/profiles.css"
  69.       ],
  70.       "matches": [
  71.         "*://steamcommunity.com/id/*",
  72.         "*://steamcommunity.com/profiles/*"
  73.       ],
  74.       "exclude_matches": [
  75.         "*://steamcommunity.com/id/*/inventory*",
  76.         "*://steamcommunity.com/profiles/*/inventory*",
  77.         "*://steamcommunity.com/id/*/badges*",
  78.         "*://steamcommunity.com/profiles/*/badges*",
  79.         "*://steamcommunity.com/id/*/gamecards*",
  80.         "*://steamcommunity.com/profiles/*/gamecards*",
  81.         "*://steamcommunity.com/id/*/invites*",
  82.         "*://steamcommunity.com/profiles/*/invites*",
  83.         "*://steamcommunity.com/id/*/tradeoffer*",
  84.         "*://steamcommunity.com/profiles/*/tradeoffer*"
  85.       ],
  86.       "run_at": "document_end"
  87.     },
  88.     {
  89.       "js": [
  90.         "js/tradeofferrev.js"
  91.       ],
  92.       "matches": [
  93.         "*://steamcommunity.com/id/*/tradeoffers/*",
  94.         "*://steamcommunity.com/profiles/*/tradeoffers/*",
  95.         "*://steamcommunity.com/id/*/tradeoffers",
  96.         "*://steamcommunity.com/profiles/*/tradeoffers"
  97.       ],
  98.       "run_at": "document_end"
  99.     },
  100.     {
  101.       "js": [
  102.         "js/jquery/jquery-1.10.2.min.js",
  103.         "js/listing.js"
  104.       ],
  105.       "css": [
  106.         "css/fontello.css"
  107.       ],
  108.       "matches": [
  109.         "*://steamcommunity.com/market/listings/*"
  110.       ],
  111.       "run_at": "document_end"
  112.     },
  113.     {
  114.       "js": [
  115.         "js/jquery/jquery-1.10.2.min.js",
  116.         "js/market.js"
  117.       ],
  118.       "css":[
  119.         "css/fontello.css"
  120.       ],
  121.       "matches": [
  122.         "*://steamcommunity.com/market/",
  123.         "*://steamcommunity.com/market"
  124.       ],
  125.       "run_at": "document_end"
  126.     },
  127.     {
  128.       "js": [
  129.         "js/badge.js"
  130.       ],
  131.       "matches": [
  132.         "*://steamcommunity.com/id/*/gamecards/*",
  133.         "*://steamcommunity.com/profiles/*/gamecards/*"
  134.       ],
  135.       "run_at": "document_end"
  136.     },
  137.     {
  138.       "js": [
  139.         "js/jquery/jquery-1.10.2.min.js",
  140.         "bundle/js/common.js",
  141.         "bundle/js/invites.js"
  142.       ],
  143.       "css": [
  144.         "css/invites.css"
  145.       ],
  146.       "matches": [
  147.         "*://steamcommunity.com/id/*home/invites/",
  148.         "*://steamcommunity.com/id/*home/invites",
  149.         "*://steamcommunity.com/profiles/*home/invites/",
  150.         "*://steamcommunity.com/profiles/*home/invites"
  151.       ],
  152.       "run_at": "document_end"
  153.     },
  154.     {
  155.       "js": [
  156.         "js/jquery/jquery-1.10.2.min.js",
  157.         "bundle/js/common.js",
  158.         "bundle/js/gameprice.js"
  159.       ],
  160.       "css": [
  161.         "bundle/css/gameprice.css",
  162.         "css/fam-flags.css"
  163.       ],
  164.       "matches": [
  165.         "*://*.steampowered.com/app/*",
  166.         "*://*.steampowered.com/bundle/*",
  167.         "*://*.steampowered.com/sub/*"
  168.       ],
  169.       "run_at": "document_end"
  170.     },
  171.     {
  172.       "js": [
  173.         "js/jquery/jquery-1.10.2.min.js",
  174.         "bundle/js/common.js",
  175.         "bundle/js/spentmoney.js"
  176.       ],
  177.       "matches": [
  178.         "*://*.steampowered.com/account/",
  179.         "*://*.steampowered.com/account/store_transactions/"
  180.       ],
  181.       "run_at": "document_end"
  182.     },
  183.     {
  184.       "js": [
  185.         "js/jquery/jquery-1.10.2.min.js",
  186.         "bundle/js/common.js",
  187.         "bundle/js/highlight.js"
  188.       ],
  189.       "matches": [
  190.         "*://*.steampowered.com/*"
  191.       ],
  192.       "exclude_matches": [
  193.         "*://*.steampowered.com/checkout/sendgift/*",
  194.         "*://*.steampowered.com/account/*"
  195.       ],
  196.       "run_at": "document_end"
  197.     },
  198.     {
  199.       "js": [
  200.         "js/jquery/jquery-1.10.2.min.js",
  201.         "bundle/js/common.js",
  202.         "bundle/js/history.js"
  203.       ],
  204.       "matches": [
  205.         "*://steamcommunity.com/id/*/inventoryhistory/",
  206.         "*://steamcommunity.com/profiles/*/inventoryhistory/"
  207.       ],
  208.       "run_at": "document_end"
  209.     },
  210.     {
  211.       "js": [
  212.         "js/common/frame.js"
  213.       ],
  214.       "matches": [
  215.         "<all_urls>"
  216.       ],
  217.       "run_at": "document_start",
  218.       "match_about_blank": true,
  219.       "all_frames": true
  220.     }
  221.   ],
  222.   "icons": {
  223.     "16": "assets/icon16.png",
  224.     "19": "assets/icon19.png",
  225.     "48": "assets/icon48.png",
  226.     "128": "assets/icon128.png"
  227.   },
  228.   "browser_action": {
  229.     "default_title": "Steam Inventory Helper",
  230.     "default_icon": "assets/icon19.png",
  231.     "default_popup": "html/popup.html"
  232.   },
  233.   "options_page": "html/popup.html",
  234.   "permissions": [
  235.     "notifications",
  236.     "alarms",
  237.     "storage",
  238.     "background",
  239.     "webRequest",
  240.     "webRequestBlocking",
  241.     "activeTab",
  242.     "<all_urls>"
  243.   ],
  244.   "externally_connectable": {
  245.     "matches": [
  246.       "*://*.steampowered.com/*",
  247.       "*://steamcommunity.com/*"
  248.     ]
  249.   },
  250.   "web_accessible_resources": [
  251.     "_locales/*",
  252.     "bundle/*",
  253.     "assets/*",
  254.     "font/*",
  255.     "html/bookmarks.html",
  256.     "css/*.css",
  257.     "js/*.js",
  258.     "js/jquery/*.js",
  259.     "js/lang/*"
  260.   ],
  261.   "homepage_url": "https://chrome.google.com/webstore/detail/steam-inventory-helper/cmeakgjggjdlcpncigglobpjbkabhmjl"
  262. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement