Initial import of Forge app
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user