SplaWidget2

Displays the items of Slpatoon2's SplatNet Gear Shop.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortName__",
  "description": "__MSG_appDescription__",
  "version": "1.0.6",
  "manifest_version": 2,
  "default_locale": "en",
  "icons": {
    "16": "images/icon.png",
    "128": "images/icon.png"
  },
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "options_page": "pages/option.html",
  "browser_action": {
    "default_icon": {
      "19": "images/icon.png",
      "38": "images/icon.png"
    },
    "default_title": "__MSG_browserActionTitle__",
    "default_popup": "pages/popup.html"
  },
  "permissions": [
    "cookies",
    "notifications",
    "tabs",
    "https://splatoon2.ink/data/schedules.json",
    "https://splatoon2.ink/data/merchandises.json",
    "https://splatoon2.ink/data/salmonruncalendar.json"
  ],
  "web_accessible_resources": [
    "fonts/*"
  ]
}