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",
"action": {
"default_popup": "popup.html",
"default_title": "PSS"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"file:\/\/*",
"http:\/\/localhost\/*",
"http:\/\/127.0.0.1\/*"
],
"run_at": "document_idle"
}
],
"description": "Turn Photos into a SlideShow!",
"homepage_url": "https:\/\/sermak.ca",
"icons": {
"128": "slideshow.png"
},
"incognito": "split",
"manifest_version": 3,
"name": "Photo SlideShow",
"options_page": "options.html",
"permissions": [
"storage",
"offscreen",
"activeTab"
],
"short_name": "PSS",
"version": "31.5",
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"*.html",
"*.svg"
]
}
]
}