Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_appName__",
"short_name": "__MSG_shortName__",
"author": "Jeff Baker",
"version": "0.9.2",
"description": "__MSG_appDesc__",
"default_locale": "en",
"icons": {
"16": "images\/star-16-trans.png",
"48": "images\/star-48-trans.png",
"128": "images\/star-128-trans.png"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+R"
}
}
},
"permissions": [
"scripting",
"tabs",
"storage",
"unlimitedStorage",
"activeTab"
],
"host_permissions": [
"*:\/\/www.seabreezecomputers.com\/*",
"*:\/\/seabreezecomputers.com\/*",
"*:\/\/192.168.1.5\/*",
"<all_urls>"
],
"oauth2": {
"client_id": "858786907520-hj0s92ik60kjaqi5j1v1o9ro6gcqgpls.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
]
},
"action": {
"default_icon": "images\/star-38-trans.png",
"default_title": "__MSG_appName__",
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"ssr.js"
],
"css": [],
"all_frames": true,
"run_at": "document_start"
}
]
}