Inspect and view changes in インターネット花キューピット source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "インターネット花キューピット",
"description": "花のプレゼントなら花キューピットのオンラインショップで!全国の花屋からフラワーギフトをお届けします!",
"version": "1.0",
"app": {
"launch": {
"web_url": "http://www.i879.com/?utm_source=Chrome_app&utm_medium=browser_addon&utm_content=chrome&utm_campaign=browser_addon"
}
},
"icons": {
"128": "icon_i879.png"
},
"permissions": [
"notifications"
]
}