Initial import of Forge app

This commit is contained in:
2026-08-29 12:30:19 +03:00
commit e637634c59
118 changed files with 17355 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"manifest_version": 3,
"name": "FORGE Sync",
"description": "Sync ServiceNow RITM tickets (and optionally Jira status/links) into your FORGE portal.",
"version": "1.0.0",
"permissions": ["storage", "scripting"],
"host_permissions": ["https://rbassist.service-now.com/*"],
"optional_host_permissions": ["http://*/*", "https://*/*"],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_title": "FORGE Snow Sync",
"default_icon": {
"16": "icons/icon-16.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
}
},
"options_page": "options.html",
"icons": {
"16": "icons/icon-16.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
}
}