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",
"name": "OvalEdge",
"manifest_version": 3,
"version": "7.2.3",
"version_name": "7.2.3",
"description": "The OvalEdge v7.2.3 plugin allows our users to gain instant access to their metadata and data.",
"icons": {
"16": "OvalEdge_symbol-02.png",
"48": "OvalEdge_symbol-02.png",
"128": "OvalEdge_symbol-02.png"
},
"action": [],
"content_scripts": [
{
"js": [
"content.js"
],
"css": [
"content.css"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "background.js"
},
"permissions": [
"contextMenus",
"tabs",
"activeTab",
"storage"
],
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"*.html"
],
"matches": [
"<all_urls>"
]
}
]
}