Steam Games And Wishlist Notes

Steam Games And Wishlist Notes

Add notes to game items to game list, each game and Wishlist page on Steam.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Steam Games And Wishlist Notes",
  "short_name": "SteamCom",
  "version": "1.2.5resigned1",
  "description": "Add comments game items on Steam Games, App or Wishlist page.",
  "icons": {
    "48": "icon/icon_48.png",
    "96": "icon/icon_96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://steamcommunity.com/id/*/wishlist",
        "https://steamcommunity.com/id/*/wishlist/*",
        "https://steamcommunity.com/id/*/games/*",
        "https://steamcommunity.com/id/*/games*",
        "https://store.steampowered.com/wishlist/id/*",
        "https://store.steampowered.com/app/*",
        "https://store.steampowered.com/wishlist/profiles/*",
        "http://steamcommunity.com/id/*/wishlist",
        "http://steamcommunity.com/id/*/wishlist/*",
        "http://steamcommunity.com/id/*/games/*",
        "http://steamcommunity.com/id/*/games*",
        "http://store.steampowered.com/wishlist/id/*",
        "http://store.steampowered.com/app/*",
        "http://store.steampowered.com/wishlist/profiles/*"
      ],
      "js": [
        "script.js"
      ]
    }
  ],
  "permissions": [
    "storage",
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{17354bab-69d2-426c-940e-a5e6c004a54a}"
    }
  }
}