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",
"short_name": "Story Viewer",
"name": "Anonymous Story Viewer",
"description": "View story and highlight anonymously. Keep yourself secret.",
"version": "2.0.5",
"manifest_version": 3,
"icons": {
"16": "assets\/icon_16.png",
"32": "assets\/icon_32.png",
"64": "assets\/icon_64.png",
"128": "assets\/icon_128.png",
"256": "assets\/icon_256.png",
"512": "assets\/icon_512.png"
},
"permissions": [
"storage",
"alarms"
],
"optional_permissions": [
"downloads"
],
"host_permissions": [
"https:\/\/*.instagram.com\/*"
],
"content_scripts": [
{
"js": [
"cs_loader.js"
],
"matches": [
"https:\/\/*.instagram.com\/*"
]
}
],
"web_accessible_resources": [
{
"resources": [
"assets\/NunitoSans.ttf",
"cs_ui_loader.js",
"dashboard.html"
],
"matches": [
"https:\/\/*.instagram.com\/*"
]
}
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_title": "Anonymous Story Viewer"
}
}