SCP Go

SCP Go

Instantly access any SCP article by typing its item number!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SCP Go",
  "version": "0.0.1",
  "author": "Axadian",
  "description": "Instantly access any SCP article by typing its item number!",
  "permissions": [
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "images/SCP_Go_16.png",
      "24": "images/SCP_Go_24.png",
      "32": "images/SCP_Go_32.png",
      "48": "images/SCP_Go_48.png",
      "128": "images/SCP_Go_128.png"
    }
  },
  "icons": {
    "16": "images/SCP_Go_Store_16.png",
    "48": "images/SCP_Go_Store_48.png",
    "128": "images/SCP_Go_Store_128.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "short_name": "scp-go",
  "manifest_version": 3
}